Uses of Class
org.zilonis.symbol.Triplet

Packages that use Triplet
org.zilonis.network   
org.zilonis.network.alpha   
org.zilonis.network.beta   
org.zilonis.network.production   
org.zilonis.shell   
org.zilonis.symbol   
 

Uses of Triplet in org.zilonis.network
 

Methods in org.zilonis.network that return Triplet
 Triplet WME.getTriplet()
           
 Triplet Condition.getTriplet()
           
 

Methods in org.zilonis.network with parameters of type Triplet
 void Rete.add(Scope scope, Triplet triplet)
           
 boolean WMEIndex.contains(Scope scope, Triplet triplet)
           
 int WMEIndex.getHashCode(Scope scope, Triplet triplet)
           
 WME WMEIndex.getWME(Scope scope, Triplet triplet)
           
 void Rete.remove(Scope scope, Triplet triplet)
           
 

Constructors in org.zilonis.network with parameters of type Triplet
Condition(int type, Triplet triplet)
           
WME(Scope scope, Triplet triplet)
           
 

Uses of Triplet in org.zilonis.network.alpha
 

Methods in org.zilonis.network.alpha with parameters of type Triplet
 AlphaMemory AlphaNetwork.getAlphaMemory(Scope scope, Triplet condition)
           
 java.lang.String AlphaNetwork.getKey(int i, Triplet wme)
           
 java.lang.String AlphaNetwork.getKey(Triplet condition)
           
 void AlphaNetwork.initializeAlphaMemory(Scope scope, AlphaMemory alphaMemory, Triplet condition)
           
 boolean AlphaMemory.owns(Triplet triplet)
           
 

Constructors in org.zilonis.network.alpha with parameters of type Triplet
AlphaMemory(Triplet condition)
           
 

Uses of Triplet in org.zilonis.network.beta
 

Methods in org.zilonis.network.beta with parameters of type Triplet
static Test[] Test.getTests(Triplet condition, Condition earlierConditions)
           
static Test[] Test.getTests(Triplet condition, java.util.LinkedList<Triplet> earlierConditions)
           
 

Method parameters in org.zilonis.network.beta with type arguments of type Triplet
static Test[] Test.getTests(Triplet condition, java.util.LinkedList<Triplet> earlierConditions)
           
 

Uses of Triplet in org.zilonis.network.production
 

Methods in org.zilonis.network.production that return Triplet
 Triplet ExpressionAction.buildTriplet(Scope scope, java.lang.String id, Token token)
           
 Triplet Action.buildTriplet(Scope scope, java.lang.String id, Token token)
           
 Triplet Action.buildTripletToRemove(java.lang.String id, Token token)
           
 Triplet ActionResult.getTriplet()
           
 Triplet ActionResult.getTripletToRemove()
           
 

Constructors in org.zilonis.network.production with parameters of type Triplet
Action(int type, Triplet triplet)
           
Action(int type, Triplet tripletToRetract, Triplet tripletToAssert)
           
ActionResult(Scope scope, int type, Triplet triplet, int priority)
           
ActionResult(Scope scope, int type, Triplet triplet, Triplet tripletToRemove, int priority)
           
 

Uses of Triplet in org.zilonis.shell
 

Methods in org.zilonis.shell with parameters of type Triplet
 void GenericEventHandler.assertTriplet(Triplet triplet)
           
 void GenericEventHandler.retractTriplet(Triplet triplet)
           
 

Uses of Triplet in org.zilonis.symbol
 

Methods in org.zilonis.symbol with parameters of type Triplet
 boolean Triplet.match(Triplet triplet)