Uses of Interface
net.ogdf.ogml.IntType

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

Uses of IntType in net.ogdf.ogml
 

Methods in net.ogdf.ogml that return IntType
 IntType OgmlFactory.createIntType()
          Returns a new object of class 'Int Type'.
 IntType DocumentRoot.getInt()
          Returns the value of the 'Int' containment reference.
 

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

Methods in net.ogdf.ogml with parameters of type IntType
 void DocumentRoot.setInt(IntType value)
          Sets the value of the 'Int' containment reference.
 

Uses of IntType in net.ogdf.ogml.impl
 

Classes in net.ogdf.ogml.impl that implement IntType
 class IntTypeImpl
          An implementation of the model object 'Int Type'.
 

Methods in net.ogdf.ogml.impl that return IntType
 IntType OgmlFactoryImpl.createIntType()
           
 IntType DocumentRootImpl.getInt()
           
 

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

Methods in net.ogdf.ogml.impl with parameters of type IntType
 NotificationChain DocumentRootImpl.basicSetInt(IntType newInt, NotificationChain msgs)
           
 void DocumentRootImpl.setInt(IntType newInt)
           
 

Uses of IntType in net.ogdf.ogml.util
 

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