GraphLab Project

graphlab.library.test
Class TestNewEdge

java.lang.Object
  extended by graphlab.library.BaseEdge<BaseVertex>
      extended by graphlab.library.test.TestNewEdge
All Implemented Interfaces:
java.lang.Comparable<BaseEdge<BaseVertex>>

public class TestNewEdge
extends BaseEdge<BaseVertex>

Author:
Omid

Field Summary
 
Fields inherited from class graphlab.library.BaseEdge
prop, source, target
 
Constructor Summary
TestNewEdge(BaseVertex source, BaseVertex target)
           
 
Method Summary
 TestNewEdge copy()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class graphlab.library.BaseEdge
compareTo, getColor, getCopy, getMark, getProp, getWeight, setColor, setMark, setProp, setWeight, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestNewEdge

public TestNewEdge(BaseVertex source,
                   BaseVertex target)
Method Detail

copy

public TestNewEdge copy()

main

public static void main(java.lang.String[] args)

GraphLab Project