Uses of Class
org.zilonis.network.negative.NegativeJoinResult

Packages that use NegativeJoinResult
org.zilonis.network   
 

Uses of NegativeJoinResult in org.zilonis.network
 

Methods in org.zilonis.network that return types with arguments of type NegativeJoinResult
 java.util.Iterator<NegativeJoinResult> Token.getNegativeJoinResultIterator()
           
 

Methods in org.zilonis.network with parameters of type NegativeJoinResult
 void Token.addNegativeResult(NegativeJoinResult negativeResult)
           
 void WME.addNegativeResult(Scope scope, NegativeJoinResult negativeResult)