Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.build.AbstractBuildElement
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.omg.kdm.build | |
| org.eclipse.gmt.modisco.omg.kdm.build.impl | |
| 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 Modifier and Type Interface Description interfaceBuildComponentA representation of the model object 'Component'.interfaceBuildDescriptionA representation of the model object 'Description'.interfaceBuildElementA representation of the model object 'Element'.interfaceBuildProductA representation of the model object 'Product'.interfaceBuildResourceA representation of the model object 'Resource'.interfaceBuildStepA representation of the model object 'Step'.interfaceLibraryA representation of the model object 'Library'.interfaceSupplierA representation of the model object 'Supplier'.interfaceSymbolicLinkA representation of the model object 'Symbolic Link'.interfaceToolA representation of the model object 'Tool'.Methods in org.eclipse.gmt.modisco.omg.kdm.build that return AbstractBuildElement Modifier and Type Method Description AbstractBuildElementBuildRelationship. getFrom()Returns the value of the 'From' reference.AbstractBuildElementSuppliedBy. getFrom()Returns the value of the 'From' reference.AbstractBuildElementConsumes. getTo()Returns the value of the 'To' reference.AbstractBuildElementLinksTo. getTo()Returns the value of the 'To' reference.AbstractBuildElementProduces. getTo()Returns the value of the 'To' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.build that return types with arguments of type AbstractBuildElement Modifier and Type Method Description org.eclipse.emf.common.util.EList<AbstractBuildElement>BuildModel. getBuildElement()Returns the value of the 'Build Element' containment reference list.org.eclipse.emf.common.util.EList<AbstractBuildElement>BuildResource. getBuildElement()Returns the value of the 'Build Element' containment reference list.org.eclipse.emf.common.util.EList<AbstractBuildElement>BuildResource. getGroupedBuild()Returns the value of the 'Grouped Build' reference list.Methods in org.eclipse.gmt.modisco.omg.kdm.build with parameters of type AbstractBuildElement Modifier and Type Method Description voidBuildRelationship. setFrom(AbstractBuildElement value)Sets the value of the 'From' reference.voidSuppliedBy. setFrom(AbstractBuildElement value)Sets the value of the 'From' reference.voidConsumes. setTo(AbstractBuildElement value)Sets the value of the 'To' reference.voidLinksTo. setTo(AbstractBuildElement value)Sets the value of the 'To' reference.voidProduces. setTo(AbstractBuildElement value)Sets the value of the 'To' reference. -
Uses of AbstractBuildElement in org.eclipse.gmt.modisco.omg.kdm.build.impl
Classes in org.eclipse.gmt.modisco.omg.kdm.build.impl that implement AbstractBuildElement Modifier and Type Class Description classBuildComponentImplAn implementation of the model object 'Component'.classBuildDescriptionImplAn implementation of the model object 'Description'.classBuildElementImplAn implementation of the model object 'Element'.classBuildProductImplAn implementation of the model object 'Product'.classBuildResourceImplAn implementation of the model object 'Resource'.classBuildStepImplAn implementation of the model object 'Step'.classLibraryImplAn implementation of the model object 'Library'.classSupplierImplAn implementation of the model object 'Supplier'.classSymbolicLinkImplAn implementation of the model object 'Symbolic Link'.classToolImplAn implementation of the model object 'Tool'.Fields in org.eclipse.gmt.modisco.omg.kdm.build.impl declared as AbstractBuildElement Modifier and Type Field Description protected AbstractBuildElementBuildRelationshipImpl. fromThe cached value of the 'From' reference.protected AbstractBuildElementSuppliedByImpl. fromThe cached value of the 'From' reference.protected AbstractBuildElementConsumesImpl. toThe cached value of the 'To' reference.protected AbstractBuildElementLinksToImpl. toThe cached value of the 'To' reference.protected AbstractBuildElementProducesImpl. toThe cached value of the 'To' reference.Fields in org.eclipse.gmt.modisco.omg.kdm.build.impl with type parameters of type AbstractBuildElement Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<AbstractBuildElement>BuildModelImpl. buildElementThe cached value of the 'Build Element' containment reference list.protected org.eclipse.emf.common.util.EList<AbstractBuildElement>BuildResourceImpl. buildElementThe cached value of the 'Build Element' containment reference list.protected org.eclipse.emf.common.util.EList<AbstractBuildElement>BuildResourceImpl. groupedBuildThe cached value of the 'Grouped Build' reference list.Methods in org.eclipse.gmt.modisco.omg.kdm.build.impl that return AbstractBuildElement Modifier and Type Method Description AbstractBuildElementBuildRelationshipImpl. basicGetFrom()AbstractBuildElementSuppliedByImpl. basicGetFrom()AbstractBuildElementConsumesImpl. basicGetTo()AbstractBuildElementLinksToImpl. basicGetTo()AbstractBuildElementProducesImpl. basicGetTo()AbstractBuildElementBuildRelationshipImpl. getFrom()AbstractBuildElementSuppliedByImpl. getFrom()AbstractBuildElementConsumesImpl. getTo()AbstractBuildElementLinksToImpl. getTo()AbstractBuildElementProducesImpl. getTo()Methods in org.eclipse.gmt.modisco.omg.kdm.build.impl that return types with arguments of type AbstractBuildElement Modifier and Type Method Description org.eclipse.emf.common.util.EList<AbstractBuildElement>BuildModelImpl. getBuildElement()org.eclipse.emf.common.util.EList<AbstractBuildElement>BuildResourceImpl. getBuildElement()org.eclipse.emf.common.util.EList<AbstractBuildElement>BuildResourceImpl. getGroupedBuild()Methods in org.eclipse.gmt.modisco.omg.kdm.build.impl with parameters of type AbstractBuildElement Modifier and Type Method Description voidBuildRelationshipImpl. setFrom(AbstractBuildElement newFrom)voidSuppliedByImpl. setFrom(AbstractBuildElement newFrom)voidConsumesImpl. setTo(AbstractBuildElement newTo)voidLinksToImpl. setTo(AbstractBuildElement newTo)voidProducesImpl. setTo(AbstractBuildElement newTo) -
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 Modifier and Type Method Description TBuildSwitch. caseAbstractBuildElement(AbstractBuildElement object)Returns the result of interpreting the object as an instance of 'Abstract Build Element'.