cz.cuni.amis.pogamut.ut2004.navigation.evaluator.task
Enum MapPathsEvaluationTask.PathType
java.lang.Object
java.lang.Enum<MapPathsEvaluationTask.PathType>
cz.cuni.amis.pogamut.ut2004.navigation.evaluator.task.MapPathsEvaluationTask.PathType
- All Implemented Interfaces:
- Serializable, Comparable<MapPathsEvaluationTask.PathType>
- Enclosing class:
- MapPathsEvaluationTask
public static enum MapPathsEvaluationTask.PathType
- extends Enum<MapPathsEvaluationTask.PathType>
Path types to count.
ALL
public static final MapPathsEvaluationTask.PathType ALL
NO_JUMPS
public static final MapPathsEvaluationTask.PathType NO_JUMPS
NO_LIFTS
public static final MapPathsEvaluationTask.PathType NO_LIFTS
NO_JUMP_NO_LIFTS
public static final MapPathsEvaluationTask.PathType NO_JUMP_NO_LIFTS
values
public static MapPathsEvaluationTask.PathType[] 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 (MapPathsEvaluationTask.PathType c : MapPathsEvaluationTask.PathType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static MapPathsEvaluationTask.PathType 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 name
NullPointerException - if the argument is null
Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.