public class WASubpodStateImpl extends java.lang.Object implements WASubpodState, java.io.Serializable
EMPTY_VISITABLE_ARRAY
Constructor and Description |
---|
WASubpodStateImpl(java.lang.String input,
long id) |
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor v) |
boolean |
compare(WASubpodStateImpl waSubpodStateImpl) |
int |
getCurrentIndex() |
long |
getID() |
java.lang.String[] |
getInputs() |
java.lang.String[] |
getNames() |
WAPodState |
getPodState() |
WASubpodState |
setCurrentIndex(int index) |
public java.lang.String[] getNames()
getNames
in interface WASubpodState
public java.lang.String[] getInputs()
getInputs
in interface WASubpodState
public int getCurrentIndex()
getCurrentIndex
in interface WASubpodState
public WASubpodState setCurrentIndex(int index)
setCurrentIndex
in interface WASubpodState
public long getID()
getID
in interface WASubpodState
public WAPodState getPodState()
getPodState
in interface WASubpodState
public boolean compare(WASubpodStateImpl waSubpodStateImpl)
compare
in interface WASubpodState