Uses of Interface
net.ogdf.ogml.ComposedType

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

Uses of ComposedType in net.ogdf.ogml
 

Methods in net.ogdf.ogml that return ComposedType
 ComposedType OgmlFactory.createComposedType()
          Returns a new object of class 'Composed Type'.
 ComposedType DocumentRoot.getComposed()
          Returns the value of the 'Composed' containment reference.
 

Methods in net.ogdf.ogml that return types with arguments of type ComposedType
 EList<ComposedType> ComposedType.getComposed()
          Returns the value of the 'Composed' containment reference list.
 EList<ComposedType> ConstraintsType.getComposed()
          Returns the value of the 'Composed' containment reference list.
 

Methods in net.ogdf.ogml with parameters of type ComposedType
 void DocumentRoot.setComposed(ComposedType value)
          Sets the value of the 'Composed' containment reference.
 

Uses of ComposedType in net.ogdf.ogml.impl
 

Classes in net.ogdf.ogml.impl that implement ComposedType
 class ComposedTypeImpl
          An implementation of the model object 'Composed Type'.
 

Methods in net.ogdf.ogml.impl that return ComposedType
 ComposedType OgmlFactoryImpl.createComposedType()
           
 ComposedType DocumentRootImpl.getComposed()
           
 

Methods in net.ogdf.ogml.impl that return types with arguments of type ComposedType
 EList<ComposedType> ComposedTypeImpl.getComposed()
           
 EList<ComposedType> ConstraintsTypeImpl.getComposed()
           
 

Methods in net.ogdf.ogml.impl with parameters of type ComposedType
 NotificationChain DocumentRootImpl.basicSetComposed(ComposedType newComposed, NotificationChain msgs)
           
 void DocumentRootImpl.setComposed(ComposedType newComposed)
           
 

Uses of ComposedType in net.ogdf.ogml.util
 

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