Uses of Class
com.ugos.JIProlog.engine.JIPVariable

Packages that use JIPVariable
com.ugos.JIProlog.engine   
 

Uses of JIPVariable in com.ugos.JIProlog.engine
 

Methods in com.ugos.JIProlog.engine that return JIPVariable
static JIPVariable JIPVariable.create(java.lang.String strName)
          Creates a new Variable
static JIPVariable JIPVariable.create()
          Creates a new anonimous Variable
 JIPVariable[] JIPTerm.getVariables()
          Gets an array of JIPVariable objects containing the variables in this JIPTerm object