Package jason.asSyntax
Interface MapTerm
- All Superinterfaces:
Cloneable
,Comparable<Term>
,Serializable
,Term
,ToDOM
,ToJson
- All Known Implementing Classes:
MapTermImpl
The interface for maps in the AgentSpeak language
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
Methods 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, subsumes
Methods inherited from interface jason.util.ToJson
getAsJson, getAsJsonStr
-
Method Details
-
size
int size() -
clear
void clear() -
get
-
put
-
remove
-
keys
-
values
Collection<Term> values() -
deepClone
MapTerm deepClone()
-