|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.blackboard.path.PathStep
public class PathStep
The Class PathStep.
| Field Summary | |
|---|---|
static int |
ATTRIBUTE_ANNOTATION
The Constant ATTRIBUTE_ANNOTATION. |
static char |
LEFT_BRACKET
The Constant LEFT_BRACKET. |
static char |
RIGHT_BRACKET
The Constant RIGHT_BRACKET. |
| Constructor Summary | |
|---|---|
PathStep(java.lang.String name)
Instantiates a new path step. |
|
PathStep(java.lang.String name,
int index)
Instantiates a new path step. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object other)
|
int |
getIndex()
Gets the index. |
java.lang.String |
getName()
Gets the name. |
int |
hashCode()
|
void |
incIndex()
Increase the index by 1. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final char LEFT_BRACKET
public static final char RIGHT_BRACKET
public static final int ATTRIBUTE_ANNOTATION
| Constructor Detail |
|---|
public PathStep(java.lang.String name)
name - the name
public PathStep(java.lang.String name,
int index)
name - the nameindex - the index| Method Detail |
|---|
public java.lang.String getName()
public int getIndex()
public void incIndex()
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||