public enum PoshNodeType extends Enum<PoshNodeType>
| Enum Constant and Description |
|---|
ACT |
ACTION_PATTERN |
COMPETENCE |
COMPETENCE_ELEMENT |
DOCSTRING |
DRIVE_COLLECTION_NODE |
DRIVE_ELEMENT |
GOAL |
ROOT |
SENSE |
TRIGGER |
TRIGGERED_ACTION |
| Modifier and Type | Method and Description |
|---|---|
Color |
getColor()
Get color that is associated with this type of element
|
String |
toString()
Get description of element
|
static PoshNodeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PoshNodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PoshNodeType DOCSTRING
public static final PoshNodeType COMPETENCE
public static final PoshNodeType COMPETENCE_ELEMENT
public static final PoshNodeType DRIVE_COLLECTION_NODE
public static final PoshNodeType DRIVE_ELEMENT
public static final PoshNodeType ACTION_PATTERN
public static final PoshNodeType GOAL
public static final PoshNodeType ACT
public static final PoshNodeType SENSE
public static final PoshNodeType ROOT
public static final PoshNodeType TRIGGER
public static final PoshNodeType TRIGGERED_ACTION
public static PoshNodeType[] values()
for (PoshNodeType c : PoshNodeType.values()) System.out.println(c);
public static PoshNodeType 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 Color getColor()
public String toString()
toString in class Enum<PoshNodeType>Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.