| Package | Description |
|---|---|
| eu.vicci.process.model.sofia | |
| eu.vicci.process.model.sofia.impl |
| Modifier and Type | Field and Description |
|---|---|
static List<Comparator> |
Comparator.VALUES
A public read-only list of all the 'Comparator' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static Comparator |
Comparator.get(int value)
Returns the 'Comparator' literal with the specified integer value.
|
static Comparator |
Comparator.get(String literal)
Returns the 'Comparator' literal with the specified literal value.
|
static Comparator |
Comparator.getByName(String name)
Returns the 'Comparator' literal with the specified name.
|
Comparator |
Condition.getComparator()
Returns the value of the 'Comparator' attribute.
|
static Comparator |
Comparator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Comparator[] |
Comparator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Condition.setComparator(Comparator value)
Sets the value of the '
Comparator' attribute. |
| Modifier and Type | Field and Description |
|---|---|
protected Comparator |
ConditionImpl.comparator
The cached value of the '
Comparator' attribute. |
protected static Comparator |
ConditionImpl.COMPARATOR_EDEFAULT
The default value of the '
Comparator' attribute. |
| Modifier and Type | Method and Description |
|---|---|
Comparator |
SofiaFactoryImpl.createComparatorFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
Comparator |
ConditionImpl.getComparator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConditionImpl.setComparator(Comparator newComparator) |
Copyright © 2018. All rights reserved.