edu.stanford.slac.aida.lib.util.common
Class SimpleBound

java.lang.Object
  extended by edu.stanford.slac.aida.lib.util.common.ArrayBound
      extended by edu.stanford.slac.aida.lib.util.common.SimpleBound

public class SimpleBound
extends ArrayBound

Encapsulates a constraint to a single dimension of an array

See Also:
ArrayBound

Nested Class Summary
 
Nested classes/interfaces inherited from class edu.stanford.slac.aida.lib.util.common.ArrayBound
ArrayBound.Type
 
Field Summary
 int index
          Index.
 
Fields inherited from class edu.stanford.slac.aida.lib.util.common.ArrayBound
type
 
Constructor Summary
SimpleBound(int theIndex)
          Constructs a Simple Bound
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

index

public int index
Index. Index of selected element in this vector

Constructor Detail

SimpleBound

public SimpleBound(int theIndex)
Constructs a Simple Bound

Parameters:
theIndex - The index of the indexed element