|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcreek.representation.inference.SpreadingActivationRule
jcreek.representation.inference.InheritanceMethod
Abstract class for implementing inheritance methods over the spreading activation class.
Field Summary | |
protected boolean |
DEBUG
This method is ment as a wrapper for the execute() method of SpreadingActivationRule, where the relations found by spreading activation is inherited to the origin entity. |
Constructor Summary | |
InheritanceMethod()
|
Method Summary | |
abstract boolean |
acceptInheritance(Relation r)
|
Relation[] |
inherit(Entity origin)
|
Methods inherited from class jcreek.representation.inference.SpreadingActivationRule |
accept, accept, accept, execute, generateModel, reenter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected transient boolean DEBUG
Constructor Detail |
public InheritanceMethod()
Method Detail |
public Relation[] inherit(Entity origin)
public abstract boolean acceptInheritance(Relation r)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |