public class QuotientElement
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected QuotientAlgebra |
alg |
protected int |
index |
Constructor and Description |
---|
QuotientElement(QuotientAlgebra alg,
int index) |
Modifier and Type | Method and Description |
---|---|
QuotientAlgebra |
getAlgebra() |
Partition |
getCongruence()
Get the congruence on the super algebra giving this algebra.
|
int |
getIndex()
The index in the quotient algebras, not in the super algebra.
|
int |
getIndexInSuperAlgebra() |
SmallAlgebra |
superAlgebra() |
java.lang.String |
toString() |
protected final QuotientAlgebra alg
protected final int index
public QuotientElement(QuotientAlgebra alg, int index)
public QuotientAlgebra getAlgebra()
public SmallAlgebra superAlgebra()
public Partition getCongruence()
public int getIndex()
public int getIndexInSuperAlgebra()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright 2003 Ralph Freese. All Rights Reserved.