Package com.wolfram.alpha.impl
Class WAAssumptionImpl
java.lang.Object
com.wolfram.alpha.impl.WAAssumptionImpl
- All Implemented Interfaces:
Visitable
,WAAssumption
,Serializable
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from interface com.wolfram.alpha.visitor.Visitable
EMPTY_VISITABLE_ARRAY
Fields inherited from interface com.wolfram.alpha.WAAssumption
TYPE_ANGLEUNIT, TYPE_ATTRIBUTE, TYPE_CLASH, TYPE_COORDINATESYSTEM, TYPE_DATEORDER, TYPE_DNAORSTRING, TYPE_FORMULASELECT, TYPE_FORMULASOLVE, TYPE_FORMULAVARIABLE, TYPE_FORMULAVARIABLEINCLUDE, TYPE_FORMULAVARIABLEOPTION, TYPE_FUNCTION, TYPE_I, TYPE_LISTORNUMBER, TYPE_LISTORTIMES, TYPE_MIXEDFRACTION, TYPE_MORTALITYYEARDOB, TYPE_MULTICLASH, TYPE_NUMBERBASE, TYPE_SUBCATEGORY, TYPE_TIDESTATION, TYPE_TIMEAMORPM, TYPE_UNIT
-
Method Summary
-
Method Details
-
getType
- Specified by:
getType
in interfaceWAAssumption
-
getCount
public int getCount()- Specified by:
getCount
in interfaceWAAssumption
-
getWord
- Specified by:
getWord
in interfaceWAAssumption
-
getDescription
- Specified by:
getDescription
in interfaceWAAssumption
-
getCurrent
public int getCurrent()- Specified by:
getCurrent
in interfaceWAAssumption
-
getNames
- Specified by:
getNames
in interfaceWAAssumption
-
getDescriptions
- Specified by:
getDescriptions
in interfaceWAAssumption
-
getInputs
- Specified by:
getInputs
in interfaceWAAssumption
-
getWords
- Specified by:
getWords
in interfaceWAAssumption
-
getValidities
public boolean[] getValidities()- Specified by:
getValidities
in interfaceWAAssumption
-
accept
-