Uses of Interface
net.ogdf.ogml.KeysType

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

Uses of KeysType in net.ogdf.ogml
 

Methods in net.ogdf.ogml that return KeysType
 KeysType OgmlFactory.createKeysType()
          Returns a new object of class 'Keys Type'.
 KeysType DocumentRoot.getKeys()
          Returns the value of the 'Keys' containment reference.
 KeysType OgmlType.getKeys()
          Returns the value of the 'Keys' containment reference.
 

Methods in net.ogdf.ogml with parameters of type KeysType
 void DocumentRoot.setKeys(KeysType value)
          Sets the value of the 'Keys' containment reference.
 void OgmlType.setKeys(KeysType value)
          Sets the value of the 'Keys' containment reference.
 

Uses of KeysType in net.ogdf.ogml.impl
 

Classes in net.ogdf.ogml.impl that implement KeysType
 class KeysTypeImpl
          An implementation of the model object 'Keys Type'.
 

Fields in net.ogdf.ogml.impl declared as KeysType
protected  KeysType OgmlTypeImpl.keys
          The cached value of the 'Keys' containment reference.
 

Methods in net.ogdf.ogml.impl that return KeysType
 KeysType OgmlFactoryImpl.createKeysType()
           
 KeysType DocumentRootImpl.getKeys()
           
 KeysType OgmlTypeImpl.getKeys()
           
 

Methods in net.ogdf.ogml.impl with parameters of type KeysType
 NotificationChain DocumentRootImpl.basicSetKeys(KeysType newKeys, NotificationChain msgs)
           
 NotificationChain OgmlTypeImpl.basicSetKeys(KeysType newKeys, NotificationChain msgs)
           
 void DocumentRootImpl.setKeys(KeysType newKeys)
           
 void OgmlTypeImpl.setKeys(KeysType newKeys)
           
 

Uses of KeysType in net.ogdf.ogml.util
 

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