Class SimulinkJustificationCollection
java.lang.Object
org.eclipse.epsilon.emc.simulink.util.collection.AbstractSimulinkCollection<SimulinkJustification,HandleObject,SimulinkJustificationManager>
org.eclipse.epsilon.emc.simulink.requirement.util.collection.SimulinkJustificationCollection
- All Implemented Interfaces:
Iterable<ISimulinkModelElement>,Collection<ISimulinkModelElement>,List<ISimulinkModelElement>
public class SimulinkJustificationCollection
extends AbstractSimulinkCollection<SimulinkJustification,HandleObject,SimulinkJustificationManager>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected classprotected class -
Field Summary
Fields inherited from class org.eclipse.epsilon.emc.simulink.util.collection.AbstractSimulinkCollection
manager, primitive -
Constructor Summary
ConstructorsConstructorDescriptionSimulinkJustificationCollection(Object primitive, SimulinkRequirementModel model) -
Method Summary
Modifier and TypeMethodDescriptionprotected Iterator<ISimulinkModelElement>protected booleanisInstanceOf(Object object) protected booleanisInstanceOfPrimitive(Object object) protected booleanisInstanceOfPrimitiveArray(Object object) listIterator(int index) subList(int fromIndex, int toIndex) Methods inherited from class org.eclipse.epsilon.emc.simulink.util.collection.AbstractSimulinkCollection
add, add, addAll, addAll, addPrimitive, clear, contains, containsAll, get, getManager, getPrimitive, getPrimitiveFromArray, getPrimitiveFromList, getPrimitiveFromSingle, indexOf, isEmpty, iterator, lastIndexOf, remove, remove, removeAll, removePrimitive, retainAll, set, size, toArray, toArrayMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
equals, hashCode, replaceAll, sort, spliterator
-
Constructor Details
-
SimulinkJustificationCollection
-
-
Method Details
-
isInstanceOf
- Specified by:
isInstanceOfin classAbstractSimulinkCollection<SimulinkJustification,HandleObject, SimulinkJustificationManager>
-
isInstanceOfPrimitive
- Specified by:
isInstanceOfPrimitivein classAbstractSimulinkCollection<SimulinkJustification,HandleObject, SimulinkJustificationManager>
-
isInstanceOfPrimitiveArray
-
subList
-
listIterator
-
listIterator
-
getInternalIterator
- Specified by:
getInternalIteratorin classAbstractSimulinkCollection<SimulinkJustification,HandleObject, SimulinkJustificationManager>
-