|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object pedviz.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 objectMethod Detail |
---|
public java.lang.String getMessage()
Algorithm
getMessage
in interface Algorithm
public void run()
Algorithm
run
in interface java.lang.Runnable
run
in interface Algorithm
public java.util.ArrayList<Graph> getFamilies()
public int getPercentComplete()
Algorithm
getPercentComplete
in interface Algorithm
public void addChangeListener(javax.swing.event.ChangeListener l)
Algorithm
addChangeListener
in interface Algorithm
l
- Change
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |