Uses of Interface
org.graphdrawing.graphml.KeyType

Packages that use KeyType
org.graphdrawing.graphml   
org.graphdrawing.graphml.impl   
org.graphdrawing.graphml.util   
 

Uses of KeyType in org.graphdrawing.graphml
 

Methods in org.graphdrawing.graphml that return KeyType
 KeyType GraphMLFactory.createKeyType()
          Returns a new object of class 'Key Type'.
 KeyType DocumentRoot.getKey()
          Returns the value of the 'Key' containment reference.
 

Methods in org.graphdrawing.graphml that return types with arguments of type KeyType
 EList<KeyType> GraphmlType.getKey()
          Returns the value of the 'Key' containment reference list.
 

Methods in org.graphdrawing.graphml with parameters of type KeyType
 void DocumentRoot.setKey(KeyType value)
          Sets the value of the 'Key' containment reference.
 

Uses of KeyType in org.graphdrawing.graphml.impl
 

Fields in org.graphdrawing.graphml.impl with type parameters of type KeyType
protected  EList<KeyType> GraphmlTypeImpl.key
          The cached value of the 'Key' containment reference list.
 

Methods in org.graphdrawing.graphml.impl that return KeyType
 KeyType GraphMLFactoryImpl.createKeyType()
           
 KeyType DocumentRootImpl.getKey()
           
 

Methods in org.graphdrawing.graphml.impl that return types with arguments of type KeyType
 EList<KeyType> GraphmlTypeImpl.getKey()
           
 

Methods in org.graphdrawing.graphml.impl with parameters of type KeyType
 NotificationChain DocumentRootImpl.basicSetKey(KeyType newKey, NotificationChain msgs)
           
 void DocumentRootImpl.setKey(KeyType newKey)
           
 

Uses of KeyType in org.graphdrawing.graphml.util
 

Methods in org.graphdrawing.graphml.util with parameters of type KeyType
 T GraphMLSwitch.caseKeyType(KeyType object)
          Returns the result of interpreting the object as an instance of 'Key Type'.