Uses of Interface
net.ogdf.ogml.NumberType

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

Uses of NumberType in net.ogdf.ogml
 

Methods in net.ogdf.ogml that return NumberType
 NumberType OgmlFactory.createNumberType()
          Returns a new object of class 'Number Type'.
 NumberType DocumentRoot.getNumber()
          Returns the value of the 'Number' containment reference.
 

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

Methods in net.ogdf.ogml with parameters of type NumberType
 void DocumentRoot.setNumber(NumberType value)
          Sets the value of the 'Number' containment reference.
 

Uses of NumberType in net.ogdf.ogml.impl
 

Classes in net.ogdf.ogml.impl that implement NumberType
 class NumberTypeImpl
          An implementation of the model object 'Number Type'.
 

Methods in net.ogdf.ogml.impl that return NumberType
 NumberType OgmlFactoryImpl.createNumberType()
           
 NumberType DocumentRootImpl.getNumber()
           
 

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

Methods in net.ogdf.ogml.impl with parameters of type NumberType
 NotificationChain DocumentRootImpl.basicSetNumber(NumberType newNumber, NotificationChain msgs)
           
 void DocumentRootImpl.setNumber(NumberType newNumber)
           
 

Uses of NumberType in net.ogdf.ogml.util
 

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