Uses of Interface
org.graphdrawing.graphml.DataExtensionType

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

Uses of DataExtensionType in org.graphdrawing.graphml
 

Subinterfaces of DataExtensionType in org.graphdrawing.graphml
 interface DataType
          A representation of the model object 'Data Type'.
 interface DefaultType
          A representation of the model object 'Default Type'.
 

Methods in org.graphdrawing.graphml that return DataExtensionType
 DataExtensionType GraphMLFactory.createDataExtensionType()
          Returns a new object of class 'Data Extension Type'.
 

Uses of DataExtensionType in org.graphdrawing.graphml.impl
 

Classes in org.graphdrawing.graphml.impl that implement DataExtensionType
 class DataExtensionTypeImpl
          An implementation of the model object 'Data Extension Type'.
 class DataTypeImpl
          An implementation of the model object 'Data Type'.
 class DefaultTypeImpl
          An implementation of the model object 'Default Type'.
 

Methods in org.graphdrawing.graphml.impl that return DataExtensionType
 DataExtensionType GraphMLFactoryImpl.createDataExtensionType()
           
 

Uses of DataExtensionType in org.graphdrawing.graphml.util
 

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