public interface SourceFactory
SourcePackage| Modifier and Type | Field and Description |
|---|---|
static SourceFactory |
eINSTANCE
The singleton instance of the factory.
|
| Modifier and Type | Method and Description |
|---|---|
BinaryFile |
createBinaryFile()
Returns a new object of class 'Binary File'.
|
Configuration |
createConfiguration()
Returns a new object of class 'Configuration'.
|
DependsOn |
createDependsOn()
Returns a new object of class 'Depends On'.
|
Directory |
createDirectory()
Returns a new object of class 'Directory'.
|
ExecutableFile |
createExecutableFile()
Returns a new object of class 'Executable File'.
|
Image |
createImage()
Returns a new object of class 'Image'.
|
InventoryContainer |
createInventoryContainer()
Returns a new object of class 'Inventory Container'.
|
InventoryElement |
createInventoryElement()
Returns a new object of class 'Inventory Element'.
|
InventoryItem |
createInventoryItem()
Returns a new object of class 'Inventory Item'.
|
InventoryModel |
createInventoryModel()
Returns a new object of class 'Inventory Model'.
|
InventoryRelationship |
createInventoryRelationship()
Returns a new object of class 'Inventory Relationship'.
|
Project |
createProject()
Returns a new object of class 'Project'.
|
ResourceDescription |
createResourceDescription()
Returns a new object of class 'Resource Description'.
|
SourceFile |
createSourceFile()
Returns a new object of class 'File'.
|
SourceRef |
createSourceRef()
Returns a new object of class 'Ref'.
|
SourceRegion |
createSourceRegion()
Returns a new object of class 'Region'.
|
SourcePackage |
getSourcePackage()
Returns the package supported by this factory.
|
static final SourceFactory eINSTANCE
InventoryModel createInventoryModel()
InventoryItem createInventoryItem()
SourceFile createSourceFile()
Image createImage()
Configuration createConfiguration()
ResourceDescription createResourceDescription()
BinaryFile createBinaryFile()
ExecutableFile createExecutableFile()
InventoryContainer createInventoryContainer()
Directory createDirectory()
Project createProject()
DependsOn createDependsOn()
SourceRef createSourceRef()
SourceRegion createSourceRegion()
InventoryElement createInventoryElement()
InventoryRelationship createInventoryRelationship()
SourcePackage getSourcePackage()