Serializable
, Cloneable
, Comparable<AbstractTerm>
, Iterable<Term>
, AbstractTerm
public class SetInt 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 |
---|---|
SetInt(Term... arg) |
Constructor with partial values, called by make
|
Modifier and Type | Method | Description |
---|---|---|
SetInt |
clone() |
Clone a SetInt
|
SetInt |
clone(Term[] replaced) |
Must be Term return type because the type of Term may change with different arguments
|
static SetInt |
make(Collection<Term> l) |
|
static SetInt |
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 SetInt(Term... arg)
arg
- The component list of the term - args must be unique and sortedpublic SetInt clone()
clone
in class CompoundTerm
public SetInt clone(Term[] replaced)
CompoundTerm
clone
in class CompoundTerm
public static SetInt 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.