public class ReflectivityModelBuilder extends AbstractModelBuilder
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
name
The name of the builder and the default name of the Item.
|
static ItemType |
type
The type of the Item.
|
item
Constructor and Description |
---|
ReflectivityModelBuilder()
The constructor
|
Modifier and Type | Method and Description |
---|---|
Item |
getInstance(org.eclipse.core.resources.IProject projectSpace)
This operation takes the place of the build() operation for subclasses
and acts as a factory method for new instances of the Item that is built,
thereby allowing the AbstractItemBuilder to perform the other work
without knowing the concrete type of the Item.
|
setMaterialsDatabase
build, getItemName, getItemType, setActionFactory
public static final java.lang.String name
public static final ItemType type
public Item getInstance(org.eclipse.core.resources.IProject projectSpace)
AbstractItemBuilder
projectSpace
- The Item's project space