Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.data.ReferenceKey

Packages that use ReferenceKey
org.eclipse.gmt.modisco.omg.kdm.data   
org.eclipse.gmt.modisco.omg.kdm.data.util   
 

Uses of ReferenceKey in org.eclipse.gmt.modisco.omg.kdm.data
 

Methods in org.eclipse.gmt.modisco.omg.kdm.data that return ReferenceKey
 ReferenceKey DataFactory.createReferenceKey()
          Returns a new object of class 'Reference Key'.
 ReferenceKey KeyRelation.getFrom()
          Returns the value of the 'From' reference.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.data with parameters of type ReferenceKey
 void KeyRelation.setFrom(ReferenceKey value)
          Sets the value of the 'From' reference.
 

Uses of ReferenceKey in org.eclipse.gmt.modisco.omg.kdm.data.util
 

Methods in org.eclipse.gmt.modisco.omg.kdm.data.util with parameters of type ReferenceKey
 T DataSwitch.caseReferenceKey(ReferenceKey object)
          Returns the result of interpreting the object as an instance of 'Reference Key'.