public static enum SystemProposition.SystemType extends Enum<SystemProposition.SystemType>
| Enum Constant and Description |
|---|
COMPOUND_LOW_LEVEL_ABSTRACTION |
CONSTANT |
CONTEXT |
EVENT |
HIGH_LEVEL_ABSTRACTION |
LOW_LEVEL_ABSTRACTION |
PRIMITIVE_PARAMETER |
SEQUENTIAL_TEMPORAL_PATTERN_ABSTRACTION |
SLICE_ABSTRACTION |
| Modifier and Type | Method and Description |
|---|---|
static SystemProposition.SystemType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SystemProposition.SystemType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SystemProposition.SystemType CONSTANT
public static final SystemProposition.SystemType EVENT
public static final SystemProposition.SystemType PRIMITIVE_PARAMETER
public static final SystemProposition.SystemType LOW_LEVEL_ABSTRACTION
public static final SystemProposition.SystemType COMPOUND_LOW_LEVEL_ABSTRACTION
public static final SystemProposition.SystemType HIGH_LEVEL_ABSTRACTION
public static final SystemProposition.SystemType SLICE_ABSTRACTION
public static final SystemProposition.SystemType SEQUENTIAL_TEMPORAL_PATTERN_ABSTRACTION
public static final SystemProposition.SystemType CONTEXT
public static SystemProposition.SystemType[] values()
for (SystemProposition.SystemType c : SystemProposition.SystemType.values()) System.out.println(c);
public static SystemProposition.SystemType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2012–2016 Emory University. All rights reserved.