Uses of Class
de.cau.cs.kieler.kiml.graphviz.dot.dot.EdgeOperator

Packages that use EdgeOperator
de.cau.cs.kieler.kiml.graphviz.dot.dot   
de.cau.cs.kieler.kiml.graphviz.dot.dot.impl   
 

Uses of EdgeOperator in de.cau.cs.kieler.kiml.graphviz.dot.dot
 

Fields in de.cau.cs.kieler.kiml.graphviz.dot.dot with type parameters of type EdgeOperator
static List<EdgeOperator> EdgeOperator.VALUES
          A public read-only list of all the 'Edge Operator' enumerators.
 

Methods in de.cau.cs.kieler.kiml.graphviz.dot.dot that return EdgeOperator
static EdgeOperator EdgeOperator.get(int value)
          Returns the 'Edge Operator' literal with the specified integer value.
static EdgeOperator EdgeOperator.get(String literal)
          Returns the 'Edge Operator' literal with the specified literal value.
static EdgeOperator EdgeOperator.getByName(String name)
          Returns the 'Edge Operator' literal with the specified name.
 EdgeOperator EdgeTarget.getOperator()
          Returns the value of the 'Operator' attribute.
static EdgeOperator EdgeOperator.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EdgeOperator[] EdgeOperator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.cau.cs.kieler.kiml.graphviz.dot.dot with parameters of type EdgeOperator
 void EdgeTarget.setOperator(EdgeOperator value)
          Sets the value of the 'Operator' attribute.
 

Uses of EdgeOperator in de.cau.cs.kieler.kiml.graphviz.dot.dot.impl
 

Fields in de.cau.cs.kieler.kiml.graphviz.dot.dot.impl declared as EdgeOperator
protected  EdgeOperator EdgeTargetImpl.operator
          The cached value of the 'Operator' attribute.
protected static EdgeOperator EdgeTargetImpl.OPERATOR_EDEFAULT
          The default value of the 'Operator' attribute.
 

Methods in de.cau.cs.kieler.kiml.graphviz.dot.dot.impl that return EdgeOperator
 EdgeOperator DotFactoryImpl.createEdgeOperatorFromString(EDataType eDataType, String initialValue)
           
 EdgeOperator EdgeTargetImpl.getOperator()
           
 

Methods in de.cau.cs.kieler.kiml.graphviz.dot.dot.impl with parameters of type EdgeOperator
 void EdgeTargetImpl.setOperator(EdgeOperator newOperator)