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

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

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

Subinterfaces of AbstractBuildElement in org.eclipse.gmt.modisco.omg.kdm.build
 interface BuildComponent
          A representation of the model object 'Component'.
 interface BuildDescription
          A representation of the model object 'Description'.
 interface BuildElement
          A representation of the model object 'Element'.
 interface BuildProduct
          A representation of the model object 'Product'.
 interface BuildResource
          A representation of the model object 'Resource'.
 interface BuildStep
          A representation of the model object 'Step'.
 interface Library
          A representation of the model object 'Library'.
 interface Supplier
          A representation of the model object 'Supplier'.
 interface SymbolicLink
          A representation of the model object 'Symbolic Link'.
 interface Tool
          A representation of the model object 'Tool'.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.build that return AbstractBuildElement
 AbstractBuildElement BuildRelationship.getFrom()
          Returns the value of the 'From' reference.
 AbstractBuildElement SuppliedBy.getFrom()
          Returns the value of the 'From' reference.
 AbstractBuildElement Consumes.getTo()
          Returns the value of the 'To' reference.
 AbstractBuildElement LinksTo.getTo()
          Returns the value of the 'To' reference.
 AbstractBuildElement Produces.getTo()
          Returns the value of the 'To' reference.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.build with parameters of type AbstractBuildElement
 void BuildRelationship.setFrom(AbstractBuildElement value)
          Sets the value of the 'From' reference.
 void SuppliedBy.setFrom(AbstractBuildElement value)
          Sets the value of the 'From' reference.
 void Consumes.setTo(AbstractBuildElement value)
          Sets the value of the 'To' reference.
 void LinksTo.setTo(AbstractBuildElement value)
          Sets the value of the 'To' reference.
 void Produces.setTo(AbstractBuildElement value)
          Sets the value of the 'To' reference.
 

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

Methods in org.eclipse.gmt.modisco.omg.kdm.build.util with parameters of type AbstractBuildElement
 T BuildSwitch.caseAbstractBuildElement(AbstractBuildElement object)
          Returns the result of interpreting the object as an instance of 'Abstract Build Element'.