Uses of Class
org.irisa.genouest.logol.LogolVariable

Packages that use LogolVariable
org.irisa.genouest.logol   
org.irisa.genouest.logol.parser   
org.irisa.genouest.logol.types   
org.irisa.genouest.logol.utils   
 

Uses of LogolVariable in org.irisa.genouest.logol
 

Fields in org.irisa.genouest.logol with type parameters of type LogolVariable
static java.util.Vector<LogolVariable> LogolVariable.postponedVariables
           
static java.util.HashMap<java.lang.String,LogolVariable> LogolVariable.varData
          Records all variable info for all models.
static java.util.HashMap<java.lang.Integer,LogolVariable> Treatment.varInfo
           
 

Methods in org.irisa.genouest.logol that return LogolVariable
 LogolVariable LogolVariable.copyInfo()
          Copy input LogolVariable main attributes, without the constraints.
 

Methods in org.irisa.genouest.logol with parameters of type LogolVariable
 java.lang.String Treatment.get(LogolVariable lvar, int countVar)
          Creates Prolog query for the current variable
 

Uses of LogolVariable in org.irisa.genouest.logol.parser
 

Fields in org.irisa.genouest.logol.parser declared as LogolVariable
 LogolVariable logolParser.entity_return.lvar
           
 

Methods in org.irisa.genouest.logol.parser that return LogolVariable
 LogolVariable logolParser.entityVariable()
           
 LogolVariable logolParser.repeat(int parentId)
           
 LogolVariable logolParser.stringVariable()
           
 LogolVariable logolParser.stringVariableElement()
           
 

Uses of LogolVariable in org.irisa.genouest.logol.types
 

Methods in org.irisa.genouest.logol.types with parameters of type LogolVariable
 java.lang.String ViewVariable.content(LogolVariable lvar)
          Set the prolog content for the view.
 java.lang.String Variable.content(LogolVariable lvar)
          Return prolog content for the variable definition
 java.lang.String RepeatVariable.content(LogolVariable lvar)
          Manage repeat like variables
 java.lang.String ModelVariable.content(LogolVariable lvar)
          Return prolog content for the variable definition
 java.lang.String FixedVariable.content(LogolVariable lvar)
          Return prolog content for the variable definition
 java.lang.String AbstractVariable.externalPredicate(LogolVariable lvar, boolean allowSpacer, java.lang.String minSpacer, java.lang.String maxSpacer)
          Call a built-in predicate to search for a specifci pattern
 

Uses of LogolVariable in org.irisa.genouest.logol.utils
 

Methods in org.irisa.genouest.logol.utils with parameters of type LogolVariable
static java.lang.String LogolUtils.addParent(LogolVariable lvar, int id)