Package jason.asSyntax
Interface NumberTerm
- All Superinterfaces:
Cloneable,Comparable<Term>,Serializable,Term,ToDOM,ToJson
- All Known Implementing Classes:
ArithExpr,ArithFunctionTerm,NumberTermImpl,UnnamedVar,VarTerm
The interface for numeric terms of AgentSpeak language
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareToMethods inherited from interface jason.asSyntax.Term
capply, clone, cloneNS, countVars, equals, getCyclicVar, getSrcInfo, hasVar, isArithExpr, isAtom, isCyclicTerm, isGround, isInternalAction, isList, isLiteral, isMap, isNumeric, isPlanBody, isPred, isRule, isSet, isString, isStructure, isUnnamedVar, isVar, setSrcInfo, subsumesMethods inherited from interface jason.util.ToJson
getAsJson, getAsJsonStr
-
Method Details
-
solve
returns the numeric value of the term- Throws:
NoValueException
-