| Constructor and Description |
|---|
SubProductElement(IntArray elt,
SubProductAlgebra alg) |
| Modifier and Type | Method and Description |
|---|---|
Algebra |
getAlgebra()
The algebra this element is in.
|
Element |
getParent() |
Element[] |
getParentArray() |
Term |
getTerm() |
java.util.List<Variable> |
getVariableList() |
java.util.Map<Variable,IntArray> |
getVariableMap() |
int |
index()
The index of this element in the algebra.
|
int[] |
parentIndexArray() |
java.lang.String |
toString() |
public SubProductElement(IntArray elt, SubProductAlgebra alg)
public Term getTerm()
public java.util.List<Variable> getVariableList()
public Algebra getAlgebra()
ElementgetAlgebra in interface Elementpublic Element[] getParentArray()
getParentArray in interface Elementpublic int index()
Elementpublic int[] parentIndexArray()
parentIndexArray in interface ElementCopyright 2003 Ralph Freese. All Rights Reserved.