org.uacalc.alg
Class QuotientElement
java.lang.Object
org.uacalc.alg.QuotientElement
public class QuotientElement
- extends java.lang.Object
This class represents an element in a quotient algebra. It holds
the element from the super algebra (the pre-image) and the congruence.
- Version:
- $Id: QuotientElement.java,v 1.2 2006/10/17 05:10:57 ralphfreese Exp $
- Author:
- Ralph Freese
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
alg
protected final QuotientAlgebra alg
index
protected final int index
QuotientElement
public QuotientElement(QuotientAlgebra alg,
int index)
getAlgebra
public QuotientAlgebra getAlgebra()
superAlgebra
public SmallAlgebra superAlgebra()
getCongruence
public Partition getCongruence()
- Get the congruence on the super algebra giving this algebra.
getIndex
public int getIndex()
- The index in the quotient algebras, not in the super algebra.
getIndexInSuperAlgebra
public int getIndexInSuperAlgebra()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright 2003 Ralph Freese. All Rights Reserved.