| Modifier and Type | Field and Description |
|---|---|
static LaneSet |
EMPTY_SET |
| Constructor and Description |
|---|
LaneSet() |
LaneSet(java.util.Collection<Lane> objects) |
LaneSet(Lane... objects) |
| Modifier and Type | Method and Description |
|---|---|
LanePO |
filterLanePO() |
LaneSet |
filterName(java.lang.String value)
Loop through the current set of Lane objects and collect those Lane objects where the name attribute matches the parameter value.
|
LaneSet |
filterName(java.lang.String lower,
java.lang.String upper)
Loop through the current set of Lane objects and collect those Lane objects where the name attribute is between lower and upper.
|
RemoteTaskBoardSet |
getBoard() |
java.lang.String |
getEntryType() |
de.uniks.networkparser.list.StringList |
getName() |
BoardTaskSet |
getTasks() |
LaneSet |
hasBoard(java.lang.Object value) |
LanePO |
hasLanePO() |
LaneSet |
hasName(java.lang.String value) |
LaneSet |
hasName(java.lang.String lower,
java.lang.String upper) |
LaneSet |
hasTasks(java.lang.Object value) |
LaneSet |
with(java.lang.Object value) |
LaneSet |
withBoard(RemoteTaskBoard value) |
LaneSet |
withName(java.lang.String value) |
LaneSet |
without(Lane value) |
LaneSet |
withoutTasks(BoardTask value) |
LaneSet |
withTasks(BoardTask value) |
add, add, addAll, addAll, clone, filter, fireProperty, getNewList, instanceOf, intersection, minus, remove, remove, set, subList, toString, toString, union, with, withListenerceiling, copyEntity, equals, filterItems, hashCode, iterator, iterator, iteratorReverse, listIterator, listIterator, subSet, withListaddHashItem, addKeyValue, checkValue, clear, comparator, contains, containsAll, first, flag, get, getByIndex, getKeyByIndex, getPositionKey, getTypClass, getValue, hashKey, hasKeyAndPos, indexOf, init, init, init, isAllowDuplicate, isAllowEmptyValue, isCaseSensitive, isComparator, isEmpty, isReadOnly, isVisible, last, lastIndexOf, move, pack, parseItem, removeAll, removeByIndex, removeByObject, removeItem, reset, retainAll, setAllowEmptyValue, setFlag, setValue, size, toArray, toArray, toString, withAllowDuplicate, withAllowEmptyValue, withCaseSensitive, withFlag, without, withSize, withType, withVisiblefinalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final LaneSet EMPTY_SET
public LaneSet()
public LaneSet(Lane... objects)
public LaneSet(java.util.Collection<Lane> objects)
public LanePO hasLanePO()
public LaneSet with(java.lang.Object value)
public de.uniks.networkparser.list.StringList getName()
public LaneSet hasName(java.lang.String value)
public LaneSet hasName(java.lang.String lower, java.lang.String upper)
public LaneSet withName(java.lang.String value)
public RemoteTaskBoardSet getBoard()
public LaneSet hasBoard(java.lang.Object value)
public LaneSet withBoard(RemoteTaskBoard value)
public BoardTaskSet getTasks()
public LaneSet hasTasks(java.lang.Object value)
public LanePO filterLanePO()
public java.lang.String getEntryType()
public LaneSet filterName(java.lang.String value)
value - Search valuepublic LaneSet filterName(java.lang.String lower, java.lang.String upper)
lower - Lower boundupper - Upper bound