agl2
Class GraphTag.Tag

java.lang.Object
  |
  +--agl2.GraphTag.Tag
All Implemented Interfaces:
GraphTag, java.io.Serializable
Enclosing class:
GraphTag

public static class GraphTag.Tag
extends java.lang.Object
implements GraphTag, java.io.Serializable

In order to make tags unique, we need to force them to through a factory method.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class agl2.GraphTag
GraphTag.MapTag, GraphTag.Tag
 
Field Summary
 
Fields inherited from interface agl2.GraphTag
allTags, BIGRAPH, DIGRAPH, EDGE_DATA, EDGE_INDEX, EDGE_WEIGHT, GRAPH_ACYLIC, GRAPH_NAME, GRAPH_ROOT, GRAPH_TRAITS, MULTIGRAPH, OBJECT_VERTEX, UNGRAPH, VERTEX_COLOR, VERTEX_DATA, VERTEX_DISTANCE, VERTEX_EDGEMAP, VERTEX_INDEX
 
Method Summary
static GraphTag newMap(java.lang.String x)
           
static GraphTag newTag(java.lang.String x)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

newTag

public static GraphTag newTag(java.lang.String x)

newMap

public static GraphTag newMap(java.lang.String x)