Package com.wolfram.alpha
Interface WAAssumption
- All Known Implementing Classes:
WAAssumptionImpl
public interface WAAssumption
-
Field Summary
Modifier and TypeFieldDescriptionstatic String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
static String
-
Method Summary
-
Field Details
-
TYPE_CLASH
- See Also:
- Constant Field Values
-
TYPE_MULTICLASH
- See Also:
- Constant Field Values
-
TYPE_UNIT
- See Also:
- Constant Field Values
-
TYPE_ANGLEUNIT
- See Also:
- Constant Field Values
-
TYPE_FUNCTION
- See Also:
- Constant Field Values
-
TYPE_SUBCATEGORY
- See Also:
- Constant Field Values
-
TYPE_ATTRIBUTE
- See Also:
- Constant Field Values
-
TYPE_TIMEAMORPM
- See Also:
- Constant Field Values
-
TYPE_DATEORDER
- See Also:
- Constant Field Values
-
TYPE_LISTORTIMES
- See Also:
- Constant Field Values
-
TYPE_LISTORNUMBER
- See Also:
- Constant Field Values
-
TYPE_COORDINATESYSTEM
- See Also:
- Constant Field Values
-
TYPE_I
- See Also:
- Constant Field Values
-
TYPE_NUMBERBASE
- See Also:
- Constant Field Values
-
TYPE_MIXEDFRACTION
- See Also:
- Constant Field Values
-
TYPE_MORTALITYYEARDOB
- See Also:
- Constant Field Values
-
TYPE_DNAORSTRING
- See Also:
- Constant Field Values
-
TYPE_TIDESTATION
- See Also:
- Constant Field Values
-
TYPE_FORMULASELECT
- See Also:
- Constant Field Values
-
TYPE_FORMULASOLVE
- See Also:
- Constant Field Values
-
TYPE_FORMULAVARIABLE
- See Also:
- Constant Field Values
-
TYPE_FORMULAVARIABLEOPTION
- See Also:
- Constant Field Values
-
TYPE_FORMULAVARIABLEINCLUDE
- See Also:
- Constant Field Values
-
-
Method Details
-
getType
String getType() -
getCount
int getCount() -
getWord
String getWord() -
getDescription
String getDescription() -
getCurrent
int getCurrent() -
getNames
String[] getNames() -
getDescriptions
String[] getDescriptions() -
getInputs
String[] getInputs() -
getWords
String[] getWords() -
getValidities
boolean[] getValidities()
-