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

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

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

Methods in org.eclipse.gmt.modisco.omg.kdm.build that return BuildStep
 BuildStep BuildFactory.createBuildStep()
          Returns a new object of class 'Step'.
 BuildStep Consumes.getFrom()
          Returns the value of the 'From' reference.
 BuildStep DescribedBy.getFrom()
          Returns the value of the 'From' reference.
 BuildStep Produces.getFrom()
          Returns the value of the 'From' reference.
 BuildStep SupportedBy.getFrom()
          Returns the value of the 'From' reference.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.build with parameters of type BuildStep
 void Consumes.setFrom(BuildStep value)
          Sets the value of the 'From' reference.
 void DescribedBy.setFrom(BuildStep value)
          Sets the value of the 'From' reference.
 void Produces.setFrom(BuildStep value)
          Sets the value of the 'From' reference.
 void SupportedBy.setFrom(BuildStep value)
          Sets the value of the 'From' reference.
 

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

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