|
|||||||||
| Home >> All >> org >> openscience >> [ compchem overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.openscience.compchem
Class Edge

java.lang.Objectorg.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)
|
|||||||||
| Home >> All >> org >> openscience >> [ compchem overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.openscience.compchem.Edge