Package openllet.core.rules.rete
Class WME.BuiltinWME
- java.lang.Object
-
- openllet.core.rules.rete.WME
-
- openllet.core.rules.rete.WME.BuiltinWME
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class openllet.core.rules.rete.WME
WME.BuiltinWME, WME.DiffFrom, WME.EdgeDirection, WME.EdgeWME, WME.Kind, WME.TypeWME
-
-
Constructor Summary
Constructors Constructor Description BuiltinWME(Literal[] literals, DependencySet depends)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodegetArg(int index)DependencySetgetDepends()WME.KindgetKind()java.lang.StringtoString()-
Methods inherited from class openllet.core.rules.rete.WME
createBuiltin, createDiffFrom, createEdge, createEdge, createType, dependsOn
-
-
-
-
Constructor Detail
-
BuiltinWME
public BuiltinWME(Literal[] literals, DependencySet depends)
-
-
Method Detail
-
getDepends
public DependencySet getDepends()
- Specified by:
getDependsin classWME
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-