public interface BuildFactory
BuildPackage| Modifier and Type | Field and Description |
|---|---|
static BuildFactory |
eINSTANCE
The singleton instance of the factory.
|
| Modifier and Type | Method and Description |
|---|---|
BuildComponent |
createBuildComponent()
Returns a new object of class 'Component'.
|
BuildDescription |
createBuildDescription()
Returns a new object of class 'Description'.
|
BuildElement |
createBuildElement()
Returns a new object of class 'Element'.
|
BuildModel |
createBuildModel()
Returns a new object of class 'Model'.
|
BuildProduct |
createBuildProduct()
Returns a new object of class 'Product'.
|
BuildRelationship |
createBuildRelationship()
Returns a new object of class 'Relationship'.
|
BuildResource |
createBuildResource()
Returns a new object of class 'Resource'.
|
BuildStep |
createBuildStep()
Returns a new object of class 'Step'.
|
Consumes |
createConsumes()
Returns a new object of class 'Consumes'.
|
DescribedBy |
createDescribedBy()
Returns a new object of class 'Described By'.
|
Library |
createLibrary()
Returns a new object of class 'Library'.
|
LinksTo |
createLinksTo()
Returns a new object of class 'Links To'.
|
Produces |
createProduces()
Returns a new object of class 'Produces'.
|
SuppliedBy |
createSuppliedBy()
Returns a new object of class 'Supplied By'.
|
Supplier |
createSupplier()
Returns a new object of class 'Supplier'.
|
SupportedBy |
createSupportedBy()
Returns a new object of class 'Supported By'.
|
SymbolicLink |
createSymbolicLink()
Returns a new object of class 'Symbolic Link'.
|
Tool |
createTool()
Returns a new object of class 'Tool'.
|
BuildPackage |
getBuildPackage()
Returns the package supported by this factory.
|
static final BuildFactory eINSTANCE
BuildResource createBuildResource()
BuildDescription createBuildDescription()
SymbolicLink createSymbolicLink()
LinksTo createLinksTo()
Consumes createConsumes()
BuildModel createBuildModel()
BuildComponent createBuildComponent()
Supplier createSupplier()
Tool createTool()
BuildElement createBuildElement()
BuildRelationship createBuildRelationship()
SuppliedBy createSuppliedBy()
Library createLibrary()
BuildStep createBuildStep()
Produces createProduces()
SupportedBy createSupportedBy()
BuildProduct createBuildProduct()
DescribedBy createDescribedBy()
BuildPackage getBuildPackage()