ccvisu
Class MarkerScript

java.lang.Object
  extended by ccvisu.Marker
      extended by ccvisu.MarkerScript

public class MarkerScript
extends Marker

Parse group information from a file and mark the vertices accordingly.

Author:
Dirk Beyer

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

mPropList

private java.util.ArrayList<MarkerScript.GroupProperties> mPropList
Constructor Detail

MarkerScript

public MarkerScript(java.io.BufferedReader in,
                    Options.Verbosity pVerbosity)
Constructor

Parameters:
in - BufferedReader for reading group information
Method Detail

mark

public void mark(GraphVertex vertex)
Special marking for certain vertices by setting attributes of the vertex

Overrides:
mark in class Marker
Parameters:
vertex - Vertex of the graph representation.