Uses of Class
org.umlg.collectiontest.SequenceList2
Packages that use SequenceList2
-
Uses of SequenceList2 in org.umlg.collectiontest
Methods in org.umlg.collectiontest that return types with arguments of type SequenceList2Modifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends SequenceList2>SequenceList2.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends SequenceList2>SequenceList2.allInstances(org.umlg.runtime.collection.Filter filter)org.umlg.runtime.collection.UmlgSequence<SequenceList2>SequenceRoot.getSequenceList2()Methods in org.umlg.collectiontest with parameters of type SequenceList2Modifier and TypeMethodDescriptionvoidSequenceRoot.addToSequenceList2(int index, SequenceList2 sequenceList2)voidSequenceRoot.addToSequenceList2(SequenceList2 sequenceList2)voidSequenceRoot.addToSequenceList2IgnoreInverse(SequenceList2 sequenceList2)voidSequenceRoot.removeFromSequenceList2(SequenceList2 sequenceList2)Method parameters in org.umlg.collectiontest with type arguments of type SequenceList2Modifier and TypeMethodDescriptionvoidSequenceRoot.addToSequenceList2(int index, org.umlg.runtime.collection.UmlgSequence<SequenceList2> sequenceList2)voidSequenceRoot.addToSequenceList2(org.umlg.runtime.collection.UmlgSequence<SequenceList2> sequenceList2)voidSequenceRoot.removeFromSequenceList2(org.umlg.runtime.collection.UmlgSequence<SequenceList2> sequenceList2)voidSequenceRoot.setSequenceList2(org.umlg.runtime.collection.UmlgSequence<SequenceList2> sequenceList2)