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

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

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

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

Methods in de.cau.cs.kieler.kiml.graphviz.dot that return CompassPoint
static CompassPoint CompassPoint.get(int value)
          Returns the 'Compass Point' literal with the specified integer value.
static CompassPoint CompassPoint.get(String literal)
          Returns the 'Compass Point' literal with the specified literal value.
static CompassPoint CompassPoint.getByName(String name)
          Returns the 'Compass Point' literal with the specified name.
 CompassPoint Port.getCompass_pt()
          Returns the value of the 'Compass pt' attribute.
static CompassPoint CompassPoint.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CompassPoint[] CompassPoint.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 with parameters of type CompassPoint
 void Port.setCompass_pt(CompassPoint value)
          Sets the value of the 'Compass pt' attribute.
 

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

Fields in de.cau.cs.kieler.kiml.graphviz.dot.impl declared as CompassPoint
protected  CompassPoint PortImpl.compass_pt
          The cached value of the 'Compass pt' attribute.
protected static CompassPoint PortImpl.COMPASS_PT_EDEFAULT
          The default value of the 'Compass pt' attribute.
 

Methods in de.cau.cs.kieler.kiml.graphviz.dot.impl that return CompassPoint
 CompassPoint DotFactoryImpl.createCompassPointFromString(EDataType eDataType, String initialValue)
           
 CompassPoint PortImpl.getCompass_pt()
           
 

Methods in de.cau.cs.kieler.kiml.graphviz.dot.impl with parameters of type CompassPoint
 void PortImpl.setCompass_pt(CompassPoint newCompass_pt)