Uses of Interface
net.ogdf.ogml.BooleanType

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

Uses of BooleanType in net.ogdf.ogml
 

Methods in net.ogdf.ogml that return BooleanType
 BooleanType OgmlFactory.createBooleanType()
          Returns a new object of class 'Boolean Type'.
 BooleanType DocumentRoot.getBoolean()
          Returns the value of the 'Boolean' containment reference.
 

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

Methods in net.ogdf.ogml with parameters of type BooleanType
 void DocumentRoot.setBoolean(BooleanType value)
          Sets the value of the 'Boolean' containment reference.
 

Uses of BooleanType in net.ogdf.ogml.impl
 

Classes in net.ogdf.ogml.impl that implement BooleanType
 class BooleanTypeImpl
          An implementation of the model object 'Boolean Type'.
 

Methods in net.ogdf.ogml.impl that return BooleanType
 BooleanType OgmlFactoryImpl.createBooleanType()
           
 BooleanType DocumentRootImpl.getBoolean()
           
 

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

Methods in net.ogdf.ogml.impl with parameters of type BooleanType
 NotificationChain DocumentRootImpl.basicSetBoolean(BooleanType newBoolean, NotificationChain msgs)
           
 void DocumentRootImpl.setBoolean(BooleanType newBoolean)
           
 

Uses of BooleanType in net.ogdf.ogml.util
 

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