Uses of Interface
net.ogdf.ogml.KeyValueType

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

Uses of KeyValueType in net.ogdf.ogml
 

Methods in net.ogdf.ogml that return KeyValueType
 KeyValueType OgmlFactory.createKeyValueType()
          Returns a new object of class 'Key Value Type'.
 KeyValueType DocumentRoot.getKeyValue()
          Returns the value of the 'Key Value' containment reference.
 

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

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

Uses of KeyValueType in net.ogdf.ogml.impl
 

Classes in net.ogdf.ogml.impl that implement KeyValueType
 class KeyValueTypeImpl
          An implementation of the model object 'Key Value Type'.
 

Fields in net.ogdf.ogml.impl with type parameters of type KeyValueType
protected  EList<KeyValueType> KeyTypeImpl.keyValue
          The cached value of the 'Key Value' containment reference list.
 

Methods in net.ogdf.ogml.impl that return KeyValueType
 KeyValueType OgmlFactoryImpl.createKeyValueType()
           
 KeyValueType DocumentRootImpl.getKeyValue()
           
 

Methods in net.ogdf.ogml.impl that return types with arguments of type KeyValueType
 EList<KeyValueType> KeyTypeImpl.getKeyValue()
           
 

Methods in net.ogdf.ogml.impl with parameters of type KeyValueType
 NotificationChain DocumentRootImpl.basicSetKeyValue(KeyValueType newKeyValue, NotificationChain msgs)
           
 void DocumentRootImpl.setKeyValue(KeyValueType newKeyValue)
           
 

Uses of KeyValueType in net.ogdf.ogml.util
 

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