Uses of Class
inpro.irmrsc.rmrs.Variable.Type

Packages that use Variable.Type
inpro.incremental.processor   
inpro.irmrsc.rmrs   
inpro.irmrsc.util   
 

Uses of Variable.Type in inpro.incremental.processor
 

Fields in inpro.incremental.processor with type parameters of type Variable.Type
private  java.util.Map<java.lang.String,Variable.Type> RMRSComposer.semanticTypesOfTags
           
 

Uses of Variable.Type in inpro.irmrsc.rmrs
 

Fields in inpro.irmrsc.rmrs declared as Variable.Type
private  Variable.Type Variable.mType
           
 

Methods in inpro.irmrsc.rmrs that return Variable.Type
 Variable.Type Variable.getType()
           
static Variable.Type Variable.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Variable.Type[] Variable.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in inpro.irmrsc.rmrs with parameters of type Variable.Type
 void Variable.setType(Variable.Type mType)
           
 

Constructors in inpro.irmrsc.rmrs with parameters of type Variable.Type
Formula(java.lang.String lexname, Variable.Type semtype)
          make a simple new formula for a lexical object
Variable(int ID, Variable.Type aType)
           
Variable(Variable.Type Type)
           
 

Uses of Variable.Type in inpro.irmrsc.util
 

Methods in inpro.irmrsc.util that return types with arguments of type Variable.Type
static java.util.Map<java.lang.String,Variable.Type> RMRSLoader.loadTagLexicon(java.net.URL url)
          Loads a xml specification of the mapping between POS-tags and the basic semantic types that lexical predicate formulas of words with this tags receive.