| Package | Description |
|---|---|
| com.interpss | |
| com.interpss.dstab.mach | |
| com.interpss.dstab.mach.impl | |
| com.interpss.dstab.util.sample |
| Modifier and Type | Method and Description |
|---|---|
static Machine |
DStabObjectFactory.createMachine(MachineType type)
Create a Machine object of the type
|
static Machine |
DStabObjectFactory.createMachine(java.lang.String machId,
java.lang.String machName,
MachineType type)
Create a Machine object of the type
|
static Machine |
DStabObjectFactory.createMachine(java.lang.String machId,
java.lang.String machName,
MachineType type,
BaseDStabNetwork<?,?> net,
java.lang.String busId,
java.lang.String genId)
Create a Machine object of the type
|
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<MachineType> |
MachineType.VALUES
A public read-only list of all the 'Machine Type' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static MachineType |
MachineType.get(int value)
Returns the 'Machine Type' literal with the specified integer value.
|
static MachineType |
MachineType.get(java.lang.String literal)
Returns the 'Machine Type' literal with the specified literal value.
|
static MachineType |
MachineType.getByName(java.lang.String name)
Returns the 'Machine Type' literal with the specified name.
|
MachineType |
Machine.getMachType()
Returns the value of the 'Mach Type' attribute.
|
static MachineType |
MachineType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MachineType[] |
MachineType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Machine.setMachType(MachineType value)
Sets the value of the '
Mach Type' attribute. |
| Modifier and Type | Method and Description |
|---|---|
MachineType |
DstabMachFactoryImpl.createMachineTypeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
MachineType |
MachineImpl.getMachType() |
| Modifier and Type | Method and Description |
|---|---|
void |
MachineImpl.setMachType(MachineType newMachType) |
| Modifier and Type | Method and Description |
|---|---|
static void |
SampleMachData.initData(MachineType type,
MachineData machData) |