Uses of Interface
org.mindswap.pellet.rete.Term

Packages that use Term
org.mindswap.pellet.rete   
 

Uses of Term in org.mindswap.pellet.rete
 

Classes in org.mindswap.pellet.rete that implement Term
 class Constant
           
 class Variable
           
 

Methods in org.mindswap.pellet.rete that return Term
 Term Triple.getObj()
           
 Term Triple.getPred()
           
 Term Triple.getSubj()
           
 

Methods in org.mindswap.pellet.rete with parameters of type Term
 void Triple.setObj(Term obj)
           
 void Triple.setPred(Term pred)
           
 void Triple.setSubj(Term subj)
           
 

Constructors in org.mindswap.pellet.rete with parameters of type Term
Triple(Term s, Term p, Term o)
           
 



Copyright © 2007-2009 Natalya Keberle. All Rights Reserved.