notio
Class MarkerSet

java.lang.Object
  |
  +--notio.MarkerSet
All Implemented Interfaces:
java.io.Serializable

public class MarkerSet
extends java.lang.Object
implements java.io.Serializable

Class that stores a set of marker objects. Markers are added to the set by specifying the set in the constructor for the marker.

See Also:
Marker, Serialized Form

Constructor Summary
MarkerSet()
           
 
Method Summary
 Marker getMarkerByIndividual(java.lang.Object individual)
          Returns the marker associated with the specified individual or null.
 Marker getMarkerByMarkerID(java.lang.String markerID)
          Returns the marker associated with the specified name or null.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarkerSet

public MarkerSet()
Method Detail

getMarkerByMarkerID

public Marker getMarkerByMarkerID(java.lang.String markerID)
Returns the marker associated with the specified name or null.
Parameters:
markerID - the marker ID being used to lookup.
Returns:
the marker associated with this name or null.

getMarkerByIndividual

public Marker getMarkerByIndividual(java.lang.Object individual)
Returns the marker associated with the specified individual or null.
Parameters:
individual - the individual being used to lookup.
Returns:
the marker associated with this individual or null.


Copyright 1998-2001 Finnegan Southey