|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectpedviz.algorithms.FamilySplitter
public class FamilySplitter
This algorithm splits the given Graph object in single families.
| Constructor Summary | |
|---|---|
FamilySplitter(Graph graph)
Creates the FamilySplitter algorithm with the given graph. |
|
| Method Summary | |
|---|---|
void |
addChangeListener(javax.swing.event.ChangeListener l)
Registers a ChangeListener. |
java.util.ArrayList<Graph> |
getFamilies()
Returns the single families as a collection of Graph objects. |
java.lang.String |
getMessage()
Returns a short description of the algorithm. |
int |
getPercentComplete()
Returns the progress in percents from 0 to 100 |
void |
run()
Starts the algorithm. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FamilySplitter(Graph graph)
graph - Graph object| Method Detail |
|---|
public java.lang.String getMessage()
Algorithm
getMessage in interface Algorithmpublic void run()
Algorithm
run in interface java.lang.Runnablerun in interface Algorithmpublic java.util.ArrayList<Graph> getFamilies()
public int getPercentComplete()
Algorithm
getPercentComplete in interface Algorithmpublic void addChangeListener(javax.swing.event.ChangeListener l)
Algorithm
addChangeListener in interface Algorithml - Change
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||