atropos.lp
Class AvnmpLP.ParmTable

java.lang.Object
  |
  +--java.util.AbstractCollection
        |
        +--java.util.AbstractList
              |
              +--java.util.Vector
                    |
                    +--atropos.util.OrderedList
                          |
                          +--atropos.lp.AvnmpLP.ParmTable
All Implemented Interfaces:
java.lang.Cloneable, java.util.Collection, java.util.List, java.io.Serializable
Enclosing class:
AvnmpLP

public class AvnmpLP.ParmTable
extends OrderedList
implements java.io.Serializable

This table will hold a list of parmTime objects used to set and check parameter changes.

See Also:
AvnmpLP.setParameterTimes(), AvnmpLP.checkParameterTimes(), Serialized Form

Fields inherited from class java.util.Vector
capacityIncrement, elementCount, elementData
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
AvnmpLP.ParmTable()
          Construct empty TreeSet.
 
Method Summary
 boolean add(java.lang.Object sa)
          Add to the sorted ParmTable.
 int compare(java.lang.Object o1, java.lang.Object o2)
          This is required to keep the parameter settings sorted by object id.
 
Methods inherited from class atropos.util.OrderedList
clear, get, remove
 
Methods inherited from class java.util.Vector
add, addAll, addAll, addElement, capacity, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, hashCode, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeRange, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSize
 
Methods inherited from class java.util.AbstractList
iterator, listIterator, listIterator
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
iterator, listIterator, listIterator
 

Constructor Detail

AvnmpLP.ParmTable

public AvnmpLP.ParmTable()
Construct empty TreeSet.
Method Detail

add

public boolean add(java.lang.Object sa)
Add to the sorted ParmTable.
Overrides:
add in class OrderedList

compare

public int compare(java.lang.Object o1,
                   java.lang.Object o2)
This is required to keep the parameter settings sorted by object id.
Overrides:
compare in class OrderedList


Copyright © 2002 GE Corporate Research and Development. All Rights Reserved.