JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.graph
Class GraphElement

java.lang.Object
  extended bygov.nasa.alsUtility.Mark
      extended bygov.nasa.javaGenes.graph.GraphElement
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable
Direct Known Subclasses:
Edge, Vertex

public class GraphElement
extends Mark
implements java.io.Serializable, java.lang.Cloneable

Superclass for parts of a graph.

See Also:
Vertex, Edge, Serialized Form

Constructor Summary
GraphElement()
           
 
Methods inherited from class gov.nasa.alsUtility.Mark
getMark, isMarked, setMark
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphElement

public GraphElement()

JavaGenes, NASA Ames. Written largely by Al Globus