Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.build.BuildDescription

Packages that use BuildDescription
org.eclipse.gmt.modisco.omg.kdm.build   
org.eclipse.gmt.modisco.omg.kdm.build.util   
 

Uses of BuildDescription in org.eclipse.gmt.modisco.omg.kdm.build
 

Methods in org.eclipse.gmt.modisco.omg.kdm.build that return BuildDescription
 BuildDescription BuildFactory.createBuildDescription()
          Returns a new object of class 'Description'.
 BuildDescription DescribedBy.getTo()
          Returns the value of the 'To' reference.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.build with parameters of type BuildDescription
 void DescribedBy.setTo(BuildDescription value)
          Sets the value of the 'To' reference.
 

Uses of BuildDescription in org.eclipse.gmt.modisco.omg.kdm.build.util
 

Methods in org.eclipse.gmt.modisco.omg.kdm.build.util with parameters of type BuildDescription
 T BuildSwitch.caseBuildDescription(BuildDescription object)
          Returns the result of interpreting the object as an instance of 'Description'.