|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectes.upv.dsic.gti_ia.cAgents.State
public abstract class State
This is the generic state class. All other state classes extend this one
| Constructor Summary | |
|---|---|
protected |
State(String n)
Creates a new state |
| Method Summary | |
|---|---|
protected Object |
clone()
|
String |
getName()
Returns this state's name |
protected void |
setName(String name)
Sets this state's name |
protected void |
setType(int t)
Sets this state's type |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected State(String n)
n - name of the state| Method Detail |
|---|
public String getName()
protected void setType(int t)
t - type of the stateprotected void setName(String name)
name - of the stateprotected Object clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||