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

Packages that use Pair
com.clarkparsia.pellet.rules   
com.clarkparsia.pellet.rules.rete   
org.mindswap.pellet.tbox   
org.mindswap.pellet.tbox.impl   
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.tbox
 

Methods in org.mindswap.pellet.tbox that return types with arguments of type Pair
 java.util.List<Pair<aterm.ATermAppl,DependencySet>> TBox.getUC()
          Return the concepts the comprise the universal concept.
 java.util.List<Pair<aterm.ATermAppl,java.util.Set<aterm.ATermAppl>>> TBox.unfold(aterm.ATermAppl c)
          Lazy unfold the given concept
 

Uses of Pair in org.mindswap.pellet.tbox.impl
 

Methods in org.mindswap.pellet.tbox.impl that return types with arguments of type Pair
 java.util.List<Pair<aterm.ATermAppl,DependencySet>> TBoxExpImpl.getUC()
           
 java.util.List<Pair<aterm.ATermAppl,DependencySet>> TgBox.getUC()
           
 java.util.List<Pair<aterm.ATermAppl,java.util.Set<aterm.ATermAppl>>> TBoxExpImpl.unfold(aterm.ATermAppl c)
           
 java.util.List<Pair<aterm.ATermAppl,java.util.Set<aterm.ATermAppl>>> TuBox.unfold(aterm.ATermAppl c)
           
 

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,State>> TransitionGraph.findTransitions(java.lang.Object transition)
           
 



Copyright © 2004 Evren Sirin. All Rights Reserved.