Package openllet.core.rules.rete
Class Token
- java.lang.Object
-
- openllet.core.rules.rete.Token
-
public abstract class Token extends java.lang.Object- Author:
- Evren Sirin
-
-
Constructor Summary
Constructors Constructor Description Token()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static Tokencreate(WME wme, Token token)abstract booleandependsOn(int branch)abstract WMEget(int index)abstract DependencySetgetDepends(boolean doExplanation)
-
-
-
Method Detail
-
get
public abstract WME get(int index)
-
getDepends
public abstract DependencySet getDepends(boolean doExplanation)
-
dependsOn
public abstract boolean dependsOn(int branch)
-
-