|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoSuchRelationTypeException | |
jcreek.examples | |
jcreek.representation | |
jcreek.representation.cbr |
Uses of NoSuchRelationTypeException in jcreek.examples |
Methods in jcreek.examples that throw NoSuchRelationTypeException | |
static void |
CreekExample.addAttributes(KnowledgeModel km)
Generates a new KnowledgeModel for a simple car-start problem domain, part 1 of 3. |
static void |
CreekExample.addCases(KnowledgeModel km)
Generates a new KnowledgeModel for a simple car-start problem domain, part 2 of 3. |
static void |
CreekExample.addCausalModel(KnowledgeModel km)
Generates a new KnowledgeModel for a simple car-start problem domain, part 3 of 3. |
Uses of NoSuchRelationTypeException in jcreek.representation |
Methods in jcreek.representation that throw NoSuchRelationTypeException | |
Relation |
Entity.addRelation(java.lang.String relationType,
Entity value)
Adds a relation. |
Relation |
Entity.addRelation(java.lang.String relationType,
java.lang.String value)
Adds a relation with the default strength. |
Relation |
Entity.addRelation(java.lang.String relationType,
Entity value,
double explanationStrength)
Adds a relation with a given strength. |
Relation |
Entity.addRelation(java.lang.String relationType,
java.lang.String value,
double explanationStrength)
Adds a relation with a given strength. |
Relation |
Entity.getRelation(java.lang.String relationName)
Returns the first relation of a given type. |
Relation |
Entity.getRelation(java.lang.String[] relationName)
Given an array of strings, this method retrieves the set of relations where the name of the relation-type (the RelationType) match any of the given relation name, and returns the first from that set. |
Relation |
Entity.getLocalRelation(java.lang.String relationName)
Returns the first relation of a given type (only local relations, no inherited relations). |
Relation |
Entity.getLocalRelation(java.lang.String[] relationName)
Given an array of strings, this method retrieves the set of local relations where the name of the relation-type (the RelationType) match any of the given relation name, and returns the first from that set. |
Uses of NoSuchRelationTypeException in jcreek.representation.cbr |
Methods in jcreek.representation.cbr that throw NoSuchRelationTypeException | |
Relation |
Case.addFinding(java.lang.String relationType,
Entity value,
double importance,
double predictiveStrength)
Adds a Relation for a Case. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |