Uses of Class
de.cau.cs.kieler.keg.EdgeType

Packages that use EdgeType
de.cau.cs.kieler.keg The KEG base package contains the generated model code for the KEG graph. 
de.cau.cs.kieler.keg.impl   
 

Uses of EdgeType in de.cau.cs.kieler.keg
 

Fields in de.cau.cs.kieler.keg with type parameters of type EdgeType
static List<EdgeType> EdgeType.VALUES
          A public read-only list of all the 'Edge Type' enumerators.
 

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

Methods in de.cau.cs.kieler.keg with parameters of type EdgeType
 void Edge.setType(EdgeType value)
          Sets the value of the 'Type' attribute.
 

Uses of EdgeType in de.cau.cs.kieler.keg.impl
 

Fields in de.cau.cs.kieler.keg.impl declared as EdgeType
protected  EdgeType EdgeImpl.type
          The cached value of the 'Type' attribute.
protected static EdgeType EdgeImpl.TYPE_EDEFAULT
          The default value of the 'Type' attribute.
 

Methods in de.cau.cs.kieler.keg.impl that return EdgeType
 EdgeType KEGFactoryImpl.createEdgeTypeFromString(EDataType eDataType, String initialValue)
           
 EdgeType EdgeImpl.getType()
           
 

Methods in de.cau.cs.kieler.keg.impl with parameters of type EdgeType
 void EdgeImpl.setType(EdgeType newType)