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

java.lang.Object
  extended by edu.stanford.slac.aida.lib.util.common.ArrayBound
Direct Known Subclasses:
ExprBound, NamedBound, RangeBound, SimpleBound

public abstract class ArrayBound
extends java.lang.Object

Base class that encapsulates a constraint to a single dimension of an array

Author:
gsm

Nested Class Summary
static class ArrayBound.Type
          Valid types for the Array bounds
 
Field Summary
 int type
          Type of this array bound
 
Constructor Summary
ArrayBound()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public int type
Type of this array bound

Constructor Detail

ArrayBound

public ArrayBound()