Uses of Interface
net.ogdf.ogml.DataType

Packages that use DataType
net.ogdf.ogml   
net.ogdf.ogml.impl   
net.ogdf.ogml.util   
 

Uses of DataType in net.ogdf.ogml
 

Methods in net.ogdf.ogml that return DataType
 DataType OgmlFactory.createDataType()
          Returns a new object of class 'Data Type'.
 DataType DocumentRoot.getData()
          Returns the value of the 'Data' containment reference.
 

Methods in net.ogdf.ogml that return types with arguments of type DataType
 EList<DataType> EdgeLayoutType.getData()
          Returns the value of the 'Data' containment reference list.
 EList<DataType> EdgeStyleTemplateType.getData()
          Returns the value of the 'Data' containment reference list.
 EList<DataType> EdgeType.getData()
          Returns the value of the 'Data' containment reference list.
 EList<DataType> GraphStyleType.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> LabelLayoutType.getData()
          Returns the value of the 'Data' containment reference list.
 EList<DataType> LabelStyleTemplateType.getData()
          Returns the value of the 'Data' containment reference list.
 EList<DataType> LabelType.getData()
          Returns the value of the 'Data' containment reference list.
 EList<DataType> LayoutType.getData()
          Returns the value of the 'Data' containment reference list.
 EList<DataType> NodeLayoutType.getData()
          Returns the value of the 'Data' containment reference list.
 EList<DataType> NodeStyleTemplateType.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> PointType.getData()
          Returns the value of the 'Data' containment reference list.
 EList<DataType> SegmentType.getData()
          Returns the value of the 'Data' containment reference list.
 EList<DataType> SourceTargetType.getData()
          Returns the value of the 'Data' containment reference list.
 EList<DataType> StructureType.getData()
          Returns the value of the 'Data' containment reference list.
 EList<DataType> StyleTemplatesType.getData()
          Returns the value of the 'Data' containment reference list.
 EList<DataType> StylesType.getData()
          Returns the value of the 'Data' containment reference list.
 

Methods in net.ogdf.ogml with parameters of type DataType
 void DocumentRoot.setData(DataType value)
          Sets the value of the 'Data' containment reference.
 

Uses of DataType in net.ogdf.ogml.impl
 

Classes in net.ogdf.ogml.impl that implement DataType
 class DataTypeImpl
          An implementation of the model object 'Data Type'.
 

Fields in net.ogdf.ogml.impl with type parameters of type DataType
protected  EList<DataType> EdgeLayoutTypeImpl.data
          The cached value of the 'Data' containment reference list.
protected  EList<DataType> EdgeStyleTemplateTypeImpl.data
          The cached value of the 'Data' containment reference list.
protected  EList<DataType> EdgeTypeImpl.data
          The cached value of the 'Data' containment reference list.
protected  EList<DataType> GraphStyleTypeImpl.data
          The cached value of the 'Data' containment reference list.
protected  EList<DataType> GraphTypeImpl.data
          The cached value of the 'Data' containment reference list.
protected  EList<DataType> LabelLayoutTypeImpl.data
          The cached value of the 'Data' containment reference list.
protected  EList<DataType> LabelStyleTemplateTypeImpl.data
          The cached value of the 'Data' containment reference list.
protected  EList<DataType> LabelTypeImpl.data
          The cached value of the 'Data' containment reference list.
protected  EList<DataType> LayoutTypeImpl.data
          The cached value of the 'Data' containment reference list.
protected  EList<DataType> NodeLayoutTypeImpl.data
          The cached value of the 'Data' containment reference list.
protected  EList<DataType> NodeStyleTemplateTypeImpl.data
          The cached value of the 'Data' containment reference list.
protected  EList<DataType> NodeTypeImpl.data
          The cached value of the 'Data' containment reference list.
protected  EList<DataType> PointTypeImpl.data
          The cached value of the 'Data' containment reference list.
protected  EList<DataType> SegmentTypeImpl.data
          The cached value of the 'Data' containment reference list.
protected  EList<DataType> SourceTargetTypeImpl.data
          The cached value of the 'Data' containment reference list.
 

Methods in net.ogdf.ogml.impl that return DataType
 DataType OgmlFactoryImpl.createDataType()
           
 DataType DocumentRootImpl.getData()
           
 

Methods in net.ogdf.ogml.impl that return types with arguments of type DataType
 EList<DataType> EdgeLayoutTypeImpl.getData()
           
 EList<DataType> EdgeStyleTemplateTypeImpl.getData()
           
 EList<DataType> EdgeTypeImpl.getData()
           
 EList<DataType> GraphStyleTypeImpl.getData()
           
 EList<DataType> GraphTypeImpl.getData()
           
 EList<DataType> LabelLayoutTypeImpl.getData()
           
 EList<DataType> LabelStyleTemplateTypeImpl.getData()
           
 EList<DataType> LabelTypeImpl.getData()
           
 EList<DataType> LayoutTypeImpl.getData()
           
 EList<DataType> NodeLayoutTypeImpl.getData()
           
 EList<DataType> NodeStyleTemplateTypeImpl.getData()
           
 EList<DataType> NodeTypeImpl.getData()
           
 EList<DataType> PointTypeImpl.getData()
           
 EList<DataType> SegmentTypeImpl.getData()
           
 EList<DataType> SourceTargetTypeImpl.getData()
           
 EList<DataType> StructureTypeImpl.getData()
           
 EList<DataType> StyleTemplatesTypeImpl.getData()
           
 EList<DataType> StylesTypeImpl.getData()
           
 

Methods in net.ogdf.ogml.impl with parameters of type DataType
 NotificationChain DocumentRootImpl.basicSetData(DataType newData, NotificationChain msgs)
           
 void DocumentRootImpl.setData(DataType newData)
           
 

Uses of DataType in net.ogdf.ogml.util
 

Methods in net.ogdf.ogml.util with parameters of type DataType
 T OgmlSwitch.caseDataType(DataType object)
          Returns the result of interpreting the object as an instance of 'Data Type'.