public class MaltsevDecompositionIterator extends java.lang.Object implements java.util.Iterator<SmallAlgebra>
Constructor and Description |
---|
MaltsevDecompositionIterator(SmallAlgebra alg)
Given an idempotent algebra this constructs an iterator of
SmallAlgebras that are sections, this is, quotients of subalgebras
of alg.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
static void |
main(java.lang.String[] args) |
SmallAlgebra |
next() |
void |
remove() |
public MaltsevDecompositionIterator(SmallAlgebra alg)
alg
- an idempotent algebraIllegralArguementException
- if alg is not idempotentpublic void remove()
remove
in interface java.util.Iterator<SmallAlgebra>
public boolean hasNext()
hasNext
in interface java.util.Iterator<SmallAlgebra>
public SmallAlgebra next()
next
in interface java.util.Iterator<SmallAlgebra>
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- java.lang.Exception
Copyright 2003 Ralph Freese. All Rights Reserved.