Uses of Class
de.cau.cs.kieler.krep.editors.klp.klp.Operator

Packages that use Operator
de.cau.cs.kieler.krep.editors.klp.klp   
de.cau.cs.kieler.krep.editors.klp.klp.impl   
 

Uses of Operator in de.cau.cs.kieler.krep.editors.klp.klp
 

Fields in de.cau.cs.kieler.krep.editors.klp.klp with type parameters of type Operator
static List<Operator> Operator.VALUES
          A public read-only list of all the 'Operator' enumerators.
 

Methods in de.cau.cs.kieler.krep.editors.klp.klp that return Operator
static Operator Operator.get(int value)
          Returns the 'Operator' literal with the specified integer value.
static Operator Operator.get(String literal)
          Returns the 'Operator' literal with the specified literal value.
static Operator Operator.getByName(String name)
          Returns the 'Operator' literal with the specified name.
 Operator Binop.getOp()
          Returns the value of the 'Op' attribute.
static Operator Operator.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Operator[] Operator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.cau.cs.kieler.krep.editors.klp.klp with parameters of type Operator
 void Binop.setOp(Operator value)
          Sets the value of the 'Op' attribute.
 

Uses of Operator in de.cau.cs.kieler.krep.editors.klp.klp.impl
 

Fields in de.cau.cs.kieler.krep.editors.klp.klp.impl declared as Operator
protected  Operator BinopImpl.op
          The cached value of the 'Op' attribute.
protected static Operator BinopImpl.OP_EDEFAULT
          The default value of the 'Op' attribute.
 

Methods in de.cau.cs.kieler.krep.editors.klp.klp.impl that return Operator
 Operator KlpFactoryImpl.createOperatorFromString(EDataType eDataType, String initialValue)
           
 Operator BinopImpl.getOp()
           
 

Methods in de.cau.cs.kieler.krep.editors.klp.klp.impl with parameters of type Operator
 void BinopImpl.setOp(Operator newOp)