Uses of Interface
org.graphdrawing.graphml.DataType

Packages that use DataType
org.graphdrawing.graphml   
org.graphdrawing.graphml.impl   
org.graphdrawing.graphml.util   
 

Uses of DataType in org.graphdrawing.graphml
 

Methods in org.graphdrawing.graphml that return DataType
 DataType GraphMLFactory.createDataType()
          Returns a new object of class 'Data Type'.
 DataType DocumentRoot.getData()
          Returns the value of the 'Data' containment reference.
 

Methods in org.graphdrawing.graphml that return types with arguments of type DataType
 EList<DataType> EdgeType.getData()
          Returns the value of the 'Data' containment reference list.
 EList<DataType> GraphType.getData()
          Returns the value of the 'Data' containment reference list.
 EList<DataType> GraphmlType.getData()
          Returns the value of the 'Data' containment reference list.
 EList<DataType> HyperedgeType.getData()
          Returns the value of the 'Data' containment reference list.
 EList<DataType> NodeType.getData()
          Returns the value of the 'Data' containment reference list.
 EList<DataType> PortType.getData()
          Returns the value of the 'Data' containment reference list.
 

Methods in org.graphdrawing.graphml with parameters of type DataType
 void DocumentRoot.setData(DataType value)
          Sets the value of the 'Data' containment reference.
 

Uses of DataType in org.graphdrawing.graphml.impl
 

Classes in org.graphdrawing.graphml.impl that implement DataType
 class DataTypeImpl
          An implementation of the model object 'Data Type'.
 

Fields in org.graphdrawing.graphml.impl with type parameters of type DataType
protected  EList<DataType> EdgeTypeImpl.data
          The cached value of the 'Data' containment reference list.
 

Methods in org.graphdrawing.graphml.impl that return DataType
 DataType GraphMLFactoryImpl.createDataType()
           
 DataType DocumentRootImpl.getData()
           
 

Methods in org.graphdrawing.graphml.impl that return types with arguments of type DataType
 EList<DataType> EdgeTypeImpl.getData()
           
 EList<DataType> GraphTypeImpl.getData()
           
 EList<DataType> GraphmlTypeImpl.getData()
           
 EList<DataType> HyperedgeTypeImpl.getData()
           
 EList<DataType> NodeTypeImpl.getData()
           
 EList<DataType> PortTypeImpl.getData()
           
 

Methods in org.graphdrawing.graphml.impl with parameters of type DataType
 NotificationChain DocumentRootImpl.basicSetData(DataType newData, NotificationChain msgs)
           
 void DocumentRootImpl.setData(DataType newData)
           
 

Uses of DataType in org.graphdrawing.graphml.util
 

Methods in org.graphdrawing.graphml.util with parameters of type DataType
 T GraphMLSwitch.caseDataType(DataType object)
          Returns the result of interpreting the object as an instance of 'Data Type'.