|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<BVRInteractionOperator>
org.eclipse.hyades.models.common.fragments.BVRInteractionOperator
public enum BVRInteractionOperator
A representation of the literals of the enumeration 'BVR Interaction Operator', and utility methods for working with them. The InteractionOperator is an enumerated type holding the different kinds of oeprators to be used in a Combined Fragment. - alt designates that the CombinedFragment represents a choice of behavior. - opt designates that the CombinedFragment represents a choice of behavior where either the (sole) operand happens or nothing happens. - par designates that the CombinedFragment represents a parallel merge between the behaviors of the operands. The eventoccurrences of the different operands can be interleaved in any way as long as the ordering imposed by each operand as such is preserved. - loop designates that the CombinedFragment represents a loop. The loop operand will be repeated a number of times. - neg designates that the CombinedFragment represents traces that are defined to be invalid.
Common_Behavior_FragmentsPackage.getBVRInteractionOperator()| Enum Constant Summary | |
|---|---|
ALT_LITERAL
The 'Alt' literal object |
|
LOOP_LITERAL
The 'Loop' literal object |
|
NEG_LITERAL
The 'Neg' literal object |
|
OPT_LITERAL
The 'Opt' literal object |
|
PAR_LITERAL
The 'Par' literal object |
|
| Field Summary | |
|---|---|
static int |
ALT
The 'Alt' literal value |
static int |
LOOP
The 'Loop' literal value |
static int |
NEG
The 'Neg' literal value |
static int |
OPT
The 'Opt' literal value |
static int |
PAR
The 'Par' literal value |
static java.util.List<BVRInteractionOperator> |
VALUES
A public read-only list of all the 'BVR Interaction Operator' enumerators |
| Method Summary | |
|---|---|
static BVRInteractionOperator |
get(int value)
Returns the 'BVR Interaction Operator' literal with the specified integer value |
static BVRInteractionOperator |
get(java.lang.String literal)
Returns the 'BVR Interaction Operator' literal with the specified literal value |
static BVRInteractionOperator |
getByLabel(java.lang.String label)
Returns the enumeration value associated with a label. |
static BVRInteractionOperator |
getByName(java.lang.String name)
Returns the 'BVR Interaction Operator' literal with the specified name |
java.lang.String |
getLabel()
Returns the label associated with this enumeration value. |
java.lang.String |
getLiteral()
|
java.lang.String |
getName()
|
int |
getValue()
|
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation |
static BVRInteractionOperator |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static BVRInteractionOperator[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final BVRInteractionOperator ALT_LITERAL
If the meaning of 'Alt' literal object isn't clear, there really should be more of a description here...
ALTpublic static final BVRInteractionOperator OPT_LITERAL
If the meaning of 'Opt' literal object isn't clear, there really should be more of a description here...
OPTpublic static final BVRInteractionOperator PAR_LITERAL
If the meaning of 'Par' literal object isn't clear, there really should be more of a description here...
PARpublic static final BVRInteractionOperator LOOP_LITERAL
If the meaning of 'Loop' literal object isn't clear, there really should be more of a description here...
LOOPpublic static final BVRInteractionOperator NEG_LITERAL
If the meaning of 'Neg' literal object isn't clear, there really should be more of a description here...
NEG| Field Detail |
|---|
public static final int ALT
ALT_LITERAL,
Constant Field Valuespublic static final int OPT
OPT_LITERAL,
Constant Field Valuespublic static final int PAR
PAR_LITERAL,
Constant Field Valuespublic static final int LOOP
LOOP_LITERAL,
Constant Field Valuespublic static final int NEG
NEG_LITERAL,
Constant Field Valuespublic static final java.util.List<BVRInteractionOperator> VALUES
| Method Detail |
|---|
public static final BVRInteractionOperator[] values()
for(BVRInteractionOperator c : BVRInteractionOperator.values())
System.out.println(c);
public static BVRInteractionOperator valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namepublic static BVRInteractionOperator get(java.lang.String literal)
public static BVRInteractionOperator getByName(java.lang.String name)
public static BVRInteractionOperator get(int value)
public int getValue()
getValue in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String getName()
getName in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String getLiteral()
getLiteral in interface org.eclipse.emf.common.util.Enumeratorpublic java.lang.String toString()
toString in class java.lang.Enum<BVRInteractionOperator>public static BVRInteractionOperator getByLabel(java.lang.String label)
If the label is not valid then this method returns the default value for the enumeration.
label -
public java.lang.String getLabel()
|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||