public class FormulaSetTerm extends Object implements BasicSetTerm
Constructor and Description |
---|
FormulaSetTerm(Formula f,
Variable leaf,
Set<Variable> anchorVars) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object oth) |
VariableTypeMap |
getAnchorVariables(VariableTypeMap varMap) |
int |
getArity()
Returns the arity of the tuples contained in this set.
|
Set<BasicSetTerm> |
getBasicTerms() |
Formula |
getFormula() |
Term |
getLeaf() |
ArgumentType |
getLeafType() |
int |
hashCode() |
String |
toString() |
public Formula getFormula()
getFormula
in interface BasicSetTerm
public VariableTypeMap getAnchorVariables(VariableTypeMap varMap)
getAnchorVariables
in interface SetTerm
public int getArity()
SetTerm
public ArgumentType getLeafType()
getLeafType
in interface SetTerm
public Term getLeaf()
getLeaf
in interface BasicSetTerm
public Set<BasicSetTerm> getBasicTerms()
getBasicTerms
in interface SetTerm