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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidintlonggetID()String[]String[]getNames()setCurrentIndex(int index)
-
Constructor Details
-
WAPodStateImpl
-
-
Method Details
-
getNames
- Specified by:
getNamesin interfaceWAPodState
-
getInputs
- Specified by:
getInputsin interfaceWAPodState
-
getCurrentIndex
public int getCurrentIndex()- Specified by:
getCurrentIndexin interfaceWAPodState
-
setCurrentIndex
- Specified by:
setCurrentIndexin interfaceWAPodState
-
getID
public long getID()- Specified by:
getIDin interfaceWAPodState
-
accept
-