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

Packages that use Relation.Type
inpro.irmrsc.rmrs   
 

Uses of Relation.Type in inpro.irmrsc.rmrs
 

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

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

Constructors in inpro.irmrsc.rmrs with parameters of type Relation.Type
Relation(int Label, int Anchor, int Argument, java.lang.String Name, Relation.Type Type)
           
Relation(int Label, int Anchor, java.lang.String Name, Relation.Type Type)