|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SourceFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
SourcePackage
Field Summary | |
---|---|
static SourceFactory |
eINSTANCE
The singleton instance of the factory. |
Method Summary | |
---|---|
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. |
Field Detail |
---|
static final SourceFactory eINSTANCE
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |