Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.openscience.compchem
Class Edge  view Edge download Edge.java

java.lang.Object
  extended byorg.openscience.compchem.Edge

public class Edge
extends java.lang.Object


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

Field Detail

from

public int from

to

public int to
Constructor Detail

Edge

public Edge()

Edge

public Edge(int from,
            int to)