ccvisu
Class GraphEdgeString

java.lang.Object
  extended by ccvisu.GraphEdgeString

public class GraphEdgeString
extends java.lang.Object

Represents an edge between two vertices x and y (given as vertex names) of weight w (also String).

Version:
$Revision: 1.6 $; $Date: 2006/11/25 10:41:07 $
Author:
Dirk Beyer

Field Summary
 java.lang.String relName
          The name of the relation the egde belongs to
 java.lang.String w
          Edge weight.
 java.lang.String x
          Source vertex of edge.
 java.lang.String y
          Target vertex of edge.
 
Constructor Summary
GraphEdgeString()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

relName

public java.lang.String relName
The name of the relation the egde belongs to


x

public java.lang.String x
Source vertex of edge.


y

public java.lang.String y
Target vertex of edge.


w

public java.lang.String w
Edge weight.

Constructor Detail

GraphEdgeString

public GraphEdgeString()