public class ReductAlgebra extends GeneralAlgebra implements SmallAlgebra
SmallAlgebra.AlgebraType
Modifier and Type | Field and Description |
---|---|
protected SmallAlgebra |
superAlgebra |
protected java.util.List<Term> |
termList |
con, description, monitor, name, operationsMap, similarityType, size, sub, universe
CARDINALITY_COUNTABLE, CARDINALITY_COUNTABLY_INFINITE, CARDINALITY_FINITE, CARDINALITY_INFINITE, CARDINALITY_UNKNOWN
Constructor and Description |
---|
ReductAlgebra(SmallAlgebra alg,
java.util.List<Term> termList) |
ReductAlgebra(java.lang.String name,
SmallAlgebra alg,
java.util.List<Term> termList)
Form the subalgebra given the super algebra and the subuniverse.
|
Modifier and Type | Method and Description |
---|---|
SmallAlgebra.AlgebraType |
algebraType()
The type of algebra this is, like a quotient algebra.
|
CongruenceLattice |
con()
The congurence lattice.
|
static SmallAlgebra |
congruenceAsAlgebra(SmallAlgebra alg,
Partition cong)
This gives the congruence cong as a subalgebra of A^2.
|
static SmallAlgebra |
congruenceAsAlgebra(java.lang.String name,
SmallAlgebra alg,
Partition cong)
This gives the congruence cong as a subalgebra of A^2.
|
void |
convertToDefaultValueOps()
This is used in the UI.
|
int |
elementIndex(java.lang.Object obj)
This method will return k if elem
is the kth element; otherwise -1.
|
java.lang.Object |
getElement(int index)
returns the kth element.
|
java.util.List |
getUniverseList()
The universe as a List such getElement(k) will equal the kth
element of the List.
|
java.util.Map |
getUniverseOrder()
A map that can be used for elementIndex(a).
|
static void |
main(java.lang.String[] args) |
void |
makeOperationTables()
Make operation tables to speed up the evaluation of operations at
the cost using more space.
|
SubalgebraLattice |
sub()
The subalgebra lattice.
|
SmallAlgebra |
superAlgebra() |
cardinality, constantOperations, getDescription, getMonitor, getName, getOperation, getOperationsMap, inputSize, isIdempotent, isSimilarTo, isTotal, isUnary, iterator, monitoring, operations, parent, parents, resetConAndSub, setDescription, setMonitor, setName, setOperations, setUniverse, similarityType, universe, updateSimilarityType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
parent, parents, resetConAndSub
cardinality, constantOperations, getDescription, getMonitor, getName, getOperation, getOperationsMap, inputSize, isIdempotent, isSimilarTo, isTotal, isUnary, iterator, monitoring, operations, setDescription, setMonitor, setName, similarityType, universe, updateSimilarityType
protected final SmallAlgebra superAlgebra
protected final java.util.List<Term> termList
public ReductAlgebra(SmallAlgebra alg, java.util.List<Term> termList)
public ReductAlgebra(java.lang.String name, SmallAlgebra alg, java.util.List<Term> termList)
public void makeOperationTables()
Algebra
makeOperationTables
in interface Algebra
makeOperationTables
in class GeneralAlgebra
Operation.makeTable
public SmallAlgebra superAlgebra()
public CongruenceLattice con()
SmallAlgebra
con
in interface SmallAlgebra
con
in class GeneralAlgebra
public SubalgebraLattice sub()
SmallAlgebra
sub
in interface SmallAlgebra
sub
in class GeneralAlgebra
public int elementIndex(java.lang.Object obj)
SmallAlgebra
elementIndex
in interface SmallAlgebra
public java.lang.Object getElement(int index)
SmallAlgebra
getElement
in interface SmallAlgebra
public java.util.List getUniverseList()
SmallAlgebra
getUniverseList
in interface SmallAlgebra
public java.util.Map getUniverseOrder()
SmallAlgebra
getUniverseOrder
in interface SmallAlgebra
public static SmallAlgebra congruenceAsAlgebra(SmallAlgebra alg, Partition cong)
public static SmallAlgebra congruenceAsAlgebra(java.lang.String name, SmallAlgebra alg, Partition cong)
public void convertToDefaultValueOps()
SmallAlgebra
convertToDefaultValueOps
in interface SmallAlgebra
public SmallAlgebra.AlgebraType algebraType()
SmallAlgebra
algebraType
in interface SmallAlgebra
public static void main(java.lang.String[] args) throws java.io.IOException, BadAlgebraFileException
java.io.IOException
BadAlgebraFileException
Copyright 2003 Ralph Freese. All Rights Reserved.