Uses of Interface
net.ogdf.ogml.KeyType

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

Uses of KeyType in net.ogdf.ogml
 

Methods in net.ogdf.ogml that return KeyType
 KeyType OgmlFactory.createKeyType()
          Returns a new object of class 'Key Type'.
 KeyType DocumentRoot.getKey()
          Returns the value of the 'Key' containment reference.
 

Methods in net.ogdf.ogml that return types with arguments of type KeyType
 EList<KeyType> KeysType.getKey()
          Returns the value of the 'Key' containment reference list.
 

Methods in net.ogdf.ogml with parameters of type KeyType
 void DocumentRoot.setKey(KeyType value)
          Sets the value of the 'Key' containment reference.
 

Uses of KeyType in net.ogdf.ogml.impl
 

Classes in net.ogdf.ogml.impl that implement KeyType
 class KeyTypeImpl
          An implementation of the model object 'Key Type'.
 

Fields in net.ogdf.ogml.impl with type parameters of type KeyType
protected  EList<KeyType> KeysTypeImpl.key
          The cached value of the 'Key' containment reference list.
 

Methods in net.ogdf.ogml.impl that return KeyType
 KeyType OgmlFactoryImpl.createKeyType()
           
 KeyType DocumentRootImpl.getKey()
           
 

Methods in net.ogdf.ogml.impl that return types with arguments of type KeyType
 EList<KeyType> KeysTypeImpl.getKey()
           
 

Methods in net.ogdf.ogml.impl with parameters of type KeyType
 NotificationChain DocumentRootImpl.basicSetKey(KeyType newKey, NotificationChain msgs)
           
 void DocumentRootImpl.setKey(KeyType newKey)
           
 

Uses of KeyType in net.ogdf.ogml.util
 

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