Uses of Interface
net.ogdf.ogml.BoolType

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

Uses of BoolType in net.ogdf.ogml
 

Methods in net.ogdf.ogml that return BoolType
 BoolType OgmlFactory.createBoolType()
          Returns a new object of class 'Bool Type'.
 BoolType DocumentRoot.getBool()
          Returns the value of the 'Bool' containment reference.
 

Methods in net.ogdf.ogml with parameters of type BoolType
 void DocumentRoot.setBool(BoolType value)
          Sets the value of the 'Bool' containment reference.
 

Uses of BoolType in net.ogdf.ogml.impl
 

Classes in net.ogdf.ogml.impl that implement BoolType
 class BoolTypeImpl
          An implementation of the model object 'Bool Type'.
 

Methods in net.ogdf.ogml.impl that return BoolType
 BoolType OgmlFactoryImpl.createBoolType()
           
 BoolType DocumentRootImpl.getBool()
           
 

Methods in net.ogdf.ogml.impl with parameters of type BoolType
 NotificationChain DocumentRootImpl.basicSetBool(BoolType newBool, NotificationChain msgs)
           
 void DocumentRootImpl.setBool(BoolType newBool)
           
 

Uses of BoolType in net.ogdf.ogml.util
 

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