Package com.inductiveautomation.rm.base
Class RMGroup.Running
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList
com.inductiveautomation.rm.base.RMGroup
com.inductiveautomation.rm.base.RMGroup.Running
- All Implemented Interfaces:
- RMKey.Get,- RMKeyChain.Get,- Serializable,- Cloneable,- Iterable,- Collection,- List,- RandomAccess
- Enclosing class:
- RMGroup
This RMGroup subclass/inner-class represents a subset of a group up to the given endGroup. The only difference
 between this and a normal subgroup is (a) it ignores the startGroup and (b) the "Up" key points back to the
 original group instead of the parent and (c) it supports a "Page" key which returns a subgroup that does take
 the startGroup into account.
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class com.inductiveautomation.rm.base.RMGroupRMGroup.Running
- 
Field SummaryFields inherited from class java.util.AbstractListmodCount
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetKeyValue(String aKey) Overrides default valueForKey to handle Page and Running keys.Methods inherited from class com.inductiveautomation.rm.base.RMGroupclone, cloneDeep, cloneEmpty, equals, getAllValues, getGroup, getGroupLast, getKey, getKey, getKeyChainValue, getNextPeer, getPageEndGroup, getPageStartGroup, getParent, getParentCount, getValue, groupBy, groupBy, groupBy, groupByKey, groupByLeafKey, index, isAncestor, isLeaf, isLeaf, isTopNOthers, setPageEndGroup, setPageStartGroup, setParent, setTopNOthers, sortBy, sortBy, subgroup, subgroup, topNSortBy, toStringMethods inherited from class java.util.ArrayListadd, add, addAll, addAll, clear, contains, ensureCapacity, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeMethods inherited from class java.util.AbstractCollectioncontainsAllMethods inherited from class java.lang.Objectfinalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.CollectionparallelStream, stream, toArrayMethods inherited from interface java.util.ListcontainsAll
- 
Constructor Details- 
RunningCreates a Running group for parent group and start/end groups on page.
 
- 
- 
Method Details- 
getKeyValueOverrides default valueForKey to handle Page and Running keys.- Specified by:
- getKeyValuein interface- RMKey.Get
- Overrides:
- getKeyValuein class- RMGroup
 
 
-