Serializable
, Cloneable
, Comparable<AbstractTerm>
, Iterable<Term>
, AbstractTerm
public class SetExt extends SetTensional
CompoundTerm.ConvRectangle, CompoundTerm.UnableToCloneException
Term.TermVisitor
complexity, conceptival, containedTemporalRelations, hash, term
EmptyTermArray, imagination, index_variable, SELF, SEQ_SPATIAL, SEQ_TEMPORAL, term_indices
Constructor | Description |
---|---|
SetExt(Term... arg) |
Constructor with partial values, called by make
|
Modifier and Type | Method | Description |
---|---|---|
SetExt |
clone() |
Clone a SetExt
|
SetExt |
clone(Term[] replaced) |
Must be Term return type because the type of Term may change with different arguments
|
static SetExt |
make(Collection<Term> l) |
|
static SetExt |
make(Term... t) |
|
CharSequence |
makeName() |
Make a String representation of the set, override the default.
|
Symbols.NativeOperator |
operator() |
Get the operator of the term.
|
addComponentsRecursively, addTermsTo, applySubstitute, applySubstituteToCompound, asTermList, cloneDeep, cloneDeepVariables, cloneTerms, cloneTermsAppend, cloneTermsDeep, cloneTermsExcept, cloneTermsListDeep, cloneTermsReplacing, cloneVariableTermsDeep, compareTo, containedTemporalRelations, containsAllTermsOf, containsTerm, containsTermRecursively, countTermRecursively, equals, extractIntervals, getComplexity, getContainedTerms, hashCode, hasInterval, hasVar, hasVarDep, hasVarIndep, hasVarQuery, init, invalidateName, isNormalized, iterator, makeCompoundName, name, prepareComponentLinks, replaceIntervals, setComponent, setNormalized, shuffle, size, termArray, termList, transformIndependentVariableToDependent, UpdateConvRectangle
forEach, spliterator
finalize, getClass, notify, notifyAll, wait, wait, wait
isCommutative, makeSetName
get, get, getIsSpatial, getTemporalOrder, hasVar, isConstant, isExecutable, isHigherOrderStatement, isSelf, nameInternal, recurseSubtermsContainingVariables, recurseSubtermsContainingVariables, recurseTerms, setName, subjectOrPredicateIsIndependentVar, text, toSortedSet, toSortedSetArray, toString, valid
public SetExt(Term... arg)
arg
- The component list of the term - args must be unique and sortedpublic SetExt clone()
clone
in class CompoundTerm
public SetExt clone(Term[] replaced)
CompoundTerm
clone
in class CompoundTerm
public static SetExt make(Collection<Term> l)
public Symbols.NativeOperator operator()
operator
in class CompoundTerm
public CharSequence makeName()
makeName
in class CompoundTerm
Copyright © 2020 OpenNARS. All rights reserved.