Uses of Class
org.mindswap.pellet.utils.Pair

Packages that use Pair
com.clarkparsia.pellet.rules   
com.clarkparsia.pellet.rules.rete   
org.mindswap.pellet.utils   
org.mindswap.pellet.utils.fsm   
 

Uses of Pair in com.clarkparsia.pellet.rules
 

Methods in com.clarkparsia.pellet.rules that return Pair
 Pair<aterm.ATermAppl,DependencySet> RulesToReteTranslator.translateAtomObject(AtomObject obj)
          Return a pair of a term, and a dependency set.
 Pair<Rule,VariableBinding> ContinuousReteTransformer.translateFact(Fact fact)
          Translate inferred rule binding into a Rule-VariableBinding pair.
 

Uses of Pair in com.clarkparsia.pellet.rules.rete
 

Methods in com.clarkparsia.pellet.rules.rete that return types with arguments of type Pair
<U> java.util.Collection<Pair<T,U>>
Index.join(Index<S,U> index, int shared)
          Return a join of this index to the given index, joining on the first shared variables.
 

Uses of Pair in org.mindswap.pellet.utils
 

Methods in org.mindswap.pellet.utils that return Pair
static
<F,S> Pair<F,S>
Pair.create(F f, S s)
           
 

Uses of Pair in org.mindswap.pellet.utils.fsm
 

Methods in org.mindswap.pellet.utils.fsm that return types with arguments of type Pair
 java.util.List<Pair<State<T>,State<T>>> TransitionGraph.findTransitions(T transition)
           
 



Copyright © 2004 Evren Sirin. All Rights Reserved.