jjdh API

dh.java.math.algebra.structure.relation
Class StupidPartition<E>

java.lang.Object
  extended by dh.java.math.algebra.structure.relation.AbstractPartition<E>
      extended by dh.java.math.algebra.structure.relation.StupidPartition<E>
All Implemented Interfaces:
EquivalenceRelation<E>, GrowingPartition<E>, Partition<E>, Relation<E>

public class StupidPartition<E>
extends AbstractPartition<E>


Field Summary
 
Fields inherited from class dh.java.math.algebra.structure.relation.AbstractPartition
implicitGrow, mapping, relation, representatives
 
Constructor Summary
StupidPartition(EquivalenceRelation<? super E> relation, boolean implicitGrow)
           
 
Method Summary
protected  void add(E element)
           
 void processNewList(List<E> list)
           
 
Methods inherited from class dh.java.math.algebra.structure.relation.AbstractPartition
addAll, addAll, addNewClass, addToClass, detailedToString, getEquivalenceClass, getEquivalenceClasses, getEquivalenceClassesAsList, getRepresentativeSystem, getSuperset, related, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StupidPartition

public StupidPartition(EquivalenceRelation<? super E> relation,
                       boolean implicitGrow)
Method Detail

processNewList

public void processNewList(List<E> list)
Specified by:
processNewList in class AbstractPartition<E>

add

protected void add(E element)

jjdh API

Copyright © 2006 Jonas Jacobi and Dennis Heidsiek. All Rights Reserved.