Package jason.asSyntax
Interface ObjectTerm
- All Superinterfaces:
java.lang.Cloneable
,java.lang.Comparable<Term>
,java.io.Serializable
,Term
,ToDOM
,ToJson
- All Known Implementing Classes:
ObjectTermImpl
public interface ObjectTerm extends Term
Interface for terms that encapsulate java objects
-
Method Summary
Modifier and Type Method Description java.lang.Object
getObject()
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
-
getObject
java.lang.Object getObject()
-