jcreek.representation.inference
Class PartitionPlausibleInheritanceMethod
java.lang.Object
jcreek.representation.inference.SpreadingActivationRule
jcreek.representation.inference.InheritanceMethod
jcreek.representation.inference.PlausibleInheritanceMethod
jcreek.representation.inference.PartitionPlausibleInheritanceMethod
- public class PartitionPlausibleInheritanceMethod
- extends PlausibleInheritanceMethod
Method Summary |
boolean |
accept(Relation rel)
Returns true if we can accept the Relation target. |
boolean |
accept(Relation rel,
Entity ent)
Returns true if we can accept the Entity target from the Relation from. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
PartitionPlausibleInheritanceMethod
public PartitionPlausibleInheritanceMethod(KnowledgeModel km,
Partition part)
PartitionPlausibleInheritanceMethod
public PartitionPlausibleInheritanceMethod(RelationType rcd,
Partition part)
accept
public boolean accept(Relation rel)
- Description copied from class:
SpreadingActivationRule
- Returns true if we can accept the Relation target. Acceptance
means the entity will be added to the set of entites spread to.
- Overrides:
accept
in class PlausibleInheritanceMethod
accept
public boolean accept(Relation rel,
Entity ent)
- Description copied from class:
SpreadingActivationRule
- Returns true if we can accept the Entity target from the Relation from. Acceptance
means the entity will be added to the set of entites spread to.
- Overrides:
accept
in class PlausibleInheritanceMethod
Created at IDI, NTNU by the Artificial Intelligence and Learning group