Package com.wolfram.alpha.impl
Class WAPodStateImpl
java.lang.Object
com.wolfram.alpha.impl.WAPodStateImpl
- All Implemented Interfaces:
Visitable
,WAPodState
,Serializable
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from interface com.wolfram.alpha.visitor.Visitable
EMPTY_VISITABLE_ARRAY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
int
long
getID()
String[]
String[]
getNames()
setCurrentIndex(int index)
-
Constructor Details
-
WAPodStateImpl
-
-
Method Details
-
getNames
- Specified by:
getNames
in interfaceWAPodState
-
getInputs
- Specified by:
getInputs
in interfaceWAPodState
-
getCurrentIndex
public int getCurrentIndex()- Specified by:
getCurrentIndex
in interfaceWAPodState
-
setCurrentIndex
- Specified by:
setCurrentIndex
in interfaceWAPodState
-
getID
public long getID()- Specified by:
getID
in interfaceWAPodState
-
accept
-