public class FileSimulationBuilder extends java.lang.Object implements ItemBuilder
The SimulationBuilder is an ItemBuilder for the Simulation Item and is defined as an OSGi component in ICE. It dynamically registers the creation of Simulations as a service in ICE.
item
Constructor and Description |
---|
FileSimulationBuilder() |
Modifier and Type | Method and Description |
---|---|
Item |
build(org.eclipse.core.resources.IProject project)
(non-Javadoc)
|
java.lang.String |
getItemName()
(non-Javadoc)
|
ItemType |
getItemType()
(non-Javadoc)
|
public java.lang.String getItemName()
getItemName
in interface ItemBuilder
The name
ItemBuilder.getItemName()
public ItemType getItemType()
getItemType
in interface ItemBuilder
The type
ItemBuilder.getItemType()
public Item build(org.eclipse.core.resources.IProject project)
build
in interface ItemBuilder
project
- The Eclipse project that the Item should use for storage.
The newly created Item.
ItemBuilder#build()