Package solvers
Enum PreciseLTLModelCounter.MODEL_COUNTER
- java.lang.Object
-
- java.lang.Enum<PreciseLTLModelCounter.MODEL_COUNTER>
-
- solvers.PreciseLTLModelCounter.MODEL_COUNTER
-
- All Implemented Interfaces:
Serializable,Comparable<PreciseLTLModelCounter.MODEL_COUNTER>
- Enclosing class:
- PreciseLTLModelCounter
public static enum PreciseLTLModelCounter.MODEL_COUNTER extends Enum<PreciseLTLModelCounter.MODEL_COUNTER>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNumber(String str)Stringsolution()StringtoString()static PreciseLTLModelCounter.MODEL_COUNTERvalueOf(String name)Returns the enum constant of this type with the specified name.static PreciseLTLModelCounter.MODEL_COUNTER[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
RELSAT
public static final PreciseLTLModelCounter.MODEL_COUNTER RELSAT
-
CACHET
public static final PreciseLTLModelCounter.MODEL_COUNTER CACHET
-
MINIC2D
public static final PreciseLTLModelCounter.MODEL_COUNTER MINIC2D
-
GANAK
public static final PreciseLTLModelCounter.MODEL_COUNTER GANAK
-
-
Method Detail
-
values
public static PreciseLTLModelCounter.MODEL_COUNTER[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (PreciseLTLModelCounter.MODEL_COUNTER c : PreciseLTLModelCounter.MODEL_COUNTER.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static PreciseLTLModelCounter.MODEL_COUNTER valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
toString
public String toString()
- Overrides:
toStringin classEnum<PreciseLTLModelCounter.MODEL_COUNTER>
-
solution
public String solution()
-
-