|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectccvisu.Marker
ccvisu.MarkerScript
public class MarkerScript
Parse group information from a file and mark the vertices accordingly.
| Nested Class Summary | |
|---|---|
private class |
MarkerScript.GroupProperties
Group properties |
| Field Summary | |
|---|---|
private java.util.ArrayList<MarkerScript.GroupProperties> |
mPropList
|
| Constructor Summary | |
|---|---|
MarkerScript(java.io.BufferedReader in,
Options.Verbosity pVerbosity)
Constructor |
|
| Method Summary | |
|---|---|
void |
mark(GraphVertex vertex)
Special marking for certain vertices by setting attributes of the vertex |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private java.util.ArrayList<MarkerScript.GroupProperties> mPropList
| Constructor Detail |
|---|
public MarkerScript(java.io.BufferedReader in,
Options.Verbosity pVerbosity)
in - BufferedReader for reading group information| Method Detail |
|---|
public void mark(GraphVertex vertex)
mark in class Markervertex - Vertex of the graph representation.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||