Package openllet.core.rules.rete
Class AlphaDiffFromNode
- java.lang.Object
-
- openllet.core.rules.rete.ReteNode
-
- openllet.core.rules.rete.AlphaNode
-
- openllet.core.rules.rete.AlphaDiffFromNode
-
public class AlphaDiffFromNode extends AlphaNode
-
-
Constructor Summary
Constructors Constructor Description AlphaDiffFromNode(ABox abox)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanactivate(Individual s, Individual o, DependencySet ds)java.util.Iterator<WME>getMatches()java.util.Iterator<WME>getMatches(int argIndex, Node arg)booleanmatches(RuleAtom atom)java.lang.StringtoString()-
Methods inherited from class openllet.core.rules.rete.AlphaNode
print, setDoExplanation
-
-
-
-
Constructor Detail
-
AlphaDiffFromNode
public AlphaDiffFromNode(ABox abox)
-
-
Method Detail
-
activate
public boolean activate(Individual s, Individual o, DependencySet ds)
-
getMatches
public java.util.Iterator<WME> getMatches(int argIndex, Node arg)
- Specified by:
getMatchesin classAlphaNode
-
getMatches
public java.util.Iterator<WME> getMatches()
- Specified by:
getMatchesin classAlphaNode
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-