fr.ocelet.runtime
Class Edge

Package class diagram package Edge
java.lang.Object
  extended by fr.ocelet.runtime.Edge

public class Edge
extends java.lang.Object

Default Edge class, contains just an Id number.


Field Summary
 long edgeId
           
 
Constructor Summary
Edge(long id)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

edgeId

public long edgeId
Constructor Detail

Edge

public Edge(long id)