|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OperatorAttribute | |
---|---|
net.sourceforge.jeuclid.elements.support.operatordict | Operator Dictionary support. |
Uses of OperatorAttribute in net.sourceforge.jeuclid.elements.support.operatordict |
---|
Methods in net.sourceforge.jeuclid.elements.support.operatordict that return OperatorAttribute | |
---|---|
static OperatorAttribute |
OperatorAttribute.parseOperatorAttribute(String attr)
Parses a String into an OperatorAttribute. |
static OperatorAttribute |
OperatorAttribute.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OperatorAttribute[] |
OperatorAttribute.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Method parameters in net.sourceforge.jeuclid.elements.support.operatordict with type arguments of type OperatorAttribute | |
---|---|
protected void |
OperatorDictionary3.initializeFromXML(Map<OperatorAttribute,Map<String,Map<OperatorForm,String>>> dict)
Initializes Dictionary. |
protected void |
OperatorDictionary2.initializeFromXML(Map<OperatorAttribute,Map<String,Map<OperatorForm,String>>> dict)
Initializes Dictionary. |
protected abstract void |
AbstractOperatorDictionary.initializeFromXML(Map<OperatorAttribute,Map<String,Map<OperatorForm,String>>> d)
Initializes Dictionary. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |