Package | Description |
---|---|
data |
Encompasses the basic data structures used throughout the project.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CTerm> |
CTerm.getConcepts()
Gets the concepts.
|
java.util.List<CTerm> |
CTerm.getRules()
Gets the rules.
|
java.util.Vector<CTerm> |
Concept.getTerms()
Gets the concept terms.
|
Modifier and Type | Method and Description |
---|---|
int |
CTerm.compareTo(CTerm otherTerm) |
Modifier and Type | Method and Description |
---|---|
void |
Concept.setTerms(java.util.Vector<CTerm> terms)
Sets the concept terms.
|
Constructor and Description |
---|
Concept(java.lang.String name,
java.util.Vector<CTerm> terms,
double weight)
Instantiates a new ontology concept.
|
CTerm(java.util.List<CTerm> concepts,
double weight,
boolean positive)
Instantiates a new concept term.
|