Package jason.asSyntax
Interface StringTerm
- All Superinterfaces:
Cloneable
,Comparable<Term>
,Serializable
,Term
,ToDOM
,ToJson
- All Known Implementing Classes:
StringTermImpl
The interface for string terms of 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
-
getString
String getString()gets the Java string represented by this term, it normally does not return the same string as toString (which enclose the string by quotes) -
length
int length()
-