Package openllet.core.rules.rete
Class AlphaFixedSubjectEdgeNode
- java.lang.Object
-
- openllet.core.rules.rete.ReteNode
-
- openllet.core.rules.rete.AlphaNode
-
- openllet.core.rules.rete.AlphaEdgeNode
-
- openllet.core.rules.rete.AlphaFixedEdgeNode
-
- openllet.core.rules.rete.AlphaFixedSubjectEdgeNode
-
public class AlphaFixedSubjectEdgeNode extends AlphaFixedEdgeNode
-
-
Constructor Summary
Constructors Constructor Description AlphaFixedSubjectEdgeNode(ABox abox, Role role, openllet.aterm.ATermAppl subjectName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanactivate(Edge edge)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.AlphaFixedEdgeNode
equals, hashCode
-
Methods inherited from class openllet.core.rules.rete.AlphaEdgeNode
getRole
-
Methods inherited from class openllet.core.rules.rete.AlphaNode
print, setDoExplanation
-
-
-
-
Method Detail
-
activate
public boolean activate(Edge edge)
- Overrides:
activatein classAlphaEdgeNode
-
getMatches
public java.util.Iterator<WME> getMatches(int argIndex, Node arg)
- Overrides:
getMatchesin classAlphaEdgeNode
-
getMatches
public java.util.Iterator<WME> getMatches()
- Overrides:
getMatchesin classAlphaEdgeNode
-
matches
public boolean matches(RuleAtom atom)
- Overrides:
matchesin classAlphaEdgeNode
-
toString
public java.lang.String toString()
- Overrides:
toStringin classAlphaEdgeNode
-
-