public enum ArcClazz extends Enum<ArcClazz>
The use of "zz" in the name ArcClazz is not to be cute, but to correspond better with getClazz() and setClazz() methods on Arc.
Enum Constant and Description |
---|
ABSOLUTE_INHIBITION |
ABSOLUTE_STIMULATION |
ASSIGNMENT |
CATALYSIS |
CONSUMPTION |
EQUIVALENCE_ARC |
INHIBITION |
INTERACTION |
LOGIC_ARC |
MODULATION |
NECESSARY_STIMULATION |
NEGATIVE_INFLUENCE |
POSITIVE_INFLUENCE |
PRODUCTION |
STIMULATION |
UNKNOWN_INFLUENCE |
Modifier and Type | Method and Description |
---|---|
static ArcClazz |
fromClazz(String clazz) |
String |
getClazz() |
String |
toString() |
static ArcClazz |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArcClazz[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ArcClazz PRODUCTION
public static final ArcClazz CONSUMPTION
public static final ArcClazz CATALYSIS
public static final ArcClazz MODULATION
public static final ArcClazz STIMULATION
public static final ArcClazz INHIBITION
public static final ArcClazz ASSIGNMENT
public static final ArcClazz INTERACTION
public static final ArcClazz ABSOLUTE_INHIBITION
public static final ArcClazz ABSOLUTE_STIMULATION
public static final ArcClazz POSITIVE_INFLUENCE
public static final ArcClazz NEGATIVE_INFLUENCE
public static final ArcClazz UNKNOWN_INFLUENCE
public static final ArcClazz EQUIVALENCE_ARC
public static final ArcClazz NECESSARY_STIMULATION
public static final ArcClazz LOGIC_ARC
public static ArcClazz[] values()
for (ArcClazz c : ArcClazz.values()) System.out.println(c);
public static ArcClazz 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 nullpublic String getClazz()
Copyright © 2018 SEMS project @ University of Rostock. All rights reserved.