public interface TwoTermBaseList<T extends TwoTermBaseList.TwoTermBase>
extends java.util.List<T>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
TwoTermBaseList.TwoTermBase |
| Modifier and Type | Method and Description |
|---|---|
Bus |
getFromBus(int ndx) |
Bus |
getToBus(int ndx) |
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArrayBus getFromBus(int ndx) throws PAModelException
PAModelExceptionBus getToBus(int ndx) throws PAModelException
PAModelException