Package jason.asSyntax
Interface SetTerm
- All Superinterfaces:
Cloneable
,Collection<Term>
,Comparable<Term>
,Iterable<Term>
,Serializable
,Term
,ToDOM
,ToJson
- All Known Implementing Classes:
SetTermImpl
The interface for sets in the AgentSpeak language
-
Method Summary
Modifier and TypeMethodDescriptionvoid
difference
(Collection<Term> lt) void
intersection
(Collection<Term> lt) void
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray, toArray
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