| Package | Description |
|---|---|
| eu.vicci.process.model.sofiainstance | |
| eu.vicci.process.model.sofiainstance.impl | |
| eu.vicci.process.model.sofiainstance.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BooleanTypeInstance
A representation of the model object 'Boolean Type Instance'.
|
interface |
CollectionTypeInstance
A representation of the model object 'Collection Type Instance'.
|
interface |
ComplexTypeInstance
A representation of the model object 'Complex Type Instance'.
|
interface |
DoubleTypeInstance
A representation of the model object 'Double Type Instance'.
|
interface |
IntegerTypeInstance
A representation of the model object 'Integer Type Instance'.
|
interface |
ListTypeInstance
A representation of the model object 'List Type Instance'.
|
interface |
SetTypeInstance
A representation of the model object 'Set Type Instance'.
|
interface |
StringTypeInstance
A representation of the model object 'String Type Instance'.
|
| Modifier and Type | Method and Description |
|---|---|
DataTypeInstance |
DataTypeInstance.copy() |
DataTypeInstance |
SofiaInstanceFactory.createDataTypeInstance()
Returns a new object of class 'Data Type Instance'.
|
DataTypeInstance |
DataPortInstance.getDataInstance()
Returns the value of the 'Data Instance' containment reference.
|
DataTypeInstance |
MappingUtil.mapDataType(DataType dataType) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<DataTypeInstance> |
ComplexTypeInstance.getSubtypes()
Returns the value of the 'Subtypes' containment reference list.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PortInstance.activate(DataTypeInstance parameter) |
boolean |
TransitionInstance.execute(DataTypeInstance parameter) |
void |
DataPortInstance.setDataInstance(DataTypeInstance value)
Sets the value of the '
Data Instance' containment reference. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ProcessInstance.start(Map<String,DataTypeInstance> parameters) |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanTypeInstanceImpl
An implementation of the model object 'Boolean Type Instance'.
|
class |
CollectionTypeInstanceImpl
An implementation of the model object 'Collection Type Instance'.
|
class |
ComplexTypeInstanceImpl
An implementation of the model object 'Complex Type Instance'.
|
class |
DataTypeInstanceImpl
An implementation of the model object 'Data Type Instance'.
|
class |
DoubleTypeInstanceImpl
An implementation of the model object 'Double Type Instance'.
|
class |
IntegerTypeInstanceImpl
An implementation of the model object 'Integer Type Instance'.
|
class |
ListTypeInstanceImpl
An implementation of the model object 'List Type Instance'.
|
class |
SetTypeInstanceImpl
An implementation of the model object 'Set Type Instance'.
|
class |
StringTypeInstanceImpl
An implementation of the model object 'String Type Instance'.
|
| Modifier and Type | Field and Description |
|---|---|
protected DataTypeInstance |
DataPortInstanceImpl.dataInstance
The cached value of the '
Data Instance' containment reference. |
| Modifier and Type | Field and Description |
|---|---|
protected org.eclipse.emf.common.util.EList<DataTypeInstance> |
ComplexTypeInstanceImpl.subtypes
The cached value of the '
Subtypes' containment reference list. |
| Modifier and Type | Method and Description |
|---|---|
DataTypeInstance |
DataTypeInstanceImpl.copy() |
DataTypeInstance |
SofiaInstanceFactoryImpl.createDataTypeInstance() |
DataTypeInstance |
DataPortInstanceImpl.getDataInstance() |
DataTypeInstance |
MappingUtilImpl.mapDataType(DataType dataType) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<DataTypeInstance> |
ComplexTypeInstanceImpl.getSubtypes() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PortInstanceImpl.activate(DataTypeInstance parameter) |
org.eclipse.emf.common.notify.NotificationChain |
DataPortInstanceImpl.basicSetDataInstance(DataTypeInstance newDataInstance,
org.eclipse.emf.common.notify.NotificationChain msgs) |
boolean |
TransitionInstanceImpl.execute(DataTypeInstance parameter) |
void |
DataPortInstanceImpl.setDataInstance(DataTypeInstance newDataInstance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ProcessInstanceImpl.start(Map<String,DataTypeInstance> parameters) |
| Modifier and Type | Method and Description |
|---|---|
T |
SofiaInstanceSwitch.caseDataTypeInstance(DataTypeInstance object)
Returns the result of interpreting the object as an instance of 'Data Type Instance'.
|
Copyright © 2018. All rights reserved.