A B C D E F G H I J K L M N O P Q R S T U V W X Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- absFile2cls(File, JavaPath.ClsSrc) - Method in class eu.simuline.util.JavaPath
- AbstractImmutableCollection() - Constructor for class eu.simuline.util.CollectionsExt.AbstractImmutableCollection
-
Creates an empty collection with no allowed modifications.
- AbstractImmutableCollection(Set<CollectionsExt.Modification>) - Constructor for class eu.simuline.util.CollectionsExt.AbstractImmutableCollection
-
Creates an empty collection with the allowed modifications given by
mods. - AbstractImmutableMultiSet() - Constructor for class eu.simuline.util.CollectionsExt.AbstractImmutableMultiSet
- AbstractImmutableMultiSet(Set<CollectionsExt.Modification>) - Constructor for class eu.simuline.util.CollectionsExt.AbstractImmutableMultiSet
- AbstractMultiSet<MAP extends java.util.Map<T,MultiSet.Multiplicity>,T> - Class in eu.simuline.util
-
Represents an abstract MultiSet based on a
Map. - AbstractMultiSet(MAP) - Constructor for class eu.simuline.util.AbstractMultiSet
- AbstractMultiSet.MultiplicityImpl - Class in eu.simuline.util
-
Serves as a wrapper object for a multiplicity
AbstractMultiSet.MultiplicityImpl.mult. - AbstractMultiSet.MultiSetIteratorImpl<T> - Class in eu.simuline.util
-
A canonical implementation of
MultiSetIteratordefining also the methods modifying the underlyingMultiSet, namelyAbstractMultiSet.MultiSetIteratorImpl.remove(),AbstractMultiSet.MultiSetIteratorImpl.setMult(int)andAbstractMultiSet.MultiSetIteratorImpl.removeMult(int). - Accessor<T> - Class in eu.simuline.testhelpers
-
Provides access even to private fields, methods, constructors and inner classes, static or not, via reflection.
- Accessor() - Constructor for class eu.simuline.testhelpers.Accessor
-
Formally to create a new
Accessorinstance but intended in contrary to prevent anAccessorfrom being instantiated. - AccessorTest - Class in eu.simuline.testhelpers
-
Testclass for class
Accessor. - AccessorTest() - Constructor for class eu.simuline.testhelpers.AccessorTest
- AccessorTest.ForTests - Class in eu.simuline.testhelpers
- AccessorTest.ForTestsB - Class in eu.simuline.testhelpers
- AccessorTest.NonStatic - Class in eu.simuline.testhelpers
- AccessorTest.NonStatic.NonStatic1 - Class in eu.simuline.testhelpers
- AccessorTest.Static - Class in eu.simuline.testhelpers
- AccessorTest.Static.Static2 - Class in eu.simuline.testhelpers
- AccessorTest.TestAll - Class in eu.simuline.testhelpers
- actionPerformed(ActionEvent) - Method in class eu.simuline.testhelpers.Actions.BreakAction
- actionPerformed(ActionEvent) - Method in class eu.simuline.testhelpers.Actions.ExitAction
- actionPerformed(ActionEvent) - Method in class eu.simuline.testhelpers.Actions.OpenAction
- actionPerformed(ActionEvent) - Method in class eu.simuline.testhelpers.Actions.StartAction
- actionPerformed(ActionEvent) - Method in class eu.simuline.testhelpers.Actions.StopAction
- actions - Variable in class eu.simuline.testhelpers.GUIRunner.HierarchyWrapper
-
This is used only by
GUIRunner.HierarchyWrapper.valueChanged(TreeSelectionEvent)to set the filter viaActions.setFilter(Description). - Actions - Class in eu.simuline.testhelpers
-
Represents the actions of the test GUI inspired by old junit GUI. **** Moreover provides a wrapper to access junit and the access point to run the gui started from the class to be tested. **** The fundamental methods are
Actions.runFromMain()which runs the test class from its main method andActions.runTestClass(String)which runs a testclass with the given name. - Actions(String) - Constructor for class eu.simuline.testhelpers.Actions
-
Creates a new
Actionsinstance. - Actions.BreakAction - Class in eu.simuline.testhelpers
-
The action of breaking the sequence of testcases currently running.
- Actions.CoreRunner - Class in eu.simuline.testhelpers
-
A thread in which a testclass is executed or at least a single testcase out of this testclass.
- Actions.ExitAction - Class in eu.simuline.testhelpers
-
The action of exiting the tester application.
- Actions.OpenAction - Class in eu.simuline.testhelpers
-
The action of opening a
java-file defining a test class and starting the tests defined by it. - Actions.StartAction - Class in eu.simuline.testhelpers
-
The action of starting the testcases in the loaded testclass.
- Actions.StopAction - Class in eu.simuline.testhelpers
-
The action of stopping the test run// after having finished the currently running testcase.
- add(int) - Method in class eu.simuline.util.AbstractMultiSet.MultiplicityImpl
-
Adds the specified multiplicity (which may well be negative) to the wrapped multiplicity
AbstractMultiSet.MultiplicityImpl.multwhich is thus modified. - add(int) - Method in class eu.simuline.util.CollectionsExt.ImmutableMultiplicity
- add(int) - Method in interface eu.simuline.util.MultiSet.Multiplicity
-
Adds the specified multiplicity (which may well be negative) to the wrapped multiplicity which is thus modified.
- add(int, E) - Method in class eu.simuline.util.CollectionsExt.ImmutableCyclicList
- add(int, E) - Method in class eu.simuline.util.CollectionsExt.ImmutableList
- add(int, E) - Method in class eu.simuline.util.CyclicArrayList
-
Inserts the specified element at the specified position in this list.
- add(int, E) - Method in interface eu.simuline.util.CyclicList
-
Inserts the specified element at the specified position in this list (optional operation).
- add(int, E) - Method in class eu.simuline.util.TwoSidedList
-
Not supported by this implementation. **** breaks contract
- add(int, E, TwoSidedList.Direction) - Method in class eu.simuline.util.TwoSidedList
-
Inserts
objat the specified positionindin this list (optional operation). - add(int, Integer) - Method in class eu.simuline.util.BitSetList
-
Describe
addmethod here. - add(E) - Method in class eu.simuline.util.CollectionsExt.AbstractImmutableCollection
- add(E) - Method in class eu.simuline.util.CollectionsExt.AbstractImmutableMultiSet
- add(E) - Method in class eu.simuline.util.CollectionsExt.ImmutableCyclicList
- add(E) - Method in class eu.simuline.util.CollectionsExt.NonModifyingCyclicIterator
- add(E) - Method in class eu.simuline.util.CyclicArrayList
- add(E) - Method in class eu.simuline.util.CyclicArrayList.CyclicArrayIterator
-
Inserts the specified element into the cyclic list.
- add(E) - Method in interface eu.simuline.util.CyclicIterator
-
Inserts the specified element into the underlying cyclic list (optional operation).
- add(E) - Method in class eu.simuline.util.ListSet
-
Adds the specified element to this set if it is not already present.
- add(E) - Method in class eu.simuline.util.TwoSidedList
-
Not supported by this implementation. **** breaks contract
- add(Finder.Filter) - Method in class eu.simuline.util.Finder
-
Returns a finder by attachig the given filter.
- add(T) - Method in class eu.simuline.util.AbstractMultiSet
-
Adds
objto thisMultiSet. - add(T) - Method in interface eu.simuline.util.MultiSet
-
Adds
objto thisMultiSet. - addAll(int, Collection<? extends E>) - Method in class eu.simuline.util.CollectionsExt.ImmutableList
- addAll(int, Collection<? extends E>) - Method in class eu.simuline.util.TwoSidedList
-
Not supported by this implementation.
- addAll(int, Collection<? extends E>, TwoSidedList.Direction) - Method in class eu.simuline.util.TwoSidedList
-
Inserts all of the elements in
collinto this list at the specified position (optional operation). - addAll(int, Iterator<E>) - Method in class eu.simuline.util.CollectionsExt.ImmutableCyclicList
- addAll(int, Iterator<E>) - Method in class eu.simuline.util.CyclicArrayList
-
Inserts the cyclic list of the specified iterator at the specified position in this list (optional operation).
- addAll(int, Iterator<E>) - Method in interface eu.simuline.util.CyclicList
-
Inserts the cyclic list of the specified iterator at the specified position in this list (optional operation).
- addAll(int, List<? extends E>) - Method in class eu.simuline.util.CollectionsExt.ImmutableCyclicList
- addAll(int, List<? extends E>) - Method in class eu.simuline.util.CyclicArrayList
-
Inserts the specified list at the given position in this cyclic list. ***** done for collections!
- addAll(int, List<? extends E>) - Method in interface eu.simuline.util.CyclicList
-
Inserts the specified list at the given position in this cyclic list (optional operation).
- addAll(MultiSet<? extends E>) - Method in class eu.simuline.util.CollectionsExt.AbstractImmutableMultiSet
- addAll(MultiSet<? extends T>) - Method in class eu.simuline.util.AbstractMultiSet
-
Adds
mvselementwise to this multi set increasing multiplicities and returns whether this caused a change of the underlying set. **** strange implementation; also: change - addAll(MultiSet<? extends T>) - Method in interface eu.simuline.util.MultiSet
-
Adds
mvselementwise to this multi set taking multiplicities into account and returns whether this caused a change of the underlying set. **** strange implementation; also: change - addAll(Collection<? extends E>) - Method in class eu.simuline.util.CollectionsExt.AbstractImmutableCollection
- addAll(Collection<? extends E>) - Method in class eu.simuline.util.CollectionsExt.ImmutableCyclicList
- addAll(Collection<? extends E>) - Method in class eu.simuline.util.CyclicArrayList
- addAll(Collection<? extends E>) - Method in class eu.simuline.util.ListSet
-
Adds all of the elements in the specified collection to this set if they're not already present.
- addAll(Collection<? extends E>) - Method in class eu.simuline.util.TwoSidedList
-
Not supported by this implementation.
- addAll(List<? extends E>) - Method in class eu.simuline.util.CollectionsExt.NonModifyingCyclicIterator
- addAll(List<? extends E>) - Method in class eu.simuline.util.CyclicArrayList.CyclicArrayIterator
-
Inserts the specified list into the underlying cyclic list.
- addAll(List<? extends E>) - Method in interface eu.simuline.util.CyclicIterator
-
Inserts the specified list into the underlying cyclic list (optional operation).
- addAll(Set<? extends E>) - Method in class eu.simuline.util.CollectionsExt.AbstractImmutableMultiSet
- addAll(Set<? extends T>) - Method in class eu.simuline.util.AbstractMultiSet
-
Adds
setelementwise to this multi set increasing multiplicities and returns whether this caused a change of the underlying set. **** strange implementation; also: change - addAll(Set<? extends T>) - Method in interface eu.simuline.util.MultiSet
-
Adds
setelementwise to this multi set increasing multiplicities and returns whether this caused a change of the underlying set. **** strange implementation; also: change - addAllFirst(Collection<? extends E>) - Method in class eu.simuline.util.TwoSidedList
-
Adds
objat the beginning of this list. - addAllLast(Collection<? extends E>) - Method in class eu.simuline.util.TwoSidedList
-
Appends all of the elements in
collto the end of this list, in the order that they are returned bycoll's iterator (optional operation). - addAttribute(String, String) - Method in class eu.simuline.util.sgml.SGMLParser.AttributesWrapper
-
Adds an attribute with the given name and value.
- addFirst(E) - Method in class eu.simuline.util.TwoSidedList
-
Adds
objat the beginning of this list. - addLast(E) - Method in class eu.simuline.util.TwoSidedList
-
Adds
objat the end of this list. - addList(List<E>, List<E>) - Method in class eu.simuline.util.ListSet
-
Merges
list2intolist1and returns whetherl1had been modified. - AddObj - eu.simuline.util.CollectionsExt.Modification
-
Modification adding an element which may be by
Collection.add(Object),Collection.addAll(Collection), byList.add(int, Object),List.addAll(int, Collection), - addSelectedTestCaseByNeed(TestCase) - Method in class eu.simuline.testhelpers.GUIRunner.TestCaseLister
-
Adds
testCaseto the failure list if not yet listed. - addWithMult(E) - Method in class eu.simuline.util.CollectionsExt.AbstractImmutableMultiSet
- addWithMult(E, int) - Method in class eu.simuline.util.CollectionsExt.AbstractImmutableMultiSet
- addWithMult(T) - Method in class eu.simuline.util.AbstractMultiSet
-
Adds
objto thisMultiSetand returns the new multiplicity of this object. - addWithMult(T) - Method in interface eu.simuline.util.MultiSet
-
Adds
objto thisMultiSetand returns the new multiplicity of this object. - addWithMult(T, int) - Method in class eu.simuline.util.AbstractMultiSet
-
Increases the multiplicity of
objin thisMultiSetby the specified valueaddMultand returns the new multiplicity of this object. - addWithMult(T, int) - Method in interface eu.simuline.util.MultiSet
-
Increases the multiplicity of
objin thisMultiSetby the specified valueaddMultand returns the new multiplicity of this object. - aFinalField - Static variable in class eu.simuline.testhelpers.AccessorTest.ForTests
- ALIGN_CUT_OFF_LEFT - Static variable in class eu.simuline.util.RealRepresentation
-
Describe the action to be taken if a sequence of symbols, e.g. digits are longer as needed.
- ALIGN_CUT_OFF_RIGHT - Static variable in class eu.simuline.util.RealRepresentation
-
Describe the action to be taken if a sequence of symbols, e.g. digits are longer as needed.
- ALIGN_EXCEPTION - Static variable in class eu.simuline.util.RealRepresentation
-
Describe the action to be taken if a sequence of symbols, e.g. digits are longer as needed.
- ALIGN_LEAVE_UNCHANGED - Static variable in class eu.simuline.util.RealRepresentation
-
Describe the action to be taken if a sequence of symbols, e.g. digits are longer as desired.
- alignLeft(String, int, char, RealRepresentation.Cutter) - Static method in class eu.simuline.util.RealRepresentation
-
Returns a
Stringwhich is by attaching the minimal number offillers to the right hand side ofstrsuch that the length of the result is at leastint. - alignRight(String, int, char, RealRepresentation.Cutter) - Static method in class eu.simuline.util.RealRepresentation
-
Returns a
Stringwhich is by attaching the minimal number offillers to the left hand side ofstrsuch that the length of the result is at leastint. - allowedModifications() - Method in class eu.simuline.util.CollectionsExt.AbstractImmutableCollection
-
Returns the set of allowed modification of this set without backup: Changing the returned set changes the allowed modifications for this set.
- allowedModifications() - Method in class eu.simuline.util.CollectionsExt.AbstractImmutableMultiSet
- allowedModifications() - Method in class eu.simuline.util.CollectionsExt.ImmutableMultiplicity
- allowModification(CollectionsExt.Modification) - Method in class eu.simuline.util.CollectionsExt.AbstractImmutableCollection
-
Allows in addition modification
modfor this set, does not alter contents and returnsthis. - allowModifications(Set<CollectionsExt.Modification>) - Method in class eu.simuline.util.CollectionsExt.AbstractImmutableCollection
-
Allows in addition modifications in
modsfor this set, does not alter contents and returnsthis. - and(Finder.Filter[]) - Method in class eu.simuline.util.Finder
-
Convenience method: Returns a finder by attaching an and-filter.
- and(Finder.Filter[]) - Static method in class eu.simuline.util.Finder.Filter
-
Returns a filter which passes a file iff so do all filters in
filters. - AndFilter(Finder.Filter[]) - Constructor for class eu.simuline.util.Finder.AndFilter
- aPrimitiveField - Variable in class eu.simuline.testhelpers.AccessorTest.ForTests
- aPrimitiveField - Variable in class eu.simuline.testhelpers.AccessorTest.ForTestsB
- areCompatible(Class<?>, Object) - Static method in class eu.simuline.util.BasicTypesCompatibilityChecker
-
Decides whether the given class and object are compatible.
- areCompatible(Class<?>, Object) - Method in class eu.simuline.util.Caster
-
Decides whether the given class and object are compatible with respect to this caster.
- ArrayComparator(Comparator<Object>) - Constructor for class eu.simuline.util.ArraysExt.ArrayComparator
-
Creates a new
ArrayComparatorto compare two object-arrays by lexical ordering. - ArraysExt<E> - Class in eu.simuline.util
-
An add on to the class
Arrays. - ArraysExt() - Constructor for class eu.simuline.util.ArraysExt
- ArraysExt.ArrayComparator<O> - Class in eu.simuline.util
-
Comparator class which implements a kind of lexical ordering on arrays based on the ordering of the components defined by
atomic. - asInteger() - Method in class eu.simuline.util.RealRepresentation
-
Converts this representation such that there is neither a
RealRepresentation.fractionnor anRealRepresentation.exponent. - asList() - Method in class eu.simuline.util.CollectionsExt.ImmutableCyclicList
- asList() - Method in class eu.simuline.util.CyclicArrayList
- asList() - Method in interface eu.simuline.util.CyclicList
- asList(int) - Method in class eu.simuline.util.CollectionsExt.ImmutableCyclicList
- asList(int) - Method in class eu.simuline.util.CyclicArrayList
- asList(int) - Method in interface eu.simuline.util.CyclicList
-
Returns a List containing all of the elements in this cyclic list in proper sequence.
- AsListed(List<E>) - Constructor for class eu.simuline.util.Comparators.AsListed
- Assert<E> - Class in eu.simuline.testhelpers
-
Extends the framework of assertions provided by
junit.framework.Assert. - Assert() - Constructor for class eu.simuline.testhelpers.Assert
- Assert.CmpObj - Enum in eu.simuline.testhelpers
-
Represents an ordering relation.
- assertAbsEquals(double, double, double) - Static method in class eu.simuline.testhelpers.Assert
-
Fails if the absolute deviation between
expectedandactualexceedsabsdivin absolute value. - assertAbsEquals(String, double, double, double) - Static method in class eu.simuline.testhelpers.Assert
-
Fails if the absolute deviation between
expectedandactualexceedsabsdivin absolute value. - assertAbsRelEquals(double, double, double, double, double) - Static method in class eu.simuline.testhelpers.Assert
-
For
expected<= separateAbsRelbehaves likeAssert.assertEquals(String,double,double,double)ignoringreldev, whereas otherwise behaves likeAssert.assertEquals(String, double, double, double)ignoringabsdev. - assertAbsRelEquals(String, double, double, double, double, double) - Static method in class eu.simuline.testhelpers.Assert
-
For
expected<= separateAbsRelbehaves likeAssert.assertEquals(String,double,double,double)ignoringreldev, whereas otherwise behaves likeAssert.assertEquals(String, double, double, double)ignoringabsdev. - assertArraysEquals(Object, Object) - Static method in class eu.simuline.testhelpers.Assert
- assertArraysEquals(Object, Object, double) - Static method in class eu.simuline.testhelpers.Assert
-
Is a deep version of method
junit.framework.Assert.assertEquals(Object, Object)for arrays: checks whether the two arguments are arrays and whether they are arrays, recursively whether the lengths coincide and if the entries do so. - assertArraysEquals(String, Object, Object) - Static method in class eu.simuline.testhelpers.Assert
-
Is a deep version of method
junit.framework.Assert.assertEquals(Object, Object)for arrays: checks whether the two arguments are arrays and whether they are arrays, recursively whether the lengths coincide and if the entries do so. - assertEquals(Object, Object) - Static method in class eu.simuline.testhelpers.Assert
-
Fails for
! - assertEquals(String, Object, Object) - Static method in class eu.simuline.testhelpers.Assert
- assertIs(Assert.CmpObj, E, E, Comparator<E>) - Static method in class eu.simuline.testhelpers.Assert
-
Fails if
cmp.compare(expected, actual)is not as expected and raises an exception if this expression cannot be evaluated. - assertIs(Assert.CmpObj, Comparable<E>, E) - Static method in class eu.simuline.testhelpers.Assert
-
Fails if
expected.compareTo(actual)is not as expected and raises an exception if this expression cannot be evaluated. - assertIs(Assert.CmpObj, String, E, E, Comparator<E>) - Static method in class eu.simuline.testhelpers.Assert
-
Fails if
cmp.compare(expected, actual)is not as expected and raises an exception if this expression cannot be evaluated. - assertIs(Assert.CmpObj, String, Comparable<E>, E) - Static method in class eu.simuline.testhelpers.Assert
-
Fails if
expected.compareTo(actual)is not as expected and raises an exception if this expression cannot be evaluated. - assertIsContainedAll(Collection<E>, Collection<E>) - Static method in class eu.simuline.testhelpers.Assert
-
Fails if
actualis not a subcollection ofexpected. - assertIsIn(Collection<E>, Object) - Static method in class eu.simuline.testhelpers.Assert
-
Fails if
actualElementis not an element ofexpectedContainer. - assertNormAbsEquals(Object, Object, String, double) - Static method in class eu.simuline.testhelpers.Assert
- assertNormAbsEquals(String, Object, Object, String, double) - Static method in class eu.simuline.testhelpers.Assert
-
Fails if
actualisnulloractualdeviates fromexpectedby at leastdelta, provided the test can be executed at all. - assertNormRelEquals(Object, Object, String, double) - Static method in class eu.simuline.testhelpers.Assert
-
Fails if
actualisnulloractualdeviates fromexpectedby at leastdelta, provided the test can be executed at all. - assertNormRelEquals(String, Object, Object, String, double) - Static method in class eu.simuline.testhelpers.Assert
- assertRecArraysEquals(Object, Object, int[]) - Static method in class eu.simuline.testhelpers.Assert
-
Is a deep version of method
junit.framework.Assert.assertEquals(Object, Object)for arrays: checks recursively whether the lengths coincide and if the entries do so. - assertRecArraysEquals(Object, Object, int[], double) - Static method in class eu.simuline.testhelpers.Assert
-
Is a deep version of method
junit.framework.Assert.assertEquals(Object, Object)for arrays: checks recursively whether the lengths coincide and if the entries do so. - assertRelEquals(double, double, double) - Static method in class eu.simuline.testhelpers.Assert
-
Fails reporting a standard message if the relative deviation between
expectedandactualexceedsreldivin absolute value. - assertRelEquals(String, double, double, double) - Static method in class eu.simuline.testhelpers.Assert
-
Fails if the relative deviation between
expectedandactualexceedsreldivin absolute value. - assertStringEquals(String, String) - Static method in class eu.simuline.testhelpers.Assert
-
Special case of
assertEquals(Object, Object)which provides an error message specifying the common prefix ofexpectedwithactual. - ASSIGNEMENT_COMPATIBLE - Static variable in class eu.simuline.util.Caster
-
A trivial caster for which compatibility is assignment compatibility.
- aStaticPrimitiveField - Static variable in class eu.simuline.testhelpers.AccessorTest.ForTests
- aStaticPrimitiveField - Static variable in class eu.simuline.testhelpers.AccessorTest.ForTestsB
- atomic - Variable in class eu.simuline.util.ArraysExt.ArrayComparator
-
A
Comparatorfor components of an array. - ATTR_NAME - Static variable in class eu.simuline.util.sgml.SGMLParser
-
Short string representation of the object currently parsed.
- ATTR_VALUE - Static variable in class eu.simuline.util.sgml.SGMLParser
-
Short string representation of the object currently parsed.
- AttributesImpl - Class in eu.simuline.util.sgml
-
An **** partial **** implementation of the SAX-interface
Attributeswhich allows attributes without values usingAttributesImpl.NO_VALUE. - AttributesImpl(ListMap<String, String>) - Constructor for class eu.simuline.util.sgml.AttributesImpl
-
Creates a new empty
AttributesImplwhich represents the given attribute list. - AttributesWrapper() - Constructor for class eu.simuline.util.sgml.SGMLParser.AttributesWrapper
-
Creates a new empty
AttributesWrapperwhich represents an empty attribute list.
B
- BASIC_TYPES - Static variable in class eu.simuline.util.Caster
-
A trivial caster for which compatibility is assignment compatibility up to wrapping and unwrapping of primitive types.
- BasicTypesCompatibilityChecker - Class in eu.simuline.util
-
Provides methods to map basic types to their wrappers, to map wrapper types to the corresponding basic types and for compatibility checks.
- BasicTypesCompatibilityChecker() - Constructor for class eu.simuline.util.BasicTypesCompatibilityChecker
-
Prevents
BasicTypesCompatibilityCheckerfrom being instantiated. - BigDecimalRep(String) - Constructor for class eu.simuline.util.RealRepresentation.BigDecimalRep
-
Constructs a newly allocated
BigDecimalRepobject that represents the floating-point value of type double represented by the string. - BigDecimalRep(BigDecimal) - Constructor for class eu.simuline.util.RealRepresentation.BigDecimalRep
-
Constructs a newly allocated
BigDecimalRepthat represents givenBigDecimalargument. - Bits32 - eu.simuline.util.DataModel
-
Represents a data model known to be based on 32-bit entities.
- Bits64 - eu.simuline.util.DataModel
-
Represents a data model known to be based on 64-bit entities.
- BitSetList - Class in eu.simuline.util
-
Implements a list of integers
0and1stored as bits in aBitSet. - BitSetList() - Constructor for class eu.simuline.util.BitSetList
-
Creates a new
BitSetListinstance. - BitSetList(int) - Constructor for class eu.simuline.util.BitSetList
- BitSetList(Collection<? extends Integer>) - Constructor for class eu.simuline.util.BitSetList
-
Creates a new
BitSetListinstance. - bLANKS - Static variable in class eu.simuline.util.Strings
-
An ever growing buffer of blanks used by
Strings.getBlanks(int). - bool2int(boolean) - Static method in class eu.simuline.util.BitSetList
-
Returns the C-representation of the given
booleanas anint. - BORDER_DESC - Static variable in class eu.simuline.testhelpers.GUIRunner.TestListCellRenderer
- breakAction - Variable in class eu.simuline.testhelpers.Actions
-
The action to break execution of testcases.
- BreakAction() - Constructor for class eu.simuline.testhelpers.Actions.BreakAction
- buffer - Variable in class eu.simuline.util.sgml.SGMLParser
-
The buffer of the input stream.
- Buffer(Reader, int) - Constructor for class eu.simuline.util.sgml.SGMLParser.Buffer
-
Creates a new
Bufferfrom the given reader with the given size. - BUFFER_SIZE - Static variable in class eu.simuline.util.sgml.SGMLParser
-
The size of the buffer used internally.
- bufferArray - Variable in class eu.simuline.util.sgml.SGMLParser.Buffer
-
The current buffer.
C
- cal - Variable in class eu.simuline.util.CyclicArrayList.CyclicArrayIterator
- call(File) - Method in interface eu.simuline.util.Finder.Callable
-
Applies some filter on the given file and returns whether the called operation succeeded.
- callable - Variable in class eu.simuline.util.Finder.ExecJavaFilter
-
The instance to be executed to decide whether a given file passes the filter invoking
Finder.Callable.call(File). - CALLED_ADD - eu.simuline.util.CyclicArrayList.StateIter
-
The condition
calledLast == CALLED_ADDmeans that among the methodsCyclicIterator.next(),CyclicIterator.previous(),CyclicIterator.add(E)andCyclicIterator.remove()the methodCyclicIterator.add(E)was the last successfully invoked since this iterator was created or refreshed. - CALLED_NEXT - eu.simuline.util.CyclicArrayList.StateIter
-
The condition
calledLast == CALLED_NEXTmeans that among the methodsCyclicIterator.next(),CyclicIterator.previous(),CyclicIterator.add(E)andCyclicIterator.remove()the methodCyclicIterator.next()was the last successfully invoked since this iterator was created or refreshed. - CALLED_NOTHING - eu.simuline.util.CyclicArrayList.StateIter
-
The condition
calledLast == CALLED_NOTHINGmeans that neither of the methodsCyclicIterator.next(),CyclicIterator.previous(),CyclicIterator.add(E)andCyclicIterator.remove()was ever successfully invoked since this iterator was created or refreshed. - CALLED_PREVIOUS - eu.simuline.util.CyclicArrayList.StateIter
-
The condition
calledLast == CALLED_PREVIOUSmeans that among the methodsCyclicIterator.next(),CyclicIterator.previous(),CyclicIterator.add(E)andCyclicIterator.remove()the methodCyclicIterator.previous()was the last successfully invoked since this iterator was created or refreshed. - CALLED_REMOVE - eu.simuline.util.CyclicArrayList.StateIter
-
The condition
calledLast == CALLED_REMOVEmeans that among the methodsCyclicIterator.next(),CyclicIterator.previous(),CyclicIterator.add(E)andCyclicIterator.remove()the methodCyclicIterator.previous()was the last invoked since this iterator was created or refreshed. - calledLast - Variable in class eu.simuline.util.CyclicArrayList.CyclicArrayIterator
-
Indicates the last method invoked.
- CAN_EXEC - Static variable in class eu.simuline.util.Finder
-
Filter passing the file received iff it is executable.
- CAN_READ - Static variable in class eu.simuline.util.Finder
-
Filter passing the file received iff it is readable.
- CAN_WRITE - Static variable in class eu.simuline.util.Finder
-
Filter passing the file received iff it is writable.
- cardinality() - Method in class eu.simuline.util.BitSetList
- Cascade(Collection<Comparator<E>>) - Constructor for class eu.simuline.util.Comparators.Cascade
- cast(Object) - Method in class eu.simuline.util.Caster
-
The return value
cast(obj)(which may well benull), may be casted to classclsifCaster.areCompatible(java.lang.Class<?>, java.lang.Object)returnstrue. - cast(Object) - Method in class eu.simuline.util.Caster.Trivial
-
Returns the input parameter unchanged.
- Caster - Class in eu.simuline.util
-
Provides ways to transform instances of various classes into one another.
- Caster() - Constructor for class eu.simuline.util.Caster
- Caster.Trivial - Class in eu.simuline.util
-
This is a trivial caster.
- characters(char[], int, int) - Method in class eu.simuline.util.sgml.ReportContentHandler
- characters(char[], int, int) - Method in class eu.simuline.util.sgml.SavingHandler
- characters(char[], int, int) - Method in class eu.simuline.util.sgml.SGMLFilter
- characters(char[], int, int) - Method in class eu.simuline.util.sgml.SGMLParser.TrivialContentHandler
- checkAdd1(TwoSidedList<?>) - Method in enum eu.simuline.util.TwoSidedList.Direction
-
Checks in
TwoSidedList.add(int, Object, Direction)whether by adding elements causes underrun inTwoSidedList.firstIndex()or overrun inTwoSidedList.minFreeIndex(). - checkAddAll(int, TwoSidedList<?>) - Method in enum eu.simuline.util.TwoSidedList.Direction
-
Checks in
TwoSidedList.addAll(int, Collection, Direction)whether by adding elements causes underrun inTwoSidedList.firstIndex()or overrun inTwoSidedList.minFreeIndex(). - checkArraysSameClass(Object, Object) - Static method in class eu.simuline.testhelpers.Assert
-
Checks whether
expectedis an array and whether its type coincides with the type ofactual. - checkIncMinFreeIndex() - Method in class eu.simuline.util.TwoSidedList
-
Checks whether incrementing
TwoSidedList.minFreeIndex()would cause overrun ofTwoSidedList.minFreeIndex(). - checkMinFreeIndex(int) - Method in class eu.simuline.util.TwoSidedList
-
Checks whether adding
numAddedobjects to this list **** or at the tail of this list would cause overrun ofTwoSidedList.minFreeIndex(). - checkNulls(String, Object, Object) - Static method in class eu.simuline.testhelpers.Assert
-
Throws an error if exactly one of the parameters are
nulland otherwise returns whether both arenull. - checkNullsB(String, Object, Object) - Static method in class eu.simuline.testhelpers.Assert
-
Fails if the test can be executed, i.e.
- checkRange(int) - Method in class eu.simuline.util.TwoSidedList
-
Checks whether index
indis in range and throws an appropriate exception if not. - checkRange(int, TwoSidedList.Direction) - Method in class eu.simuline.util.TwoSidedList
-
Checks whether index
indis in range and throws an appropriate exception if not. - checkRange(int, TwoSidedList<?>) - Method in enum eu.simuline.util.TwoSidedList.Direction
-
Checks whether index
indis in the range oflistand throws an appropriate exception if not. - checkRange(String, int, int, int) - Method in class eu.simuline.util.TwoSidedList
-
Checks whether index
indis in range and throws an appropriate exception if not. - children - Variable in class eu.simuline.testhelpers.TestCase
-
The list of children if this is a suite according to
TestCase.isTest()ornullif this is a (singular) test. - CHOOSE_CLASSPATH - Static variable in class eu.simuline.testhelpers.GUIRunner
-
The name of the system property the value of which points to the directory which is opened by the file chooser.
- chr - Variable in class eu.simuline.util.sgml.SGMLParser.SpecCharTester
-
The character which passes the test
SGMLParser.SpecCharTester.testChar(char). - Class - eu.simuline.util.JavaPath.ClsSrc
- CLASS_SEP - Static variable in class eu.simuline.util.JavaPath
-
Java's class separator
.separating classes from their packages and also packages from their subpackages. - classChooser - Variable in class eu.simuline.testhelpers.GUIRunner
-
A chooser for testclasses.
- ClassChooser() - Constructor for class eu.simuline.testhelpers.GUIRunner.ClassChooser
- className - Variable in class eu.simuline.testhelpers.GUIRunner
-
Contains the fully qualified name of the testclasse currently under consideration.
- clear() - Method in class eu.simuline.util.AbstractMultiSet
-
Removes all of the elements from this
MultiSet. - clear() - Method in class eu.simuline.util.BitSetList
-
Describe
clearmethod here. - clear() - Method in class eu.simuline.util.CollectionsExt.AbstractImmutableCollection
- clear() - Method in class eu.simuline.util.CollectionsExt.AbstractImmutableMultiSet
- clear() - Method in class eu.simuline.util.CollectionsExt.ImmutableCyclicList
- clear() - Method in class eu.simuline.util.CyclicArrayList
-
Removes all of the elements from this list (optional operation).
- clear() - Method in interface eu.simuline.util.CyclicList
-
Removes all of the elements from this list (optional operation).
- clear() - Method in class eu.simuline.util.ListMap
- clear() - Method in class eu.simuline.util.ListMap.Entries
-
Clears actually the enclosing
ListMapdelegating toListMap.clear(). - clear() - Method in class eu.simuline.util.ListMap.Keys
-
Clears actually the enclosing
ListMapdelegating toListMap.clear(). - clear() - Method in class eu.simuline.util.ListMap.Values
-
Clears actually the enclosing
ListMapdelegating toListMap.clear(). - clear() - Method in class eu.simuline.util.ListSet
-
Removes all of the elements from this set.
- clear() - Method in interface eu.simuline.util.MultiSet
-
Removes all of the elements from this
MultiSet. - clear() - Method in class eu.simuline.util.SwingWorker.ThreadVar
- clear() - Method in class eu.simuline.util.TwoSidedList
-
Removes all of the elements from this list (optional operation).
- clearSelection() - Method in class eu.simuline.testhelpers.GUIRunner.HierarchyWrapper
- clearSelection() - Method in interface eu.simuline.testhelpers.GUIRunner.Selector
-
Clears the selection.
- clearSelection() - Method in class eu.simuline.testhelpers.GUIRunner.TestCaseLister
- clearStack() - Method in class eu.simuline.testhelpers.GUIRunner.StackTraceLister
-
Clears the represented stack including
GUIRunner.StackTraceLister.thrwand text. - clone() - Method in class eu.simuline.util.BitSetList
- clone() - Method in class eu.simuline.util.CyclicArrayList
-
Returns a clone of this
CyclicArrayList. - clone() - Method in class eu.simuline.util.SoftEnum
-
Throws CloneNotSupportedException.
- close() - Method in class eu.simuline.util.JavaPath.ZipEntryWrapper.WrappedInputStream
- cls2locFile(String, JavaPath.ClsSrc) - Method in class eu.simuline.util.JavaPath
-
Converts a class name into the into the corresponding name of a local source file or class file.
- clsFileChooser - Variable in class eu.simuline.testhelpers.GUIRunner.ClassChooser
-
File chooser for class files representing test classes.
- clsPath - Variable in class eu.simuline.testhelpers.GUIRunner.ClassChooser
-
The class path for test classes.
- ClsSrc() - Constructor for enum eu.simuline.util.JavaPath.ClsSrc
- cmd - Variable in class eu.simuline.util.Finder.ExecFilter
-
The command to be executed including arguments separated by space as to be passed to
Runtime.exec(String)in order to decide whether the given file passes the filter. - CmpObj(String) - Constructor for enum eu.simuline.testhelpers.Assert.CmpObj
-
Creates a new
CmpObjwith the given fractin of message; also the implementation of methodAssert.CmpObj.isValid(int)has to be provided hereafter. - code - Variable in enum eu.simuline.util.DataModel
- coll - Variable in class eu.simuline.util.CollectionsExt.ImmutableCollection
-
The enclosed set containing the elements of this set.
- collapseAlongPath() - Method in class eu.simuline.testhelpers.GUIRunner.HierarchyWrapper
-
Collapses the path to the leaf
GUIRunner.HierarchyWrapper.currPathIterpoints to as much as possible in order not to hideGUIRunner.HierarchyWrapper.singleSelectedNodeand the leafs corresponding with singular tests which failed already (assumption failure, failure and error). - CollectionsExt<E> - Class in eu.simuline.util
-
An add on of the core class
Collections. - CollectionsExt() - Constructor for class eu.simuline.util.CollectionsExt
- CollectionsExt.AbstractImmutableCollection<C extends java.util.Collection<E>,E> - Class in eu.simuline.util
-
A class of
Collections of elements of classEextendingCinitially throwing anUnsupportedOperationExceptionwhen trying to modify the collection either directly or via its iterator(s) or via a transparent view likeList.subList(int, int). - CollectionsExt.AbstractImmutableMultiSet<C extends MultiSet<E>,E> - Class in eu.simuline.util
-
A MultiSet which prevents being modified by throwing an exception for the modifying methods.
- CollectionsExt.ImmutableCollection<E> - Class in eu.simuline.util
-
A collection which prevents being modified by throwing an exception for the modifying methods.
- CollectionsExt.ImmutableCyclicList<E> - Class in eu.simuline.util
-
Represents an immutable cyclic list by throwing an exception when invoking a method which modifies this list.
- CollectionsExt.ImmutableList<E> - Class in eu.simuline.util
-
A list which prevents being modified by throwing an exception for the modifying methods.
- CollectionsExt.ImmutableMultiplicity - Class in eu.simuline.util
-
An immutable implementation of the multiplicity interface.
- CollectionsExt.ImmutableMultiSet<E> - Class in eu.simuline.util
-
A multi-set which prevents being modified by throwing an exception for the modifying methods.
- CollectionsExt.ImmutableSet<E> - Class in eu.simuline.util
-
A set which prevents being modified by throwing an exception for the modifying methods.
- CollectionsExt.ImmutableSortedMultiSet<E> - Class in eu.simuline.util
-
A sorted multi-set which prevents being modified by throwing an exception for the modifying methods.
- CollectionsExt.ImmutableSortedSet<E> - Class in eu.simuline.util
-
A sorted set which prevents being modified by throwing an exception for the modifying methods.
- CollectionsExt.Modification - Enum in eu.simuline.util
-
Enumerates the kinds of modifications on a
Collection. - CollectionsExt.NonModifyingCyclicIterator<E> - Class in eu.simuline.util
-
An interator which prevents modification on the underlying list, by throwing an exception for the modifying methods.
- COLOR_FAIL - Static variable in enum eu.simuline.testhelpers.Quality
-
Represents a failed testcase.
- COLOR_IGNORED - Static variable in enum eu.simuline.testhelpers.Quality
-
Represents an ignored testcase.
- COLOR_OK - Static variable in enum eu.simuline.testhelpers.Quality
-
Represents a testcase which did neither failed.
- comparator() - Method in class eu.simuline.util.CollectionsExt.ImmutableSortedMultiSet
- comparator() - Method in class eu.simuline.util.CollectionsExt.ImmutableSortedSet
- comparator() - Method in class eu.simuline.util.ListMap
- comparator() - Method in class eu.simuline.util.ListMap.Entries
- comparator() - Method in class eu.simuline.util.ListMap.Keys
- comparator() - Method in class eu.simuline.util.ListSet
- comparator() - Method in interface eu.simuline.util.SortedMultiSet
-
Returns the comparator used to order the elements in this set, or
nullif this set uses the natural ordering of its elements. - comparator() - Method in class eu.simuline.util.TreeMultiSet
-
Returns the comparator used to order the elements in this set, or
nullif this set uses the natural ordering of its elements. - Comparators<E> - Class in eu.simuline.util
-
Collection of static methods related with
Comparators. - Comparators() - Constructor for class eu.simuline.util.Comparators
- Comparators.AsListed<E> - Class in eu.simuline.util
-
Implements an ordering given by the list
Comparators.AsListed.seq. - Comparators.Cascade<E> - Class in eu.simuline.util
-
Represents a comparator which is a cascade of comparators: Starting with the first comparator in
Comparators.Cascade.seqasks the next comparator if the current one detects equality. - compare(E, E) - Method in class eu.simuline.util.Comparators.AsListed
- compare(E, E) - Method in class eu.simuline.util.Comparators.Cascade
- compare(Object[], Object[]) - Method in class eu.simuline.util.ArraysExt.ArrayComparator
-
Describe
comparemethod here. - compareTo(E) - Method in class eu.simuline.util.SoftEnum
-
Compares this enum with the specified object for order.
- compareTo(MultiSet.Multiplicity) - Method in class eu.simuline.util.AbstractMultiSet.MultiplicityImpl
-
Defines the natural ordering on natural numbers.
- compareTo(MultiSet.Multiplicity) - Method in class eu.simuline.util.CollectionsExt.ImmutableMultiplicity
- compareTo(MultiSet.Multiplicity) - Method in interface eu.simuline.util.MultiSet.Multiplicity
-
Defines the natural ordering on natural numbers.
- compensatePoint(boolean) - Static method in class eu.simuline.util.RealRepresentation
-
Sets
RealRepresentation.noPointSaccording to the parameter:truemeans thatRealRepresentation.noPointSis attached with " "; otherwise it is "". - computeNorm1(String, Object) - Static method in class eu.simuline.testhelpers.Assert
-
Returns the norm of
expecteddefined by the method namednorm. - computeNorm2(String, Object, Object) - Static method in class eu.simuline.testhelpers.Assert
-
Returns the distance of the two objects
expectedandactualdefined by the metric defined by the method namednorm; typically something like the norm of a kind of difference. - construct() - Method in class eu.simuline.util.SwingWorker
-
Compute the value to be returned by the
getmethod. - constructorMatches(Constructor<T>, Object...) - Static method in class eu.simuline.testhelpers.Accessor
-
Returns whether the given constructor matches the parameter list.
- contains(Object) - Method in class eu.simuline.util.AbstractMultiSet
-
Returns true if this
MultiSetcontains the specified element. - contains(Object) - Method in class eu.simuline.util.BitSetList
-
Describe
containsmethod here. - contains(Object) - Method in class eu.simuline.util.CollectionsExt.AbstractImmutableMultiSet
- contains(Object) - Method in class eu.simuline.util.CollectionsExt.ImmutableCyclicList
- contains(Object) - Method in class eu.simuline.util.CyclicArrayList
-
Returns
trueif this list contains the specified element. - contains(Object) - Method in interface eu.simuline.util.CyclicList
-
Returns
trueif this list contains the specified element. - contains(Object) - Method in class eu.simuline.util.ListMap.Entries
-
Returns actually whether
objis an instance ofMap.Entrywith a key contained in the enclosingListMapdelegating toListMap.containsKey(Object). - contains(Object) - Method in class eu.simuline.util.ListMap.Keys
-
Returns actually whether
objis a key of the enclosingListMapdelegating toListMap.containsKey(Object). - contains(Object) - Method in class eu.simuline.util.ListMap.Values
-
Returns actually whether
objis a value of the enclosingListMapdelegating toListMap.containsValue(Object). - contains(Object) - Method in class eu.simuline.util.ListSet
-
Returns
trueif this set contains the specified element. - contains(Object) - Method in interface eu.simuline.util.MultiSet
-
Returns true if this
MultiSetcontains the specified element. - contains(Object) - Method in class eu.simuline.util.TwoSidedList
-
Returns whether this list contains the specified element.
- containsAll(Collection<?>) - Method in class eu.simuline.util.AbstractMultiSet
-
Returns true if this
MultiSetcontains all of the elements in the specified collection with strictly positive multiplicity. - containsAll(Collection<?>) - Method in class eu.simuline.util.CollectionsExt.AbstractImmutableMultiSet
- containsAll(Collection<?>) - Method in class eu.simuline.util.CollectionsExt.ImmutableCyclicList
- containsAll(Collection<?>) - Method in class eu.simuline.util.CyclicArrayList
- containsAll(Collection<?>) - Method in class eu.simuline.util.ListSet
-
Returns
trueif this set contains all of the elements of the specified collection. - containsAll(Collection<?>) - Method in interface eu.simuline.util.MultiSet
-
Returns true if this
MultiSetcontains all of the elements in the specified collection with strictly positive multiplicity. - containsAll(Collection<?>) - Method in class eu.simuline.util.TwoSidedList
-
Replaces the element at the
indth position in this list with the specified element (optional operation). - containsKey(Object) - Method in class eu.simuline.util.ListMap
- containsValue(Object) - Method in class eu.simuline.util.ListMap
- contentHandler - Variable in class eu.simuline.util.sgml.SGMLParser
-
The
ContentHandlerregistered. - coreRunner - Variable in class eu.simuline.testhelpers.Actions
- CoreRunner(Actions.CoreRunner) - Constructor for class eu.simuline.testhelpers.Actions.CoreRunner
-
Copy constructor.
- CoreRunner(String) - Constructor for class eu.simuline.testhelpers.Actions.CoreRunner
-
Creates a runner running all testcases in the given test class.
- coversZip() - Method in interface eu.simuline.util.JavaPath.FileWrapper
-
Returns whether the wrapped file is within a zip-archive.
- coversZip() - Method in class eu.simuline.util.JavaPath.OrdFileWrapper
- coversZip() - Method in class eu.simuline.util.JavaPath.ZipEntryWrapper
- create() - Static method in class eu.simuline.util.FIFOList
- create(double, boolean) - Static method in class eu.simuline.util.RealRepresentation
-
Converts the given
doublenumber to aRealRepresentationwith the given precision. - create(int) - Static method in class eu.simuline.util.AbstractMultiSet.MultiplicityImpl
- create(TwoSidedList<? extends E>) - Static method in class eu.simuline.util.TwoSidedList
- create(Class<T>, Class<?>[], Object...) - Static method in class eu.simuline.testhelpers.Accessor
-
Returns an object created by the specified constructor.
- create(Class<T>, Object...) - Static method in class eu.simuline.testhelpers.Accessor
-
Returns an object created by the specified constructor.
- create(Number) - Static method in class eu.simuline.util.RealRepresentation
-
Converts the given number to a
RealRepresentationwith the natural precision. - create(Number, boolean) - Static method in class eu.simuline.util.RealRepresentation
-
Converts the given high precision representation of a real number to a
RealRepresentationpreserving full precision if so specified. - create(Constructor<T>, Object...) - Static method in class eu.simuline.testhelpers.Accessor
-
Invoke the specified constructor with the given arguments.
- create(String, boolean) - Static method in class eu.simuline.util.RealRepresentation
-
Converts the given string representation of a real number to a
RealRepresentationwith the given precision. - create(Collection<? extends E>) - Static method in class eu.simuline.util.FIFOList
- create(List<? extends E>) - Static method in class eu.simuline.util.TwoSidedList
-
Creates a new
TwoSidedListcontaining the elements oflistin proper sequence. - create(List<? extends E>, int) - Static method in class eu.simuline.util.TwoSidedList
-
Creates a new
TwoSidedListcontaining the elements oflistin proper sequence with first index given byfirstIndex. - createArgD(boolean) - Static method in class eu.simuline.testhelpers.DTestHelper
- createArgD(boolean, int, int) - Static method in class eu.simuline.testhelpers.DTestHelper
-
Returns a random number which is signed if demanded by
isSignedand which ranges from the given exponents. - createMultArgsD(boolean, boolean, boolean) - Static method in class eu.simuline.testhelpers.DTestHelper
- createMultArgsD(int, boolean, boolean, boolean) - Static method in class eu.simuline.testhelpers.DTestHelper
- createMultArgsSumD(boolean, boolean) - Static method in class eu.simuline.testhelpers.DTestHelper
- createMultArgsSumD(int, boolean, boolean) - Static method in class eu.simuline.testhelpers.DTestHelper
-
Returns a list of
numArgsarguments as double values. - createUnWrappedEmptyArray(Object[]) - Static method in class eu.simuline.util.ArraysExt
-
Returns an empty array with type like
wrappedArraywith basic type replaced by its wrapper. - createWrappedEmptyArray(Object) - Static method in class eu.simuline.util.ArraysExt
-
Returns an empty array with type like
elemArraywith basic type replaced by its wrapper. - currChar - Variable in class eu.simuline.util.sgml.SGMLParser
-
The current character or
-1to signfy the end of the stream. - currPath - Variable in class eu.simuline.testhelpers.GUIRunner.TreePathIterator
- currPathIter - Variable in class eu.simuline.testhelpers.GUIRunner.HierarchyWrapper
-
Represents the path to the testcase currently run.
- cut(String, int) - Method in interface eu.simuline.util.RealRepresentation.Cutter
-
Returns a substring of
strwith lengthlenor throws an exception. - cycle(int) - Method in class eu.simuline.util.CollectionsExt.ImmutableCyclicList
- cycle(int) - Method in class eu.simuline.util.CyclicArrayList
-
Returns a cyclic permutation
pof this cyclic list. - cycle(int) - Method in interface eu.simuline.util.CyclicList
-
Returns a cyclic permutation
pof this cyclic list. - CyclicArrayIterator(CyclicArrayList<E>, int) - Constructor for class eu.simuline.util.CyclicArrayList.CyclicArrayIterator
-
Creates a new
CyclicIteratorfor the given list, pointing to the element with the position given. - CyclicArrayIterator(CyclicArrayList<E>, CyclicArrayList.CyclicArrayIterator<E>) - Constructor for class eu.simuline.util.CyclicArrayList.CyclicArrayIterator
-
Creates a fresh
CyclicPtIteratorwith the same list and the same pointer as theCyclicPtIteratorgiven. - CyclicArrayList<E> - Class in eu.simuline.util
-
Resizable-array implementation of the
CyclicListinterface. - CyclicArrayList() - Constructor for class eu.simuline.util.CyclicArrayList
-
Creates a new empty
CyclicArrayList. - CyclicArrayList(E[]) - Constructor for class eu.simuline.util.CyclicArrayList
-
Creates a new
CyclicArrayListsuch thatnew CyclicArrayList(list).get(i) == list.get(i)for all indicesifor which the right hand side is valid. - CyclicArrayList(CyclicList<? extends E>) - Constructor for class eu.simuline.util.CyclicArrayList
-
Copy constructor.
- CyclicArrayList(List<? extends E>) - Constructor for class eu.simuline.util.CyclicArrayList
-
Creates a new
CyclicArrayListsuch thatnew CyclicArrayList(list).get(i) == list.get(i)for all indicesifor which the right hand side is valid. - CyclicArrayList.CyclicArrayIterator<E> - Class in eu.simuline.util
-
An iterator over a
CyclicList. - CyclicArrayList.StateIter - Enum in eu.simuline.util
-
Enumeration of the state of an iterator.
- cyclicIterator(int) - Method in class eu.simuline.util.CollectionsExt.ImmutableCyclicList
- cyclicIterator(int) - Method in class eu.simuline.util.CyclicArrayList
-
Returns a
CyclicIteratorof the elements in this list (in proper sequence), starting at the specified position in this list. - cyclicIterator(int) - Method in interface eu.simuline.util.CyclicList
-
Returns a
CyclicIteratorof the elements in this list (in proper sequence), starting at the specified position in this list. - CyclicIterator<E> - Interface in eu.simuline.util
-
An iterator over a
CyclicList. - CyclicList<E> - Interface in eu.simuline.util
-
An ordered cyclic list.
D
- DataModel - Enum in eu.simuline.util
-
Enumerates categories of data models and determines the current data model.
- DataModel(String) - Constructor for enum eu.simuline.util.DataModel
- decFirstIndex() - Method in class eu.simuline.util.TwoSidedList
-
Decrements
TwoSidedList.firstIndexif possible; otherwise throws an exception. - defaultExclusions - Variable in class eu.simuline.testhelpers.TestCaseClassLoader
-
Default excluded paths.
- defineClass(String) - Method in class eu.simuline.testhelpers.TestCaseClassLoader
- desc - Variable in class eu.simuline.testhelpers.TestCase
-
The description of this testcase.
- Desc(int, int, int) - Constructor for class eu.simuline.util.RealRepresentation.Desc
- desc2filter(Description) - Static method in class eu.simuline.testhelpers.Actions
-
Returns a
Filterthat only runs methods in desiredDesc. - desc2string(Description) - Static method in class eu.simuline.testhelpers.TextRunListener
-
Returns a string representation of
desc: For atomic tests the display name, for suites an xml-style description. - descShouldRun(Description, Description) - Static method in class eu.simuline.testhelpers.Actions
- DetOs - Enum in eu.simuline.util
-
Enumerates the most important operating system and determines the current operating system.
- DetOs() - Constructor for enum eu.simuline.util.DetOs
- detQual2NumRec(TestCase) - Method in class eu.simuline.testhelpers.GUIRunner.StatisticsTestState
-
Initializes teh statistics in
GUIRunner.StatisticsTestState.qual2numaccording totestCase. - detValQualRec(TestCase) - Method in class eu.simuline.testhelpers.GUIRunner.TestProgressBar
-
Determines recursively the length of the progress bar and
GUIRunner.TestProgressBar.qualbased on the non-scheduled test cases. - Direction() - Constructor for enum eu.simuline.util.TwoSidedList.Direction
- dist(CyclicIterator<E>) - Method in class eu.simuline.util.CollectionsExt.NonModifyingCyclicIterator
- dist(CyclicIterator<E>) - Method in class eu.simuline.util.CyclicArrayList.CyclicArrayIterator
- dist(CyclicIterator<E>) - Method in interface eu.simuline.util.CyclicIterator
- DoubleRep(double) - Constructor for class eu.simuline.util.RealRepresentation.DoubleRep
-
Constructs a newly allocated
DoubleRepobject that represents the primitivedoubleargument. - DoubleRep(Double) - Constructor for class eu.simuline.util.RealRepresentation.DoubleRep
-
Creates a new
DoubleRep. - DoubleRep(String) - Constructor for class eu.simuline.util.RealRepresentation.DoubleRep
-
Constructs a newly allocated
DoubleRepobject that represents the floating-point value of type double represented by the string. - DTestHelper - Class in eu.simuline.testhelpers
-
To create double values for tests Created: Tue Mar 20 01:05:54 2012
- DTestHelper() - Constructor for class eu.simuline.testhelpers.DTestHelper
E
- element() - Method in class eu.simuline.util.FIFOList
- EMPTY - Static variable in class eu.simuline.util.ArraysExt
-
The class
double[][]. - EMPTY_SELECTOR - Static variable in class eu.simuline.testhelpers.GUIRunner.TabChangeListener
-
Registered with the unselected Selector.
- EmptyCyclicListException - Exception in eu.simuline.util
-
Thrown by various methods in
CyclicList. - EmptyCyclicListException() - Constructor for exception eu.simuline.util.EmptyCyclicListException
- encl - Variable in class eu.simuline.util.Finder.Secondary
-
The source finder from which the stream of files is read. **** this is superfluous if this is not static
- end - Variable in class eu.simuline.util.sgml.SGMLParser.Buffer
-
The first index in
SGMLParser.Buffer.bufferArraynot read fromSGMLParser.Buffer.readeror-1if the end of the stream is reached. - END_OF_DOCUMENT - Static variable in class eu.simuline.util.sgml.SavingHandler
- END_TAG - Static variable in class eu.simuline.util.sgml.SGMLParser
-
Short string representation of the object currently parsed.
- endDocument() - Method in class eu.simuline.util.sgml.ReportContentHandler
- endDocument() - Method in class eu.simuline.util.sgml.SavingHandler
- endDocument() - Method in class eu.simuline.util.sgml.SGMLFilter
- endDocument() - Method in class eu.simuline.util.sgml.SGMLParser.TrivialContentHandler
- endElement(String, String, String) - Method in class eu.simuline.util.sgml.ReportContentHandler
- endElement(String, String, String) - Method in class eu.simuline.util.sgml.SavingHandler
- endElement(String, String, String) - Method in class eu.simuline.util.sgml.SGMLFilter
- endElement(String, String, String) - Method in class eu.simuline.util.sgml.SGMLParser.TrivialContentHandler
- endPrefixMapping(String) - Method in class eu.simuline.util.sgml.ReportContentHandler
- endPrefixMapping(String) - Method in class eu.simuline.util.sgml.SavingHandler
- endPrefixMapping(String) - Method in class eu.simuline.util.sgml.SGMLFilter
- endPrefixMapping(String) - Method in class eu.simuline.util.sgml.SGMLParser.TrivialContentHandler
- Entries() - Constructor for class eu.simuline.util.ListMap.Entries
- EntriesIterator() - Constructor for class eu.simuline.util.ListMap.EntriesIterator
- entry - Variable in class eu.simuline.util.JavaPath.ZipEntryWrapper
- Entry(K, V) - Constructor for class eu.simuline.util.ListMap.Entry
-
Creates a new entry for the enclosing map defined by the given
keyandvalue. - entrySet - Variable in class eu.simuline.util.ListMap
-
The set of entries of this map returned by
ListMap.entrySet(). - entrySet() - Method in class eu.simuline.util.ListMap
- entrySetIter - Variable in class eu.simuline.util.AbstractMultiSet.MultiSetIteratorImpl
-
An iterator on the entries of the map
AbstractMultiSet.obj2multassociating each element of the underlyingMultiSetwith its multiplicity. - EQUAL - eu.simuline.testhelpers.Assert.CmpObj
- equals(Object) - Method in class eu.simuline.util.AbstractMultiSet
-
Returns
trueif and only ifobjis also aMultiSetand contains the same elements with the same multiplicities as this one. - equals(Object) - Method in class eu.simuline.util.AbstractMultiSet.MultiplicityImpl
-
Returns
trueif and only ifobjis also an instance ofMultiplicityand if the wrapped multiplicities coincide. - equals(Object) - Method in class eu.simuline.util.BitSetList
- equals(Object) - Method in class eu.simuline.util.CollectionsExt.AbstractImmutableMultiSet
- equals(Object) - Method in class eu.simuline.util.CollectionsExt.ImmutableCyclicList
- equals(Object) - Method in class eu.simuline.util.CollectionsExt.ImmutableList
- equals(Object) - Method in class eu.simuline.util.CollectionsExt.ImmutableMultiplicity
-
Returns
trueif and only ifobjis also an instance ofMultiplicityand if the wrapped multiplicities coincide. - equals(Object) - Method in class eu.simuline.util.CollectionsExt.NonModifyingCyclicIterator
- equals(Object) - Method in class eu.simuline.util.CyclicArrayList.CyclicArrayIterator
-
Returns whether
otheris also an instance ofCyclicIteratorand, if so, whether the underlying list and the indices coincide. - equals(Object) - Method in class eu.simuline.util.CyclicArrayList
-
Compares the specified object with this cyclic list for equality.
- equals(Object) - Method in interface eu.simuline.util.CyclicIterator
-
Returns
falseifotheris not an instance ofCyclicIterator. - equals(Object) - Method in interface eu.simuline.util.CyclicList
-
Compares the specified object with this cyclic list for equality.
- equals(Object) - Method in class eu.simuline.util.ListMap.Entry
-
Returns whether
objequals this entry, i.e. whetherobjis an instance ofMap.Entryand both, its key and its value equals key and value of this entry. - equals(Object) - Method in class eu.simuline.util.ListMap
- equals(Object) - Method in class eu.simuline.util.ListSet
-
**** ask at oracle whether for sorted sets equality should include ordering. **** Compares the specified object with this set for equality.
- equals(Object) - Method in interface eu.simuline.util.MultiSet
-
Returns
trueif and only ifobjis also aMultiSetand contains the same elements with the same multiplicities as this one. - equals(Object) - Method in interface eu.simuline.util.MultiSet.Multiplicity
- equals(Object) - Method in class eu.simuline.util.SoftEnum
-
Returns true if the specified object is equal to this enum constant.
- equals(Object) - Method in class eu.simuline.util.TwoSidedList
-
The given object equals this twosided list if and only if it is as well a
TwoSidedList, the two lists wrappedTwoSidedList.listcoincide and either as well the first indicesTwoSidedList.firstIndexcoincide. - equalsCyclic(Object) - Method in class eu.simuline.util.CollectionsExt.ImmutableCyclicList
- equalsCyclic(Object) - Method in class eu.simuline.util.CyclicArrayList
-
Compares the specified object with this cyclic list for equality.
- equalsCyclic(Object) - Method in interface eu.simuline.util.CyclicList
-
Compares the specified object with this cyclic list for equality.
- Error - eu.simuline.testhelpers.Quality
-
The execution of the testcase failed indicated by finishing with exception or error other than
AssertionFailedError. - eu.simuline.testhelpers - package eu.simuline.testhelpers
-
Classes needed for testing.
- eu.simuline.util - package eu.simuline.util
-
Utility classes: very inhomogeneous.
- eu.simuline.util.sgml - package eu.simuline.util.sgml
-
Utility classes to parse sgml (non-validating).
- events - Variable in class eu.simuline.util.sgml.SavingHandler
-
The sequence of events taken place so far.
- excluded - Variable in class eu.simuline.testhelpers.TestCaseClassLoader
-
Holds the excluded paths.
- EXCLUDED_FILE - Static variable in class eu.simuline.testhelpers.TestCaseClassLoader
-
Name of excluded properties file.
- exec(String[]) - Method in class eu.simuline.util.Finder
-
Convenience method: adds an execution filter to this finder.
- EXEC_ARG - Static variable in class eu.simuline.util.Finder
-
For
Finder.ExecFilters representing a filter invoking a shell command, this string represents the argument of the command which is in the original find a{}and which is replaced by the file name received by the preceding portion of the pipe. - execFilter(String[]) - Static method in class eu.simuline.util.Finder
-
Returns a filter invoking a shell command: just passes the files received by this finder further if the command succeeds according to its return value.
- ExecFilter(String[]) - Constructor for class eu.simuline.util.Finder.ExecFilter
-
Creates an execution filter from the given command and arguments.
- execJava(Finder.Callable) - Method in class eu.simuline.util.Finder
-
Convenience method: adds a java execution filter to this finder.
- execJavaFilter(Finder.Callable) - Static method in class eu.simuline.util.Finder
-
Returns a filter invoking method
Finder.Callable.call(File)of the givencallable. - ExecJavaFilter(Finder.Callable) - Constructor for class eu.simuline.util.Finder.ExecJavaFilter
-
Creates a java execution filter from the given
Finder.Callable. - ExitAction() - Constructor for class eu.simuline.testhelpers.Actions.ExitAction
- EXP_CHAR - Static variable in class eu.simuline.util.RealRepresentation
-
A string containing the character signifying an exponent.
- expandAlongPath() - Method in class eu.simuline.testhelpers.GUIRunner.HierarchyWrapper
-
Expands the path to the leaf
GUIRunner.HierarchyWrapper.currPathIterpoints to. - expectedActual(Object, Object) - Static method in class eu.simuline.testhelpers.Assert
- exponent - Variable in class eu.simuline.util.RealRepresentation
-
The exponent of the double value represented.
- exponent() - Method in class eu.simuline.util.RealRepresentation
- ExtRunListener - Class in eu.simuline.testhelpers
-
Extension of
RunListener, version junit 4.12. - ExtRunListener() - Constructor for class eu.simuline.testhelpers.ExtRunListener
F
- failInd(int[]) - Static method in class eu.simuline.testhelpers.Assert
- failLengthMessage(Object, Object, int[]) - Static method in class eu.simuline.testhelpers.Assert
- failMessage(Object, Object, int[]) - Static method in class eu.simuline.testhelpers.Assert
- failMessageDelta(double, double, int[], double) - Static method in class eu.simuline.testhelpers.Assert
-
Returns a failure message indicating that in comparing nested arrays of final float type as
double[][], the corresponding entries given by index pathindicesdeviate at leastdelta. - failMessageLength(int, int, int[]) - Static method in class eu.simuline.testhelpers.Assert
- failure - Variable in class eu.simuline.testhelpers.TestCase
-
The failure if any; otherwise
null. - Failure - eu.simuline.testhelpers.Quality
-
The execution of the testcase finished gracefully but did not succeed: At least one assertion is hurt, indicated by an
AssertionFailedError. - failureListMod - Variable in class eu.simuline.testhelpers.GUIRunner.TestCaseLister
-
The list of testcases which are either ignored, failed in some sense or with hurt assumption.
- failureSelection - Variable in class eu.simuline.testhelpers.GUIRunner.TestCaseLister
-
The current selection of
GUIRunner.TestCaseLister.failureListMod. - FALSE - Static variable in class eu.simuline.util.Finder
-
A filter passing no file.
- FIFOList<E> - Class in eu.simuline.util
-
The FIFOList class represents a first-in-first-out (FIFO) stack of objects.
- FIFOList() - Constructor for class eu.simuline.util.FIFOList
-
Creates an empty FIFOList.
- FIFOList(Collection<? extends E>) - Constructor for class eu.simuline.util.FIFOList
-
Constructs a vector containing the elements of the specified collection, in the order they are returned by the collection's iterator.
- file - Variable in class eu.simuline.util.JavaPath.OrdFileWrapper
- FILE_SEP - Static variable in class eu.simuline.util.JavaPath
-
The entry of property
file.separatoras a char. - fileEnding() - Method in enum eu.simuline.util.JavaPath.ClsSrc
-
Returns the ending of a class file or of a source file.
- files - Variable in class eu.simuline.util.Finder.Primary
-
The list of files to be returned by
Finder.Primary.next()unwrapping folders recursively. - fill(char, int) - Static method in class eu.simuline.util.RealRepresentation
-
Returns a
Stringconsisting oflencopies of the characterc. - fill(Object[], Object) - Static method in class eu.simuline.util.ArraysExt
-
Replaces all of the elements of the specified array with the specified element.
- FILL_STRINGS - Static variable in class eu.simuline.util.RealRepresentation
-
The keys are Characters (intended for either " " or "0") and the associated values are strings consisting of a number of characters given by the key.
- filter - Variable in class eu.simuline.testhelpers.Actions
-
Defines the filter for tests to be run. **** may be null
- filter - Variable in class eu.simuline.util.Finder.Secondary
-
The filter to be passed before a file is returned by
Finder.Secondary.next(). - Filter() - Constructor for class eu.simuline.util.Finder.Filter
- filters - Variable in class eu.simuline.util.Finder.AndFilter
-
This filter passes a file iff all of these pass if invoked in the natural ordering.
- filters - Variable in class eu.simuline.util.Finder.OrFilter
-
This filter passes a file iff at least one of of these passes if invoked in the natural ordering.
- Finder - Class in eu.simuline.util
-
Emulates the unix shell command
findwhich is invoked asfind [-H] [-L] [-P] [-Olevel] [-D help|tree|search|stat|rates|opt|exec] [path...] - Finder() - Constructor for class eu.simuline.util.Finder
-
This is declared
privateto prevent instantiation. - Finder.AndFilter - Class in eu.simuline.util
-
One of the logical operations of filters: Returns a filter which passes a file iff all original filters in
Finder.AndFilter.filtersdo so. - Finder.Callable - Interface in eu.simuline.util
-
To be implemented by java classes to apply a filter to a file and give feedback whether this filter succeeded.
- Finder.ExecFilter - Class in eu.simuline.util
-
Filter executing a shell command and passes the file received if the shell command succeeds according to its return code.
- Finder.ExecJavaFilter - Class in eu.simuline.util
-
Filter executing a java class implementing
Finder.Callablewhich passes the file received if the methodFinder.Callable.call(File)succeeds according to its return code. - Finder.Filter - Class in eu.simuline.util
-
Represents a file filter.
- Finder.NameFilter - Class in eu.simuline.util
-
Filters files by name.
- Finder.NegFilter - Class in eu.simuline.util
-
One of the logical operations of filters: Returns a filter which passes a file iff the original filter
Finder.NegFilter.tbNegFilterdoes not. - Finder.OrFilter - Class in eu.simuline.util
-
One of the logical operations of filters: Returns a filter which passes a file iff at least one of the original filters in
Finder.OrFilter.filtersdo so. - Finder.Primary - Class in eu.simuline.util
-
The most basic kind of finder: Method
Finder.path(File)returns an instance of this. - Finder.PrintFilter - Class in eu.simuline.util
-
A filter passing all information and printing it on
Finder.PrintFilter.str. - Finder.Secondary - Class in eu.simuline.util
-
A finder wrapping a
Finder.Filter. - finished() - Method in class eu.simuline.util.SwingWorker
-
Called on the event dispatching thread (not on the worker thread) after the
constructmethod has returned. - firePropertyChange(String, boolean, boolean) - Method in class eu.simuline.testhelpers.GUIRunner.TestListCellRenderer.XLabel
-
Overridden for performance reasons.
- firePropertyChange(String, byte, byte) - Method in class eu.simuline.testhelpers.GUIRunner.TestListCellRenderer.XLabel
-
Overridden for performance reasons.
- firePropertyChange(String, char, char) - Method in class eu.simuline.testhelpers.GUIRunner.TestListCellRenderer.XLabel
-
Overridden for performance reasons.
- firePropertyChange(String, double, double) - Method in class eu.simuline.testhelpers.GUIRunner.TestListCellRenderer.XLabel
-
Overridden for performance reasons.
- firePropertyChange(String, float, float) - Method in class eu.simuline.testhelpers.GUIRunner.TestListCellRenderer.XLabel
-
Overridden for performance reasons.
- firePropertyChange(String, int, int) - Method in class eu.simuline.testhelpers.GUIRunner.TestListCellRenderer.XLabel
-
Overridden for performance reasons.
- firePropertyChange(String, long, long) - Method in class eu.simuline.testhelpers.GUIRunner.TestListCellRenderer.XLabel
-
Overridden for performance reasons.
- firePropertyChange(String, short, short) - Method in class eu.simuline.testhelpers.GUIRunner.TestListCellRenderer.XLabel
-
Overridden for performance reasons.
- firePropertyChange(String, Object, Object) - Method in class eu.simuline.testhelpers.GUIRunner.TestListCellRenderer.XLabel
-
Overridden for performance reasons.
- first() - Method in class eu.simuline.util.CollectionsExt.ImmutableSortedMultiSet
- first() - Method in class eu.simuline.util.CollectionsExt.ImmutableSortedSet
- first() - Method in class eu.simuline.util.ListMap.Entries
- first() - Method in class eu.simuline.util.ListMap.Keys
- first() - Method in class eu.simuline.util.ListSet
- first() - Method in interface eu.simuline.util.SortedMultiSet
-
Returns the first (lowest) element currently in this set.
- first() - Method in class eu.simuline.util.TreeMultiSet
-
Returns the first (lowest) element currently in this set.
- First - eu.simuline.testhelpers.GUIRunner.TreePathIterator.TreePathUpdater
- firstIndex - Variable in class eu.simuline.util.TwoSidedList
-
The first index in this
TwoSidedList. - firstIndex() - Method in class eu.simuline.util.TwoSidedList
-
Returns
TwoSidedList.firstIndex. - firstIndex(int) - Method in class eu.simuline.util.TwoSidedList
-
Sets
TwoSidedList.firstIndexaccording to the parameter. - firstKey() - Method in class eu.simuline.util.ListMap
- ForTests() - Constructor for class eu.simuline.testhelpers.AccessorTest.ForTests
- ForTestsB() - Constructor for class eu.simuline.testhelpers.AccessorTest.ForTestsB
- foundCharAfterEndOfEndTag(char) - Method in interface eu.simuline.util.sgml.ParseExceptionHandler
-
Notifies that a character was found after the "/" of an end tag.
- foundCharAfterEndOfEndTag(char) - Method in class eu.simuline.util.sgml.ParseExceptionHandler.Impl
- foundCharAfterEndOfEndTag(char) - Method in class eu.simuline.util.sgml.SavingHandler
- foundIllegalCharInTag(char) - Method in interface eu.simuline.util.sgml.ParseExceptionHandler
-
Notifies that an illegal character was found in a tag *****.
- foundIllegalCharInTag(char) - Method in class eu.simuline.util.sgml.ParseExceptionHandler.Impl
- foundIllegalCharInTag(char) - Method in class eu.simuline.util.sgml.SavingHandler
- foundMultipleAttribute(String, Object) - Method in interface eu.simuline.util.sgml.ParseExceptionHandler
-
Notifies the occurence of a duplicate attribute declaration within a start tag.
- foundMultipleAttribute(String, Object) - Method in class eu.simuline.util.sgml.ParseExceptionHandler.Impl
- foundMultipleAttribute(String, Object) - Method in class eu.simuline.util.sgml.SavingHandler
- foundUnexpectedEndOfDocument() - Method in interface eu.simuline.util.sgml.ParseExceptionHandler
- foundUnexpectedEndOfDocument() - Method in class eu.simuline.util.sgml.ParseExceptionHandler.Impl
- foundUnexpectedEndOfDocument() - Method in class eu.simuline.util.sgml.SavingHandler
- fraction - Variable in class eu.simuline.util.RealRepresentation
-
The fractional part of the mantissa of the double value represented.
- fraction() - Method in class eu.simuline.util.RealRepresentation
- fractionCutter - Variable in class eu.simuline.util.RealRepresentation.Desc
- frame - Variable in class eu.simuline.testhelpers.GUIRunner
-
The frame in which the Testrunne GUI is displayed.
- FULL_STOP - Static variable in class eu.simuline.util.StringPool
- fullSuccess() - Method in class eu.simuline.testhelpers.TestCase
-
Returns whether this test including all sub-tests succeeded.
G
- Generic - eu.simuline.testhelpers.GUIRunner.TreePathIterator.TreePathUpdater
- get() - Method in class eu.simuline.util.AbstractMultiSet.MultiplicityImpl
-
Returns the wrapped multiplicity.
- get() - Method in class eu.simuline.util.CollectionsExt.ImmutableMultiplicity
- get() - Method in interface eu.simuline.util.MultiSet.Multiplicity
-
Returns the wrapped multiplicity.
- get() - Method in class eu.simuline.util.SwingWorker
-
Return the value created by the
constructmethod. - get() - Method in class eu.simuline.util.SwingWorker.ThreadVar
- get(int) - Method in class eu.simuline.util.BitSetList
-
Describe
getmethod here. - get(int) - Method in class eu.simuline.util.CollectionsExt.ImmutableCyclicList
- get(int) - Method in class eu.simuline.util.CollectionsExt.ImmutableList
- get(int) - Method in class eu.simuline.util.CyclicArrayList
-
Returns the element at the specified position in this list, provided this list is not empty.
- get(int) - Method in interface eu.simuline.util.CyclicList
-
Returns the element at the specified position in this list.
- get(int) - Method in class eu.simuline.util.TwoSidedList
-
Returns the element at the specified position in this list.
- get(Object) - Method in class eu.simuline.util.ListMap
- getActions() - Method in class eu.simuline.testhelpers.GUIRunner.HierarchyWrapper
-
Returns the action.
- getAsListed(List<E>) - Static method in class eu.simuline.util.Comparators
-
Returns an ordering given by the list
Comparators.AsListed.seq. - getAttributes() - Method in class eu.simuline.util.sgml.SGMLParser.AttributesWrapper
- getBlanks(int) - Static method in class eu.simuline.util.Strings
-
Returns a string consisting of the given number of blanks.
- getBox() - Method in class eu.simuline.testhelpers.GUIRunner.StatisticsTestState
-
Returns a horizontal box with the labels in
GUIRunner.StatisticsTestState.qual2labelintermangled with according icons. - getBreakAction() - Method in class eu.simuline.testhelpers.Actions
- getCascade(Collection<Comparator<E>>) - Static method in class eu.simuline.util.Comparators
- getChars() - Method in class eu.simuline.util.sgml.SGMLParser.Buffer
-
Returns the buffer of
chars. - getChildren() - Method in class eu.simuline.testhelpers.TestCase
-
Returns the list of children given by
TestCase.children. - getChosenClass() - Method in class eu.simuline.testhelpers.GUIRunner.ClassChooser
-
Opens the class chooser dialog and returns the choosen class or
nullif either no file was selected, a file is selected which does not exist or does not represent a java class file. - getCode() - Method in enum eu.simuline.util.DataModel
- getColor() - Method in enum eu.simuline.testhelpers.Quality
-
Returns the color associated with this phase: If this phase represents an irregular ending testcase,
Quality.COLOR_FAILis returned. - getComparator(Comparator<Object>) - Static method in class eu.simuline.util.ArraysExt
-
Returns a comparator of the class
ArraysExt.ArrayComparatorwhich implements a kind of lexical ordering on arrays based on the ordering of the components defined byatomic. - getConstructor(Class<T>, Object...) - Static method in class eu.simuline.testhelpers.Accessor
-
Returns the specified constructor if
aClasoffers exactly one possibility with the given parameters. - getContentHandler() - Method in class eu.simuline.util.sgml.SGMLParser
-
Returns
SGMLParser.contentHandler. - getCopy(int) - Method in class eu.simuline.util.CollectionsExt.ImmutableCyclicList
- getCopy(int) - Method in class eu.simuline.util.CyclicArrayList
-
Returns a
CyclicListwhich is by copying this list step by step such that the length of the result islen. - getCopy(int) - Method in interface eu.simuline.util.CyclicList
-
Returns a
CyclicListwhich is by copying this list step by step such that the length of the result islen. - getCyclicList() - Method in class eu.simuline.util.CollectionsExt.NonModifyingCyclicIterator
- getCyclicList() - Method in class eu.simuline.util.CyclicArrayList.CyclicArrayIterator
-
Returns the
CyclicListthis iterator points to. - getCyclicList() - Method in interface eu.simuline.util.CyclicIterator
-
Returns the cyclic list to which this iterator points.
- getDataModel(boolean) - Static method in enum eu.simuline.util.DataModel
-
Returns the current data model.
- getDeclaringClass() - Method in class eu.simuline.util.SoftEnum
-
Returns the Class object corresponding to this enum constant's enum type.
- getDesc() - Method in class eu.simuline.testhelpers.TestCase
-
Returns the description of this testcase given by
TestCase.desc. - getEnd() - Method in class eu.simuline.util.sgml.SGMLParser.Buffer
-
Get method for
SGMLParser.Buffer.end. - getEvents() - Method in class eu.simuline.util.sgml.SavingHandler
-
Returns the sequence of events taken place so far.
- getExceptionHandler() - Method in class eu.simuline.util.sgml.SGMLParser
-
Returns
SGMLParser.parseExceptionHandler. - getExitAction() - Method in class eu.simuline.testhelpers.Actions
- getExpWithE() - Method in class eu.simuline.util.RealRepresentation
- getFailList() - Method in class eu.simuline.testhelpers.GUIRunner.TestCaseLister
- getField(Class<?>, Object, String) - Static method in class eu.simuline.testhelpers.Accessor
-
Returns the value of the specified static field or member field resp. its wrapper.
- getField(Class<?>, String) - Static method in class eu.simuline.testhelpers.Accessor
-
Returns the value of the specified static field resp. its wrapper.
- getField(Object, String) - Static method in class eu.simuline.testhelpers.Accessor
-
Returns the value of the specified member field resp. its wrapper.
- getFieldObj(Class<?>, String, boolean) - Static method in class eu.simuline.testhelpers.Accessor
-
Returns the specified
Fieldobject if possible. - getFile() - Method in interface eu.simuline.util.JavaPath.FileWrapper
-
Returns the file wrapped.
- getFile() - Method in class eu.simuline.util.JavaPath.OrdFileWrapper
- getFile() - Method in class eu.simuline.util.JavaPath.ZipEntryWrapper
- getFile(String) - Method in class eu.simuline.util.JavaPath
- getFile(String, JavaPath.ClsSrc) - Method in class eu.simuline.util.JavaPath
-
Converts a class name into the corresponding source file or class file if possible.
- getFirstIndex() - Method in class eu.simuline.util.CollectionsExt.NonModifyingCyclicIterator
- getFirstIndex() - Method in class eu.simuline.util.CyclicArrayList.CyclicArrayIterator
- getFirstIndex() - Method in interface eu.simuline.util.CyclicIterator
-
Returns the cursor of this iterator immediately after it has been created (if not modified since then which is currently not possible.).
- getIcon() - Method in enum eu.simuline.testhelpers.Quality
-
Returns an icon representing this phase on the GUI.
- getIdx() - Method in class eu.simuline.testhelpers.TestCase
-
Returns the index of this testcase as described in
TestCase.idxTest. - getImmutableCollection(Collection<E>) - Static method in class eu.simuline.util.CollectionsExt
-
Returns an unmodifiable view of the specified collection
coll. - getImmutableCyclicList(CyclicList<E>) - Static method in class eu.simuline.util.CollectionsExt
- getImmutableList(List<E>) - Static method in class eu.simuline.util.CollectionsExt
- getImmutableMultiSet(MultiSet<E>) - Static method in class eu.simuline.util.CollectionsExt
- getImmutableSet(Set<E>) - Static method in class eu.simuline.util.CollectionsExt
- getImmutableSortedMultiSet(SortedMultiSet<E>) - Static method in class eu.simuline.util.CollectionsExt
- getImmutableSortedSet(SortedSet<E>) - Static method in class eu.simuline.util.CollectionsExt
- getIndex() - Method in class eu.simuline.util.CollectionsExt.NonModifyingCyclicIterator
- getIndex() - Method in class eu.simuline.util.CyclicArrayList.CyclicArrayIterator
-
Returns the current index of this iterator.
- getIndex() - Method in interface eu.simuline.util.CyclicIterator
-
Returns the current cursor of this iterator.
- getIndex(String) - Method in class eu.simuline.util.sgml.AttributesImpl
- getIndex(String, String) - Method in class eu.simuline.util.sgml.AttributesImpl
- getIndexOf(int, Object) - Method in class eu.simuline.util.CollectionsExt.ImmutableCyclicList
- getIndexOf(int, Object) - Method in class eu.simuline.util.CyclicArrayList
-
Returns the non-negative index in this cyclic list of the first occurrence of the specified element, or
-1if this cyclic list does not contain this element. - getIndexOf(int, Object) - Method in interface eu.simuline.util.CyclicList
-
Returns the non-negative index in this cyclic list of the first occurrence of the specified element, or
-1if this cyclic list does not contain this element. - getInnerClass(Class<?>, String) - Static method in class eu.simuline.testhelpers.Accessor
-
Returns the inner class of
enclosingClswith the specified nameinnerClsName. - getInnerClass(Class<?>, String[]) - Static method in class eu.simuline.testhelpers.Accessor
-
Returns the inner class of
enclosingClswith the specified nameinnerClsName. - getInputStream() - Method in interface eu.simuline.util.JavaPath.FileWrapper
-
Returns an input stream for the file wrapped.
- getInputStream() - Method in class eu.simuline.util.JavaPath.OrdFileWrapper
- getInputStream() - Method in class eu.simuline.util.JavaPath.ZipEntryWrapper
- getInputStream(String) - Method in class eu.simuline.util.JavaPath
- getInv(Comparator<E>) - Static method in class eu.simuline.util.Comparators
- getInverse() - Method in class eu.simuline.util.CollectionsExt.ImmutableCyclicList
- getInverse() - Method in class eu.simuline.util.CyclicArrayList
-
Returns the inverse of this cyclic list: the list with inverse order.
- getInverse() - Method in interface eu.simuline.util.CyclicList
-
Returns the inverse of this cyclic list: the list with inverse order.
- getKey() - Method in class eu.simuline.util.ListMap.Entry
-
Returns the
ListMap.Entry.keyof this entry. - getKey(Object) - Method in class eu.simuline.util.ListMap.Entries
-
Assumes that
objis aMap.Entryand returns its key. - getLength() - Method in class eu.simuline.util.sgml.AttributesImpl
- getList() - Method in class eu.simuline.util.ListSet
-
Returns a list backing this set, so changes in the returned list are reflected in this set, and vice-versa.
- getListCellRendererComponent(JList<? extends TestCase>, TestCase, int, boolean, boolean) - Method in class eu.simuline.testhelpers.GUIRunner.TestListCellRenderer
- getLocalName(int) - Method in class eu.simuline.util.sgml.AttributesImpl
- getLocFileName(File) - Method in class eu.simuline.util.JavaPath
- getMap() - Method in class eu.simuline.util.CollectionsExt.AbstractImmutableMultiSet
- getMap() - Method in class eu.simuline.util.CollectionsExt.ImmutableSortedMultiSet
- getMap() - Method in class eu.simuline.util.HashMultiSet
-
Returns a view of the underlying map of this
MultiSetas a map mapping each entry to its multiplicity. - getMap() - Method in interface eu.simuline.util.MultiSet
-
Returns a view of the underlying map of this
MultiSetas a map mapping each entry to its multiplicity. - getMap() - Method in interface eu.simuline.util.SortedMultiSet
-
Returns a view of the underlying map of this
MultiSetas a map mapping each entry to its multiplicity. - getMap() - Method in class eu.simuline.util.TreeMultiSet
-
Returns a view of the underlying map of this
SortedMultiSetas a map mapping each entry to its multiplicity. - getMaxMult() - Method in class eu.simuline.util.AbstractMultiSet
-
Returns the maximal multiplicity of an element in this set.
- getMaxMult() - Method in class eu.simuline.util.CollectionsExt.AbstractImmutableMultiSet
- getMaxMult() - Method in interface eu.simuline.util.MultiSet
-
Returns the maximal multiplicity of an element in this set.
- getMaxObjWithMult() - Method in class eu.simuline.util.AbstractMultiSet
-
Returns a Map.Entry representing an element in this
MultiSetwith maximal multiplicity together with this multiplicity, except if this set is empty. - getMessage() - Method in enum eu.simuline.testhelpers.Quality
-
Returns a status message which describes this phase.
- getMethod(Class<?>, String, Method[], Object...) - Static method in class eu.simuline.testhelpers.Accessor
-
Returns the specified method if
candsoffers exactly one possibility. - getMult() - Method in class eu.simuline.util.AbstractMultiSet.MultiSetIteratorImpl
-
Returns the current multiplicity of the element last read by
AbstractMultiSet.MultiSetIteratorImpl.next(), provided that element was not removed in the meantime. - getMult() - Method in interface eu.simuline.util.MultiSetIterator
-
Returns the current multiplicity of the element last read by
Iterator.next(), provided that element was not removed in the meantime. - getMultiplicity(Object) - Method in class eu.simuline.util.AbstractMultiSet
-
Returns the multiplicity with which the given object occurs within this set.
- getMultiplicity(Object) - Method in class eu.simuline.util.CollectionsExt.AbstractImmutableMultiSet
- getMultiplicity(Object) - Method in interface eu.simuline.util.MultiSet
-
Returns the multiplicity with which the given object occurs within this set.
- getMultiplicityObj(Object) - Method in class eu.simuline.util.AbstractMultiSet
-
Returns the multiplicity object of the given object in this set or
null. - getMultiplicityObj(Object) - Method in class eu.simuline.util.CollectionsExt.AbstractImmutableMultiSet
- getMultiplicityObj(Object) - Method in interface eu.simuline.util.MultiSet
-
Returns the multiplicity object of the given object in this set or
null. - getMultObj() - Method in class eu.simuline.util.AbstractMultiSet.MultiSetIteratorImpl
- getMultObj() - Method in interface eu.simuline.util.MultiSetIterator
- getNegative(Comparator<E>) - Static method in class eu.simuline.util.Comparators
- getNext() - Method in class eu.simuline.util.Finder.Secondary
- getNextIndexOf(E) - Method in class eu.simuline.util.CollectionsExt.NonModifyingCyclicIterator
- getNextIndexOf(E) - Method in class eu.simuline.util.CyclicArrayList.CyclicArrayIterator
-
Returns the (non-negative) index of the next object returned by
nextwhich equals the given one, if possible; otherwise returns-1. - getNextIndexOf(E) - Method in interface eu.simuline.util.CyclicIterator
-
Returns the (non-negative) index of the next object returned by
nextwhich equals the given one, if possible; otherwise returns-1. - getObjWithMaxMult() - Method in class eu.simuline.util.AbstractMultiSet
-
Returns one of the elements in this multiple set with maximal multiplicity.
- getObjWithMaxMult() - Method in class eu.simuline.util.CollectionsExt.AbstractImmutableMultiSet
- getObjWithMaxMult() - Method in interface eu.simuline.util.MultiSet
-
Returns one of the elements in this multiple set with maximal multiplicity.
- getOpenAction() - Method in class eu.simuline.testhelpers.Actions
- getOpSys() - Static method in enum eu.simuline.util.DetOs
-
Returns a representation of the operating system currently running.
- getParamCls(Object...) - Static method in class eu.simuline.testhelpers.Accessor
-
Returns the classes of the given parameters.
- getPath() - Method in class eu.simuline.testhelpers.GUIRunner.HierarchyWrapper
- getPath() - Method in class eu.simuline.testhelpers.GUIRunner.TreePathIterator
- getQName(int) - Method in class eu.simuline.util.sgml.AttributesImpl
- getQuality() - Method in class eu.simuline.testhelpers.TestCase
-
Returns the phase of this testcase as described in
TestCase.qual. - getResource(String) - Method in class eu.simuline.testhelpers.TestCaseClassLoader
- getResourceAsStream(String) - Method in class eu.simuline.testhelpers.TestCaseClassLoader
- getRoot() - Method in class eu.simuline.testhelpers.GUIRunner.HierarchyWrapper
- getRunner() - Method in class eu.simuline.testhelpers.Actions
- getSet() - Method in class eu.simuline.util.CollectionsExt.AbstractImmutableMultiSet
- getSet() - Method in class eu.simuline.util.CollectionsExt.ImmutableSortedMultiSet
- getSet() - Method in class eu.simuline.util.HashMultiSet
-
Returns a view of the underlying set of this
MultiSet. - getSet() - Method in interface eu.simuline.util.MultiSet
-
Returns a view of the underlying set of this
MultiSet. - getSet() - Method in interface eu.simuline.util.SortedMultiSet
-
Returns a view of the underlying sorted set of this
SortedMultiSet. - getSet() - Method in class eu.simuline.util.TreeMultiSet
-
Returns a view of the underlying set of this
MultiSet. - getSetWithMults() - Method in class eu.simuline.util.AbstractMultiSet
-
Returns a Set view of the mapping from the element of this
MultiSetto the according multiplicities. - getSetWithMults() - Method in class eu.simuline.util.CollectionsExt.AbstractImmutableMultiSet
- getSetWithMults() - Method in interface eu.simuline.util.MultiSet
-
Returns a Set view of the mapping from the element of this
MultiSetto the according multiplicities. - getSign() - Method in class eu.simuline.util.RealRepresentation.Number2SignUnsigned
- getStackTraceBox() - Method in class eu.simuline.testhelpers.GUIRunner.StackTraceLister
-
Returns a graphical representation of this StackTraceLister.
- getStackTraceBox() - Method in class eu.simuline.testhelpers.GUIRunner.TestCaseLister
- getStart() - Method in class eu.simuline.util.sgml.SGMLParser.Buffer
-
Get method for
SGMLParser.Buffer.start. - getStartAction() - Method in class eu.simuline.testhelpers.Actions
- getStartAndMove() - Method in class eu.simuline.util.sgml.SGMLParser.Buffer
-
Moves
SGMLParser.Buffer.newStarttoSGMLParser.Buffer.startand returns the old value ofSGMLParser.Buffer.start. - getStopAction() - Method in class eu.simuline.testhelpers.Actions
- getThrown() - Method in class eu.simuline.testhelpers.TestCase
-
Returns
nullif no failure occurred. - getTime() - Method in class eu.simuline.testhelpers.TestCase
-
If this testcase is a single testcase which has been finished, this is the span of time required to run this test.
- getToBeInvoked(Class<?>, String, Class<?>...) - Static method in class eu.simuline.testhelpers.Accessor
-
Returns the specified method if it exists; otherwise
null. - getTree() - Method in class eu.simuline.testhelpers.GUIRunner.HierarchyWrapper
- getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class eu.simuline.testhelpers.GUIRunner.TestTreeCellRenderer
-
Renders the
valueinterpreting it as Node the user object of which is aTestCase. - getType(int) - Method in class eu.simuline.util.sgml.AttributesImpl
- getType(String) - Method in class eu.simuline.util.sgml.AttributesImpl
- getType(String, String) - Method in class eu.simuline.util.sgml.AttributesImpl
- getUnique(Collection<? extends T>) - Static method in class eu.simuline.util.CollectionsExt
-
Returns the unique element of the collection
coll. - getUnSigned() - Method in class eu.simuline.util.RealRepresentation.Number2SignUnsigned
- getURI(int) - Method in class eu.simuline.util.sgml.AttributesImpl
- getValue() - Method in class eu.simuline.util.ListMap.Entry
-
Returns the
ListMap.Entry.valueof this entry. - getValue() - Method in class eu.simuline.util.SwingWorker
-
Get the value produced by the worker thread, or null if it hasn't been constructed yet.
- getValue(int) - Method in class eu.simuline.util.sgml.AttributesImpl
- getValue(String) - Method in class eu.simuline.util.sgml.AttributesImpl
- getValue(String, String) - Method in class eu.simuline.util.sgml.AttributesImpl
- getWrapped() - Method in class eu.simuline.util.sgml.SGMLFilter
- getWrappedCls(Class<?>, boolean) - Static method in class eu.simuline.util.BasicTypesCompatibilityChecker
-
Maps a wrapper class
clsto wrapped primitive class. - getWrapperCls(Class<?>, boolean) - Static method in class eu.simuline.util.BasicTypesCompatibilityChecker
-
Maps a primitive class
clsto the corresponding wrapper class. - GREATER - eu.simuline.testhelpers.Assert.CmpObj
- GREATER_EQ - eu.simuline.testhelpers.Assert.CmpObj
- GUIRunListener - Class in eu.simuline.testhelpers
-
An
ExtRunListenerwhich notifies the GUIGUIRunnerof the events occuring while running a testsuite and which comprises a textual run listener. - GUIRunListener(GUIRunner) - Constructor for class eu.simuline.testhelpers.GUIRunListener
- guiRunner - Variable in class eu.simuline.testhelpers.Actions
- guiRunner - Variable in class eu.simuline.testhelpers.GUIRunListener
- GUIRunner - Class in eu.simuline.testhelpers
-
The GUI of a JUnit test-runner.
- GUIRunner(Actions) - Constructor for class eu.simuline.testhelpers.GUIRunner
-
Creates a new
GUIRunnerinstance which defines components with unloaded test class. - GUIRunner.ClassChooser - Class in eu.simuline.testhelpers
-
Provides a method to choose a test class.
- GUIRunner.HierarchyWrapper - Class in eu.simuline.testhelpers
-
Represents the hierarchy of testsuites and testcases as a tree
GUIRunner.HierarchyWrapper.hierarchyTreepossibly with a single selected node given byGUIRunner.HierarchyWrapper.singleSelectedNode. - GUIRunner.Selector - Interface in eu.simuline.testhelpers
-
Minimal interface for notifying about singular selection events.
- GUIRunner.StackTraceLister - Class in eu.simuline.testhelpers
-
Represents the stack trace of the throwable,
GUIRunner.StackTraceLister.thrwcurrently selected in the error list. - GUIRunner.StatisticsTestState - Class in eu.simuline.testhelpers
-
Represents the table displaying the number of runs, both, passed and to be performed altogether, the tests already ignored and those a failure or an error was found.
- GUIRunner.TabChangeListener - Class in eu.simuline.testhelpers
-
A listener to the switching of a tab in the foreground; the other in the background.
- GUIRunner.TestCaseLister - Class in eu.simuline.testhelpers
-
Represents the list of testcases already failed shown in one of the tabs and a
GUIRunner.TestCaseLister.stackTraceListerwhich represents the stack trace box below the tabbed pane. - GUIRunner.TestListCellRenderer - Class in eu.simuline.testhelpers
-
A special renderer object consisting of a label and a location within java code for an item in a failure list.
- GUIRunner.TestListCellRenderer.XLabel - Class in eu.simuline.testhelpers
-
A special kind of label which fires only change in the text and which allows to set details: selection and focus.
- GUIRunner.TestProgressBar - Class in eu.simuline.testhelpers
-
The progress bar indicating how much of the testcases already passed.
- GUIRunner.TestTreeCellRenderer - Class in eu.simuline.testhelpers
-
To render a cell of the hierarchy tree.
- GUIRunner.TreePathIterator - Class in eu.simuline.testhelpers
-
Represents a path
GUIRunner.TreePathIterator.currPathin the tree of testsuites represented byGUIRunner.TreePathIterator.treeModel. - GUIRunner.TreePathIterator.TreePathUpdater - Enum in eu.simuline.testhelpers
-
Expands the tree along the current path, for
GUIRunner.TreePathIterator.TreePathUpdater.Genericafter incrementing the current path.
H
- handler - Variable in class eu.simuline.util.sgml.SGMLFilter
- hasBlankFraction() - Method in class eu.simuline.util.RealRepresentation
- hasExponent() - Method in class eu.simuline.util.RealRepresentation
- hasFailed() - Method in class eu.simuline.testhelpers.TestCase
-
Returns whether
TestCase.getThrown()returns non-null. - hasFailure() - Method in enum eu.simuline.testhelpers.Quality
-
Returns whether the given state is tied to a throwable.
- hasFraction() - Method in class eu.simuline.util.RealRepresentation
- hashCode() - Method in class eu.simuline.util.AbstractMultiSet
- hashCode() - Method in class eu.simuline.util.AbstractMultiSet.MultiplicityImpl
- hashCode() - Method in class eu.simuline.util.BitSetList
-
Returns the hash code value for this cyclic list.
- hashCode() - Method in class eu.simuline.util.CollectionsExt.AbstractImmutableMultiSet
- hashCode() - Method in class eu.simuline.util.CollectionsExt.ImmutableCyclicList
- hashCode() - Method in class eu.simuline.util.CollectionsExt.ImmutableList
- hashCode() - Method in class eu.simuline.util.CollectionsExt.ImmutableMultiplicity
- hashCode() - Method in class eu.simuline.util.CollectionsExt.NonModifyingCyclicIterator
- hashCode() - Method in class eu.simuline.util.CyclicArrayList.CyclicArrayIterator
- hashCode() - Method in class eu.simuline.util.CyclicArrayList
-
Returns the hash code value for this cyclic list.
- hashCode() - Method in interface eu.simuline.util.CyclicList
-
Returns the hash code value for this cyclic list.
- hashCode() - Method in class eu.simuline.util.ListMap.Entry
- hashCode() - Method in class eu.simuline.util.ListMap
- hashCode() - Method in class eu.simuline.util.ListSet
-
Returns the hash code value for this set.
- hashCode() - Method in interface eu.simuline.util.MultiSet
- hashCode() - Method in class eu.simuline.util.SoftEnum
-
Returns a hash code for this enum constant.
- hashCode() - Method in class eu.simuline.util.TwoSidedList
-
Returns a hash code which conforms with
TwoSidedList.equals(Object). - hashCodeCyclic() - Method in class eu.simuline.util.CollectionsExt.ImmutableCyclicList
- hashCodeCyclic() - Method in class eu.simuline.util.CyclicArrayList
- hashCodeCyclic() - Method in interface eu.simuline.util.CyclicList
-
Returns a hash code value for this cyclic list which is invariant under cyclic permutation.
- HashMultiSet<T> - Class in eu.simuline.util
-
Represents a set with multiplicities based on a
HashMap. - HashMultiSet() - Constructor for class eu.simuline.util.HashMultiSet
-
Creates a new, empty
MultiSet. - HashMultiSet(MultiSet<? extends T>) - Constructor for class eu.simuline.util.HashMultiSet
-
Copy constructor.
- HashMultiSet(Map<T, MultiSet.Multiplicity>) - Constructor for class eu.simuline.util.HashMultiSet
- HashMultiSet(Set<? extends T>) - Constructor for class eu.simuline.util.HashMultiSet
-
Creates a multi set with the elements of
sSetand all elements with multiplicity1. - hasInteger() - Method in class eu.simuline.util.RealRepresentation
- hasNext() - Method in class eu.simuline.util.AbstractMultiSet.MultiSetIteratorImpl
- hasNext() - Method in class eu.simuline.util.CollectionsExt.NonModifyingCyclicIterator
- hasNext() - Method in class eu.simuline.util.CyclicArrayList.CyclicArrayIterator
-
Returns whether a subsequent call to
CyclicArrayList.CyclicArrayIterator.next()would return an element rather than throwing an exception. - hasNext() - Method in interface eu.simuline.util.CyclicIterator
-
Returns
trueif the iteration has more elements. - hasNext() - Method in class eu.simuline.util.Finder
-
Returns whether this Finder can emit another file.
- hasNext() - Method in class eu.simuline.util.Finder.Primary
-
Has a next file iff
Finder.Primary.filesis not empty. - hasNext() - Method in class eu.simuline.util.Finder.Secondary
- hasNext() - Method in class eu.simuline.util.ListMap.XIterator
-
Returns whether the iterators based on this class has a next value.
- hasPrev() - Method in class eu.simuline.util.CollectionsExt.NonModifyingCyclicIterator
- hasPrev() - Method in class eu.simuline.util.CyclicArrayList.CyclicArrayIterator
-
Returns whether a subsequent call to
CyclicArrayList.CyclicArrayIterator.previous()does not throw an exception. - hasPrev() - Method in interface eu.simuline.util.CyclicIterator
-
Returns
trueif this iterator has more elements when traversing the cyclic list in the reverse direction. - headMap(K) - Method in class eu.simuline.util.ListMap
- headSet(E) - Method in class eu.simuline.util.CollectionsExt.ImmutableSortedMultiSet
- headSet(E) - Method in class eu.simuline.util.CollectionsExt.ImmutableSortedSet
-
Returns a view of the portion of this set whose elements are strictly less than
toElement. - headSet(E) - Method in class eu.simuline.util.ListSet
- headSet(Map.Entry<K, V>) - Method in class eu.simuline.util.ListMap.Entries
- headSet(K) - Method in class eu.simuline.util.ListMap.Keys
- headSet(T) - Method in interface eu.simuline.util.SortedMultiSet
-
Returns a view of the portion of this multi-set whose elements are strictly less than
toElement. - headSet(T) - Method in class eu.simuline.util.TreeMultiSet
-
Returns a view of the portion of this multi-set whose elements are strictly less than
toElement. - HIERARCHY_ICON - Static variable in class eu.simuline.testhelpers.GUIRunner
-
The icon representing the hierarchy of tests: used for the tabbed pane.
- hierarchyTree - Variable in class eu.simuline.testhelpers.GUIRunner.HierarchyWrapper
-
The hierarchy of testsuites and testcases as a tree.
- HierarchyWrapper(Actions, GUIRunner.TestCaseLister) - Constructor for class eu.simuline.testhelpers.GUIRunner.HierarchyWrapper
-
Creates a new HierarchyWrapper with the given
actionsandtestCaseListerwhich are used to initializeGUIRunner.HierarchyWrapper.actionsandGUIRunner.HierarchyWrapper.testCaseLister. - HORIZ_BOUNDARY - Static variable in class eu.simuline.testhelpers.GUIRunner
-
Represents the horizontal space used for the boundary.
- HORIZ_BOUNDARY2 - Static variable in class eu.simuline.testhelpers.GUIRunner
-
Represents double of the horizontal space used for the boundary.
- HORIZ_FRAME - Static variable in class eu.simuline.testhelpers.GUIRunner
-
The horizontal size of the frame.
- htmlAttributeParser - Variable in class eu.simuline.util.sgml.SGMLParser
-
Contains the
HTML-specific part of the parser.
I
- idx - Variable in class eu.simuline.util.Finder.PrintFilter
- idxTest - Variable in class eu.simuline.testhelpers.TestCase
-
The index of this testcase if this is a (singular) test; otherwise
-1. - ignorableWhitespace(char[], int, int) - Method in class eu.simuline.util.sgml.ReportContentHandler
- ignorableWhitespace(char[], int, int) - Method in class eu.simuline.util.sgml.SavingHandler
- ignorableWhitespace(char[], int, int) - Method in class eu.simuline.util.sgml.SGMLFilter
- ignorableWhitespace(char[], int, int) - Method in class eu.simuline.util.sgml.SGMLParser.TrivialContentHandler
- Ignored - eu.simuline.testhelpers.Quality
-
The testcase was ignored, i.e. was scheduled for execution but then decided not to start execution.
- ImmutableCollection(Collection<E>) - Constructor for class eu.simuline.util.CollectionsExt.ImmutableCollection
-
Creates a new empty
ImmutableCollectionwhich equalscollbut cannot be modified neither directly nor via its iterator. - ImmutableCyclicList(CyclicList<E>) - Constructor for class eu.simuline.util.CollectionsExt.ImmutableCyclicList
- ImmutableList(List<E>) - Constructor for class eu.simuline.util.CollectionsExt.ImmutableList
- ImmutableList(Set<CollectionsExt.Modification>, List<E>) - Constructor for class eu.simuline.util.CollectionsExt.ImmutableList
- ImmutableMultiplicity(MultiSet.Multiplicity, Set<CollectionsExt.Modification>) - Constructor for class eu.simuline.util.CollectionsExt.ImmutableMultiplicity
- ImmutableMultiSet(MultiSet<E>) - Constructor for class eu.simuline.util.CollectionsExt.ImmutableMultiSet
-
Creates a new empty
ImmutableMultiSetwhich equalsmSetbut cannot be modified neither directly nor via its iterator. - ImmutableSet(Set<E>) - Constructor for class eu.simuline.util.CollectionsExt.ImmutableSet
- ImmutableSet(Set<CollectionsExt.Modification>, Set<E>) - Constructor for class eu.simuline.util.CollectionsExt.ImmutableSet
- ImmutableSortedMultiSet(SortedMultiSet<E>) - Constructor for class eu.simuline.util.CollectionsExt.ImmutableSortedMultiSet
-
Creates a new empty
ImmutableSortedMultiSetwhich equalsmSetbut cannot be modified neither directly nor via its iterator. - ImmutableSortedMultiSet(Set<CollectionsExt.Modification>, SortedMultiSet<E>) - Constructor for class eu.simuline.util.CollectionsExt.ImmutableSortedMultiSet
- ImmutableSortedSet(Set<CollectionsExt.Modification>, SortedSet<E>) - Constructor for class eu.simuline.util.CollectionsExt.ImmutableSortedSet
- ImmutableSortedSet(SortedSet<E>) - Constructor for class eu.simuline.util.CollectionsExt.ImmutableSortedSet
- Impl() - Constructor for class eu.simuline.util.sgml.ParseExceptionHandler.Impl
- incFirstIndex() - Method in class eu.simuline.util.TwoSidedList
-
Increments
TwoSidedList.firstIndexif possible; otherwise throws an exception. - incPath() - Method in class eu.simuline.testhelpers.GUIRunner.TreePathIterator
-
Increments
GUIRunner.TreePathIterator.currPathand returns the result. - index - Variable in class eu.simuline.util.CyclicArrayList.CyclicArrayIterator
-
A non-negative index which points, modulo
list.size()-1, to the0,... - indexOf(Object) - Method in class eu.simuline.util.CollectionsExt.ImmutableList
- indexOf(Object) - Method in class eu.simuline.util.TwoSidedList
-
Returns the index of the first occurrence of the specified element
objin this list, orTwoSidedList.firstIndex()-1 if this list does not contain the element. - initClassStructure() - Method in class eu.simuline.testhelpers.GUIRunner.TestCaseLister
-
Clears the failure list, its selection and the failure stack.
- initClassStructure(TestCase) - Method in class eu.simuline.testhelpers.GUIRunner.HierarchyWrapper
-
Notifies that the structure of the test class may have been updated.
- initClassStructure(Description) - Method in class eu.simuline.testhelpers.GUIRunner.StatisticsTestState
-
Notifies that the structure of the test class may have been updated.
- initClassStructure(Description) - Method in class eu.simuline.testhelpers.GUIRunner.TestProgressBar
-
Notifies that the structure of the test class may have been updated.
- initSignExp() - Method in class eu.simuline.util.RealRepresentation
- INNER_CLASS_SEP - Static variable in class eu.simuline.util.JavaPath
-
Java's class separator
$separating inner classes from their enclosing classes. - INNER_SEPARATOR - Static variable in class eu.simuline.testhelpers.Accessor
-
The separator between a class and its enclosing class for inner classes.
- innerCmp - Variable in class eu.simuline.util.ListSet
-
If
ListSet.outerCmpis notnull, the two comparators coincide. - int2bool(int) - Static method in class eu.simuline.util.BitSetList
-
Converts the given C-style-representation of a
boolean. - integer - Variable in class eu.simuline.util.RealRepresentation
-
The integer part of the mantissa of the double value represented.
- integer() - Method in class eu.simuline.util.RealRepresentation
- interrupt() - Method in class eu.simuline.util.SwingWorker
-
A new method that interrupts the worker thread.
- invalidate() - Method in class eu.simuline.testhelpers.GUIRunner.TestListCellRenderer.XLabel
-
Overridden for performance reasons.
- Invalidated - eu.simuline.testhelpers.Quality
-
The execution of the testcase ran onto an hurt assumption before maybe running into further exceptions or errors and is thus invalidated.
- invoke(Class<?>, Object, String, Class<?>[], Object[]) - Static method in class eu.simuline.testhelpers.Accessor
-
If more than one method with the same parameter types is declared in a class, and one of these methods has a return type that is more specific than any of the others, that method is returned; otherwise one of the methods is chosen arbitrarily.
- invoke(Class<?>, Object, String, Object...) - Static method in class eu.simuline.testhelpers.Accessor
-
Invokes the specified method with the given parameters and returns the value (which may be void of course. )
- invoke(Object, String, Object...) - Static method in class eu.simuline.testhelpers.Accessor
-
For invoking member methods.
- invoke(Method, Object, Object...) - Static method in class eu.simuline.testhelpers.Accessor
-
Invokes the specified method with the given parameters and returns the value (which may be void of course. )
- invokeCompare(E, E, Comparator<E>) - Static method in class eu.simuline.testhelpers.Assert
-
Returns
cmp.compare(expected, actual)if possible. - invokeCompareTo(Comparable<?>, Object) - Method in enum eu.simuline.testhelpers.Assert.CmpObj
-
Returns
expected.compareTo(actual)if possible. - invokeStatic(Class<?>, String, Object...) - Static method in class eu.simuline.testhelpers.Accessor
-
For invoking static methods.
- IS_DIR - Static variable in class eu.simuline.util.Finder
-
Filter passing the file received iff it is a regular file.
- IS_FILE - Static variable in class eu.simuline.util.Finder
-
Filter passing the file received iff it is a regular file.
- isAssertionSet() - Static method in class eu.simuline.util.VMArgs
-
Returns whether assertions are enabled through -ea-switch.
- isEmpty() - Method in class eu.simuline.util.AbstractMultiSet
-
Returns whether this multiple set contains no element.
- isEmpty() - Method in class eu.simuline.util.CollectionsExt.AbstractImmutableMultiSet
- isEmpty() - Method in class eu.simuline.util.CollectionsExt.ImmutableCyclicList
- isEmpty() - Method in class eu.simuline.util.CyclicArrayList
-
Returns
trueiff this list contains no elements. - isEmpty() - Method in interface eu.simuline.util.CyclicList
-
Returns
trueiff this list contains no elements. - isEmpty() - Method in class eu.simuline.util.ListMap
- isEmpty() - Method in class eu.simuline.util.ListSet
-
Returns
trueif this set contains no elements. - isEmpty() - Method in interface eu.simuline.util.MultiSet
-
Returns whether this multiple set contains no element.
- isEmpty() - Method in class eu.simuline.util.sgml.SGMLParser.Buffer
-
Returns whether this buffer is currently empty.
- isEmpty() - Method in class eu.simuline.util.TwoSidedList
-
Returns true if this list contains no elements.
- isExcluded(String) - Method in class eu.simuline.testhelpers.TestCaseClassLoader
-
Returns whether the name with the given name is excluded from being loaded.
- isKnown() - Method in enum eu.simuline.util.DataModel
-
Returns true except for
DataModel.Unknown. - isNeutral() - Method in enum eu.simuline.testhelpers.Quality
-
Returns whether the underlying testcase is neither finished unsuccessfully nor ignored.
- isOpaque() - Method in class eu.simuline.testhelpers.GUIRunner.TestListCellRenderer.XLabel
-
Overridden for performance reasons.
- isPrimitive(Class<?>) - Static method in class eu.simuline.util.BasicTypesCompatibilityChecker
-
Returns whether
clsrepresents a primitive type. - isRunning - Variable in class eu.simuline.testhelpers.Actions
-
Defines whether a test is running.
- isSelected(TestCase) - Method in class eu.simuline.testhelpers.GUIRunner.HierarchyWrapper
-
Returns whether the given testcase
testCaseis selected in this HierarchyTree. - isSortedWithSameComparator(Collection<?>) - Method in class eu.simuline.util.ListSet
-
Returns whether this set has the same comparator as the collection given.
- isTest() - Method in class eu.simuline.testhelpers.TestCase
-
Returns whether this testcase is a (singular) test.
- isThis() - Method in enum eu.simuline.util.DetOs
-
Returns whether this is the operating system currently running.
- isValid(int) - Method in enum eu.simuline.testhelpers.Assert.CmpObj
-
Returns whether
isValidmethod here. - isXMLParser() - Method in class eu.simuline.util.sgml.SGMLParser
- iterator() - Method in class eu.simuline.util.AbstractMultiSet
-
Returns an iterator over the elements in this collection which emits each element exactly once, without regarding its multiplicity.
- iterator() - Method in class eu.simuline.util.CollectionsExt.AbstractImmutableCollection
-
Returns an iterator with method
Iterator.remove()which throws anUnsupportedOperationExceptionif eitherCollectionsExt.AbstractImmutableCollection.unrestricted()'s iterator does not allow this operation orRemoveObjis no allowed operation according toCollectionsExt.AbstractImmutableCollection.allowedModifications(). - iterator() - Method in class eu.simuline.util.CollectionsExt.AbstractImmutableMultiSet
- iterator() - Method in class eu.simuline.util.CollectionsExt.ImmutableCyclicList
- iterator() - Method in class eu.simuline.util.CyclicArrayList
- iterator() - Method in interface eu.simuline.util.CyclicList
-
Returns
cyclicIterator(index)for some unspecifiedindex. - iterator() - Method in class eu.simuline.util.ListMap.Entries
-
Returns actually an instance of
ListMap.EntriesIterator. - iterator() - Method in class eu.simuline.util.ListMap.Keys
-
Returns actually an instance of
ListMap.KeysIterator. - iterator() - Method in class eu.simuline.util.ListMap.Values
-
Returns actually an instance of
ListMap.ValuesIterator. - iterator() - Method in class eu.simuline.util.ListSet
-
Returns an iterator over the elements in this set.
- iterator() - Method in interface eu.simuline.util.MultiSet
-
Returns an iterator over the elements in this collection which emits each element exactly once, without regarding its multiplicity.
- iterator() - Method in class eu.simuline.util.TwoSidedList
J
- JAR_END - Static variable in class eu.simuline.util.JavaPath
-
File ending
.jaridentifying jar-files. - JavaPath - Class in eu.simuline.util
-
Represents a path to find class and source files on.
- JavaPath(String) - Constructor for class eu.simuline.util.JavaPath
-
Creates a new
JavaPathinstance. - JavaPath.ClsSrc - Enum in eu.simuline.util
-
Determines whether a class file or a source file is meant.
- JavaPath.FileWrapper - Interface in eu.simuline.util
-
Wrapps a file directly found within a directory or within a zip-archive which also includes jar-archives.
- JavaPath.OrdFileWrapper - Class in eu.simuline.util
-
Represents an ordinary file
JavaPath.OrdFileWrapper.fileon a file system. - JavaPath.ZipEntryWrapper - Class in eu.simuline.util
-
Represents a file
JavaPath.ZipEntryWrapper.entrywhich is an entry in a zip-fileJavaPath.ZipEntryWrapper.zipFile. - JavaPath.ZipEntryWrapper.WrappedInputStream - Class in eu.simuline.util
-
A filter input stream closing
JavaPath.ZipEntryWrapper.zipFilewhen closing the stream. - jPath - Variable in class eu.simuline.testhelpers.TestCaseClassLoader
-
The scanned class path.
- JUnitSingleTester - Class in eu.simuline.testhelpers
-
Runs a bunch of tests using
Actions.runTestClass(String). - JUnitSingleTester() - Constructor for class eu.simuline.testhelpers.JUnitSingleTester
K
- key - Variable in class eu.simuline.util.ListMap.Entry
-
The key of this entry.
- key2entry(K) - Method in class eu.simuline.util.ListMap.Entries
- keys - Variable in class eu.simuline.util.ListMap
-
The set of keys of this
ListMap. - Keys() - Constructor for class eu.simuline.util.ListMap.Keys
- keySet() - Method in class eu.simuline.util.ListMap
- KeysIterator() - Constructor for class eu.simuline.util.ListMap.KeysIterator
- keysSet - Variable in class eu.simuline.util.ListMap
-
The set of keys of this map returned by
ListMap.keySet().
L
- last - Variable in class eu.simuline.util.AbstractMultiSet.MultiSetIteratorImpl
-
The element returned last by invoking
AbstractMultiSet.MultiSetIteratorImpl.next()in the iteratorAbstractMultiSet.MultiSetIteratorImpl.entrySetIterornullifAbstractMultiSet.MultiSetIteratorImpl.next()has not yet been invoked or the element returned by the last invocation ofAbstractMultiSet.MultiSetIteratorImpl.next()has been removed in the meantime invoking a method of this iterator (instance). - last() - Method in class eu.simuline.util.CollectionsExt.ImmutableSortedMultiSet
- last() - Method in class eu.simuline.util.CollectionsExt.ImmutableSortedSet
- last() - Method in class eu.simuline.util.ListMap.Entries
- last() - Method in class eu.simuline.util.ListMap.Keys
- last() - Method in class eu.simuline.util.ListSet
- last() - Method in interface eu.simuline.util.SortedMultiSet
-
Returns the last (highest) element currently in this set.
- last() - Method in class eu.simuline.util.TreeMultiSet
-
Returns the last (highest) element currently in this set.
- lastIndexOf(Object) - Method in class eu.simuline.util.CollectionsExt.ImmutableList
- lastIndexOf(Object) - Method in class eu.simuline.util.TwoSidedList
-
Returns the index of the last occurrence of the specified element
objin this list, orTwoSidedList.firstIndex()-1 if this list does not contain the element. - lastKey() - Method in class eu.simuline.util.ListMap
- Left2Right - eu.simuline.util.TwoSidedList.Direction
- LEN_BUFFER - Static variable in class eu.simuline.util.JavaPath
-
The length of a buffer to read at once.
- LEN_CLS_STREAM - Static variable in class eu.simuline.testhelpers.TestCaseClassLoader
-
The initial length of a stream to read class files from.
- lenE - Variable in class eu.simuline.util.RealRepresentation.Desc
-
The maximal length of the exponent part of a number displayed in a specific column of the table.
- length1() - Method in class eu.simuline.util.BitSetList
-
Returns the "logical size" of this List: The index of the highest digit
1in the List plus one. - lenI - Variable in class eu.simuline.util.RealRepresentation.Desc
-
The maximal length of the integer part of a number displayed in a specific column of the table.
- lenM - Variable in class eu.simuline.util.RealRepresentation.Desc
-
The maximal length of the mantissa of a number displayed in a specific column of the table.
- LESS - eu.simuline.testhelpers.Assert.CmpObj
- LESS_EQ - eu.simuline.testhelpers.Assert.CmpObj
- level - Variable in enum eu.simuline.testhelpers.Quality
-
Encoding how good the result of the test is:
2if something went wrong:Quality.ErrororQuality.Failure. - list - Variable in class eu.simuline.util.CollectionsExt.ImmutableList
-
The enclosed list containing the elements of this list.
- list - Variable in class eu.simuline.util.CyclicArrayList
-
The array this implementation of CyclicList is based on.
- list - Variable in class eu.simuline.util.ListSet
-
Contains the elements of this set.
- list - Variable in class eu.simuline.util.TwoSidedList
-
The list backed by this two-sided list.
- list() - Method in class eu.simuline.util.TwoSidedList
- listener - Variable in class eu.simuline.testhelpers.Actions
- listIterator() - Method in class eu.simuline.util.CollectionsExt.ImmutableList
- listIterator() - Method in class eu.simuline.util.ListSet
-
Returns an iterator over the elements in this set.
- listIterator() - Method in class eu.simuline.util.TwoSidedList
- listIterator(int) - Method in class eu.simuline.util.CollectionsExt.ImmutableList
- listIterator(int) - Method in class eu.simuline.util.TwoSidedList
-
****maybe to be endowed with a direction.
- ListMap<K,V> - Class in eu.simuline.util
-
A
SortedMapwith ordering given by the ordering by which the keys are added. - ListMap() - Constructor for class eu.simuline.util.ListMap
-
Creates an empty list map with key set 'ordered as added' as described by
ListSet.sortedAsAdded(). - ListMap(ListSet<K>, List<V>) - Constructor for class eu.simuline.util.ListMap
-
Creates a list map defined by the given keys and values
keysandvalues. - ListMap(Map<K, V>) - Constructor for class eu.simuline.util.ListMap
-
Creates an list map with the same key-value pairs as
mapand with ordering 'as added'. - ListMap.Entries - Class in eu.simuline.util
-
Represents the set of entries of the enclosing map given by
ListMap.entrySet(). - ListMap.EntriesIterator - Class in eu.simuline.util
-
Class of iterator of class
ListMap.Entries. - ListMap.Entry - Class in eu.simuline.util
-
Class of entries of the encylosing map. **** I wonder whether there is no generic implementation for
Map.Entry. - ListMap.Keys - Class in eu.simuline.util
-
Represents the key set of the enclosing map given by
ListMap.keySet(). - ListMap.KeysIterator - Class in eu.simuline.util
-
Class of iterator of class
ListMap.Keys. - ListMap.Values - Class in eu.simuline.util
-
Represents the values collection of the enclosing map given by
ListMap.values(). - ListMap.ValuesIterator - Class in eu.simuline.util
-
Class of iterator of class
ListMap.Values. - ListMap.XIterator - Class in eu.simuline.util
-
Common superclass of iterators on key set, value collection and entries set providing all methods but
Iterator.next(). - ListSet<E> - Class in eu.simuline.util
-
This class implements the Set interface, backed by a
java.util.ArrayList. - ListSet() - Constructor for class eu.simuline.util.ListSet
-
Constructs a new, empty set, sorted according to the natural ordering of its elements.
- ListSet(Collection<? extends E>) - Constructor for class eu.simuline.util.ListSet
-
Creates a new set containing the elements of the specified collection in the natural ordering.
- ListSet(Comparator<? super E>) - Constructor for class eu.simuline.util.ListSet
-
Constructs a new, empty set, sorted according to the specified comparator
cmp. - ListSet(List<E>, Comparator<? super E>) - Constructor for class eu.simuline.util.ListSet
-
Creates a new
ListSetwith elements given bylistand ordering given bycmp. - ListSet(SortedSet<E>) - Constructor for class eu.simuline.util.ListSet
-
Constructs a new set containing the same elements and using the same ordering as the
sortedSet. - lIter - Variable in class eu.simuline.util.ListMap.XIterator
-
An iterator over the list view of the key set of the enclosing
ListMap. - loadClass(String, boolean) - Method in class eu.simuline.testhelpers.TestCaseClassLoader
- locFile2cls(String, JavaPath.ClsSrc) - Method in class eu.simuline.util.JavaPath
- locFile2Wrapper(String) - Method in class eu.simuline.util.JavaPath
-
Converts a local file name into the wrapper of the file found on the path.
- LOGO_ICON - Static variable in class eu.simuline.testhelpers.GUIRunner
-
The (big) JUnit-logo.
- lookupClassData(String) - Method in class eu.simuline.testhelpers.TestCaseClassLoader
M
- Mac - eu.simuline.util.DetOs
- main(String[]) - Static method in class eu.simuline.testhelpers.AccessorTest
-
Runs the test case.
- main(String[]) - Static method in class eu.simuline.testhelpers.Actions
- main(String[]) - Static method in class eu.simuline.testhelpers.JUnitSingleTester
-
Runs all testclasses in the directory given by the 0th argument in the package given by the 1st argument.
- main(String[]) - Static method in class eu.simuline.util.CollectionsExt
- main(String[]) - Static method in enum eu.simuline.util.DetOs
- main(String[]) - Static method in class eu.simuline.util.Finder
- main(String[]) - Static method in class eu.simuline.util.JavaPath
- main(String[]) - Static method in class eu.simuline.util.ListMap
- main(String[]) - Static method in class eu.simuline.util.ListSet
- main(String[]) - Static method in class eu.simuline.util.TwoSidedList
- main(String[]) - Static method in class eu.simuline.util.VMArgs
- mantissa() - Method in class eu.simuline.util.RealRepresentation
- MAP_BASIC_TYPE2WRAPPER - Static variable in class eu.simuline.util.BasicTypesCompatibilityChecker
-
Maps basic classes to the corresponding wrapper classes.
- MAP_WRAPPER2BASIC_TYPE - Static variable in class eu.simuline.util.BasicTypesCompatibilityChecker
-
Maps wrapper classes to the corresponding basic classes.
- map2keys(Map<K, V>) - Static method in class eu.simuline.util.ListMap
-
Returns the key set of
mapas aListSetwith ordering 'ordered as added' as given byListSet.sortedAsAdded(). - map2values(Map<K, V>) - Static method in class eu.simuline.util.ListMap
-
Returns the value collection of
mapas aListwith ordering given by the iteration on the key set ofmap. - max(Quality) - Method in enum eu.simuline.testhelpers.Quality
-
Determines a Quality with the maximum level of
thisandother. - MAX_FRAC_DIGITS_NO_EXP - Static variable in class eu.simuline.util.RealRepresentation.BigDecimalRep
-
The number of digits right of the point such that the representation is without exponent.
- MAX_INT_DIGITS_NO_EXP - Static variable in class eu.simuline.util.RealRepresentation.BigDecimalRep
-
The number of digits left of the point such that the representation is without exponent.
- message - Variable in enum eu.simuline.testhelpers.Assert.CmpObj
-
Core part of the message when the relation fails.
- methodMatches(Method, String, Object...) - Static method in class eu.simuline.testhelpers.Accessor
-
Returns whether the given method matches the name and the parameter list.
- minFreeIndex() - Method in class eu.simuline.util.TwoSidedList
- mod - Variable in class eu.simuline.util.CollectionsExt.ImmutableMultiplicity
- Modification() - Constructor for enum eu.simuline.util.CollectionsExt.Modification
- mods - Variable in class eu.simuline.util.CollectionsExt.AbstractImmutableCollection
-
The set of allowed modifications.
- mods - Variable in class eu.simuline.util.CollectionsExt.AbstractImmutableMultiSet
-
The set of allowed modifications.
- mSet - Variable in class eu.simuline.util.CollectionsExt.ImmutableMultiSet
-
The enclosed multi-set containing the elements of this multi-set.
- mSet - Variable in class eu.simuline.util.CollectionsExt.ImmutableSortedMultiSet
- mult - Variable in class eu.simuline.util.AbstractMultiSet.MultiplicityImpl
-
A positive integer representing a multiplicity.
- MultiplicityImpl(int) - Constructor for class eu.simuline.util.AbstractMultiSet.MultiplicityImpl
-
Creates a new
Multiplicityinstance representing a positive multiplicity. - MultiSet<T> - Interface in eu.simuline.util
-
Represents a set with multiplicities.
- MultiSet.Multiplicity - Interface in eu.simuline.util
-
Represents the multiplicity of an entry of the enclosing multi-set.
- MultiSetIterator<E> - Interface in eu.simuline.util
-
Generalization of iterator suitable e.g. for sets to
MultiSets. - MultiSetIteratorImpl(MultiSet<T>) - Constructor for class eu.simuline.util.AbstractMultiSet.MultiSetIteratorImpl
N
- name - Variable in class eu.simuline.util.SoftEnum
-
The name of this enum constant, as declared in the enum declaration.
- name() - Method in class eu.simuline.util.SoftEnum
-
Returns the name of this enum constant, exactly as declared in its enum declaration.
- name(String) - Method in class eu.simuline.util.Finder
-
Convenience method: adds a name filter to this finder.
- name2value - Variable in class eu.simuline.util.sgml.AttributesImpl
-
Maps the name of an attribute to its value.
- name2value - Variable in class eu.simuline.util.sgml.SGMLParser.AttributesWrapper
- nameFilter(String) - Static method in class eu.simuline.util.Finder
-
Returns a filter passing a file iff its (short) names of which match the regular expression
pattern. - NameFilter(String) - Constructor for class eu.simuline.util.Finder.NameFilter
- nCopies(int, Object) - Static method in class eu.simuline.util.ArraysExt
-
Returns an array consisting of n copies of the specified object.
- NegFilter(Finder.Filter) - Constructor for class eu.simuline.util.Finder.NegFilter
- newStart - Variable in class eu.simuline.util.sgml.SGMLParser.Buffer
- next - Variable in class eu.simuline.util.Finder.Secondary
-
The next file to be returned by
Finder.Secondary.next()if any, i.e. ifFinder.Secondary.hasNext()returnstrue; otherwise this field isnull. - next() - Method in class eu.simuline.util.AbstractMultiSet.MultiSetIteratorImpl
-
Returns the next element in the iteration and, as a side effect, sets
AbstractMultiSet.MultiSetIteratorImpl.lastwith the mapping of that element to its current multiplicity. - next() - Method in class eu.simuline.util.CollectionsExt.NonModifyingCyclicIterator
- next() - Method in class eu.simuline.util.CyclicArrayList.CyclicArrayIterator
-
Returns the next element in the interation.
- next() - Method in interface eu.simuline.util.CyclicIterator
-
Returns the next element in the interation.
- next() - Method in class eu.simuline.util.Finder
-
Returns the next file this finder can emit.
- next() - Method in class eu.simuline.util.Finder.Primary
-
If the topmost entry of
Finder.Primary.filesis no folder, this is returned as is. - next() - Method in class eu.simuline.util.Finder.PrintFilter
- next() - Method in class eu.simuline.util.Finder.Secondary
- next() - Method in class eu.simuline.util.ListMap.EntriesIterator
- next() - Method in class eu.simuline.util.ListMap.KeysIterator
- next() - Method in class eu.simuline.util.ListMap.ValuesIterator
- Nix - eu.simuline.util.DetOs
- NO_FOCUS_BORDER - Static variable in class eu.simuline.testhelpers.GUIRunner.TestListCellRenderer
- NO_VALUE - Static variable in class eu.simuline.util.sgml.AttributesImpl
-
Used as a value in
AttributesImpl.name2valueto signify that the corresponding attribute has no value. - NonModifyingCyclicIterator(CyclicIterator<E>) - Constructor for class eu.simuline.util.CollectionsExt.NonModifyingCyclicIterator
- NonStatic() - Constructor for class eu.simuline.testhelpers.AccessorTest.NonStatic
- NonStatic1() - Constructor for class eu.simuline.testhelpers.AccessorTest.NonStatic.NonStatic1
- noPointS - Static variable in class eu.simuline.util.RealRepresentation
-
Substitutes the place for the point in case the real number represented has no fractional part.
- not() - Method in class eu.simuline.util.Finder.Filter
-
Returns a filter which passes a file iff
filterdoes not. - not(Finder.Filter) - Method in class eu.simuline.util.Finder
-
Convenience method: Returns a finder by attaching the inverse of the given filter.
- NOT_EQUAL - eu.simuline.testhelpers.Assert.CmpObj
- noteReportResult(TestCase) - Method in class eu.simuline.testhelpers.GUIRunner.HierarchyWrapper
-
Notifies that the singular test
testCaseis finished. - noteReportResult(TestCase) - Method in class eu.simuline.testhelpers.GUIRunner
-
Notifies that the singular test
testCaseis finished, whether successful or not or that a test is ignored after invokingGUIRunner.noteTestStartedI(Quality)with parameterQuality.Ignored. - noteReportResult(TestCase) - Method in class eu.simuline.testhelpers.GUIRunner.StatisticsTestState
-
Notifies that the singular test
testCaseis finished. - noteReportResult(TestCase) - Method in class eu.simuline.testhelpers.GUIRunner.TestCaseLister
-
Notifies that the singular test
testCaseis finished. - noteReportResult(TestCase) - Method in class eu.simuline.testhelpers.GUIRunner.TestProgressBar
-
Notifies that the singular test
testCaseis finished. - noteTestStartedI(Quality) - Method in class eu.simuline.testhelpers.GUIRunner.HierarchyWrapper
-
Notifies that an atomic test is started or ignored.
- noteTestStartedI(Quality) - Method in class eu.simuline.testhelpers.GUIRunner
-
Notifies that an atomic test is started or ignored.
- notifier - Variable in class eu.simuline.testhelpers.Actions.CoreRunner
-
The notifier to run the tests as in JUnitCore.
- NotYetImplementedException - Exception in eu.simuline.util
-
Thrown if a place in the code is reached, where implementation is not finished.
- NotYetImplementedException() - Constructor for exception eu.simuline.util.NotYetImplementedException
- noValueToNull(Object) - Static method in class eu.simuline.util.sgml.AttributesImpl
- Number2SignUnsigned(String) - Constructor for class eu.simuline.util.RealRepresentation.Number2SignUnsigned
-
Creates a new
Number2SignUnsignedinstance wrapping a string representation of a number. - numRuns - Variable in class eu.simuline.testhelpers.GUIRunner.StatisticsTestState
-
The overall number of runs, to be done, in execution or not yet started.
- numRunsDone - Variable in class eu.simuline.testhelpers.GUIRunner.StatisticsTestState
-
The number of runs already finished.
O
- obj2idx(E) - Method in class eu.simuline.util.ListSet
- obj2mult - Variable in class eu.simuline.util.AbstractMultiSet
-
Maps objects to its multiplicities.
- offer(E) - Method in class eu.simuline.util.FIFOList
-
Constructs a vector.
- openAction - Variable in class eu.simuline.testhelpers.Actions
-
The action to open a new testclass.
- OpenAction() - Constructor for class eu.simuline.testhelpers.Actions.OpenAction
- openClassChooser() - Method in class eu.simuline.testhelpers.GUIRunner
-
Opens the class chooser dialog and returns the choosen class or
nullif either no file was selected, a file is selected which does not exist or does not represent a java class file. - or(Finder.Filter[]) - Static method in class eu.simuline.util.Finder.Filter
-
Returns a filter which passes a file iff at least one filter in
filtersdoes so. - or(Finder.Filter[]) - Method in class eu.simuline.util.Finder
-
Convenience method: Returns a finder by attaching an or-filter.
- OrdFileWrapper(File) - Constructor for class eu.simuline.util.JavaPath.OrdFileWrapper
- ordinal - Variable in class eu.simuline.util.SoftEnum
-
The ordinal of this enumeration constant (its position in the enum declaration, where the initial constant is assigned an ordinal of zero).
- ordinal() - Method in class eu.simuline.util.SoftEnum
-
Returns the ordinal of this enumeration constant (its position in its enum declaration, where the initial constant is assigned an ordinal of zero).
- OrFilter(Finder.Filter[]) - Constructor for class eu.simuline.util.Finder.OrFilter
- osString() - Static method in enum eu.simuline.util.DetOs
-
Returns a string representation of the operating system currently running as given by property
os.namein lower case. - outerCmp - Variable in class eu.simuline.util.ListSet
-
The comparator initialized in the constructor and returned by
ListSet.comparator().
P
- paramsMatch(Class<?>[], Object...) - Static method in class eu.simuline.testhelpers.Accessor
-
Returns whether the given the parameter list matches the classes.
- paramsToString(Class<?>...) - Static method in class eu.simuline.testhelpers.Accessor
-
Converts a list of classes into their string-representation.
- parse(Reader) - Method in class eu.simuline.util.sgml.SGMLParser
-
Parses the given
InputStream. - parse(InputSource) - Method in class eu.simuline.util.sgml.SGMLParser
-
Parses the
InputSourcegiven but delegates everything inside a tag or a processing instruction toSGMLParser.parseTagOrPI(). - parseAttribute(SGMLParser.AttributesWrapper) - Method in interface eu.simuline.util.sgml.SGMLParser.XMLsGMLspecifica
-
Parses one attribute and adds it to the given attribute list.
- parseCommentElemTypeDecl() - Method in interface eu.simuline.util.sgml.SGMLParser.XMLsGMLspecifica
-
Parses a comment or any declaration starting with
<!... - parseEndTag() - Method in class eu.simuline.util.sgml.SGMLParser
-
Parses an end-tag notifying the underlying handler.
- parseExceptionHandler - Variable in class eu.simuline.util.sgml.SGMLParser
-
The
ParseExceptionHandlerregistered. - ParseExceptionHandler - Interface in eu.simuline.util.sgml
-
Rudimentary Handler for SAXParseExceptions: The idea is that for html-parsers one needs a notify rather than throwing an exception as it is appropriate for xml.
- ParseExceptionHandler.Impl - Class in eu.simuline.util.sgml
-
Trivial implementation for enclosing interface.
- parseExtProcessingInstruction() - Method in interface eu.simuline.util.sgml.SGMLParser.XMLsGMLspecifica
-
Parses a processing instruction or any declaration starting with
<?... - parseStartOrStartEndTag() - Method in class eu.simuline.util.sgml.SGMLParser
-
Parses a start-tag or, for xml, an empty tag.
- parseTagOrPI() - Method in class eu.simuline.util.sgml.SGMLParser
-
Parses everything within a tag, a processing instruction, ...
- parseText() - Method in class eu.simuline.util.sgml.SGMLParser
-
Parses everything outside a tag, a processing instruction, ...
- parseXML(boolean) - Method in class eu.simuline.util.sgml.SGMLParser
-
Sets whether this parser is used as an xml-parser.
- pass(File) - Method in class eu.simuline.util.Finder.AndFilter
- pass(File) - Method in class eu.simuline.util.Finder.ExecFilter
-
The given file passes this filter, i.e. this method returns
trueif the shell command given byFinder.ExecFilter.cmdsucceeds according to its return value (which is then zero). - pass(File) - Method in class eu.simuline.util.Finder.ExecJavaFilter
-
The given file passes this filter, i.e. this method returns
true, if so doesFinder.ExecJavaFilter.callable. - pass(File) - Method in class eu.simuline.util.Finder.Filter
-
Returns for the given file whether this file passes this filter.
- pass(File) - Method in class eu.simuline.util.Finder.NameFilter
- pass(File) - Method in class eu.simuline.util.Finder.NegFilter
-
Passes the given file iff
Finder.NegFilter.tbNegFilterdoes not. - pass(File) - Method in class eu.simuline.util.Finder.OrFilter
- path(File) - Static method in class eu.simuline.util.Finder
-
Returns a basic finder, emitting the given file if it exists and is accessible and, recursively, if it is a directory all files therein.
- PATH_SEP - Static variable in class eu.simuline.util.JavaPath
-
The entry of property
path.separator. - pattern - Variable in class eu.simuline.util.Finder.NameFilter
-
The pattern to filter the filenames with.
- peek() - Method in class eu.simuline.util.FIFOList
- pleaseStop() - Method in class eu.simuline.testhelpers.Actions.CoreRunner
- POINT_S - Static variable in class eu.simuline.util.RealRepresentation
-
A string constant containing the decimal point.
- poll() - Method in class eu.simuline.util.FIFOList
- previous() - Method in class eu.simuline.util.CollectionsExt.NonModifyingCyclicIterator
- previous() - Method in class eu.simuline.util.CyclicArrayList.CyclicArrayIterator
-
Returns the previous element in the cyclic list.
- previous() - Method in interface eu.simuline.util.CyclicIterator
-
Returns the previous element in the cyclic list.
- Primary(File) - Constructor for class eu.simuline.util.Finder.Primary
-
Pushes
filetoFinder.Primary.files. - Primary(File[]) - Constructor for class eu.simuline.util.Finder.Primary
- print(PrintStream) - Method in class eu.simuline.util.Finder
-
Adds a trivial filter passing all files received by this finder printing their full names to
str. - PrintFilter(Finder, PrintStream) - Constructor for class eu.simuline.util.Finder.PrintFilter
- privateMethod(int) - Method in class eu.simuline.testhelpers.AccessorTest.ForTests
- privateMethod(int) - Method in class eu.simuline.testhelpers.AccessorTest.ForTestsB
- privateStaticMethod(int) - Static method in class eu.simuline.testhelpers.AccessorTest.ForTests
- privateStaticMethod(int) - Static method in class eu.simuline.testhelpers.AccessorTest.ForTestsB
- PROC_INSTR - Static variable in class eu.simuline.util.sgml.SGMLParser
-
Short string representation of the object currently parsed.
- processingInstruction(String, String) - Method in class eu.simuline.util.sgml.ReportContentHandler
- processingInstruction(String, String) - Method in class eu.simuline.util.sgml.SavingHandler
- processingInstruction(String, String) - Method in class eu.simuline.util.sgml.SGMLFilter
- processingInstruction(String, String) - Method in class eu.simuline.util.sgml.SGMLParser.TrivialContentHandler
- progress - Variable in class eu.simuline.testhelpers.GUIRunner
-
The progress bar indicating how much of the testcases already passed.
- prolonguePath(TreePath) - Static method in class eu.simuline.testhelpers.GUIRunner.TreePathIterator
-
Prolongues path as long as possible in each step with 0th child.
- PROP_KEY_NO_CLS_RELOAD - Static variable in class eu.simuline.testhelpers.TestCaseClassLoader
-
Key of system property containing a ":"-separated list of packages or classes to be excluded from reloading.
- protectedMethod(int) - Method in class eu.simuline.testhelpers.AccessorTest.ForTests
- protectedMethod(int) - Method in class eu.simuline.testhelpers.AccessorTest.ForTestsB
- put(K, V) - Method in class eu.simuline.util.ListMap
- putAll(Map<? extends K, ? extends V>) - Method in class eu.simuline.util.ListMap
Q
- qual - Variable in class eu.simuline.testhelpers.GUIRunner.TestProgressBar
-
The maximal quality found in testcases so far.
- qual - Variable in class eu.simuline.testhelpers.TestCase
-
The phase of this testcase.
- qual2label - Variable in class eu.simuline.testhelpers.GUIRunner.StatisticsTestState
-
Maps the quality with level
> 0to the according labels. - qual2num - Variable in class eu.simuline.testhelpers.GUIRunner.StatisticsTestState
-
Maps the quality with any level to the number of testcases already finished or ignored with according state.
- Quality - Enum in eu.simuline.testhelpers
-
Represents the phases in the life-cycle of a
TestCasefrom beingQuality.ScheduledtoQuality.Ignoredor viaQuality.Startedto finished which means eitherQuality.Invalidated,Quality.Success,Quality.Failureor evenQuality.Error. - Quality(int) - Constructor for enum eu.simuline.testhelpers.Quality
-
Creates another Quality with the given level
Quality.level. - QUOTE_DOT - Static variable in class eu.simuline.util.sgml.SGMLParser
R
- random(boolean) - Static method in class eu.simuline.testhelpers.DTestHelper
-
Returns a random number with absolute value in
[0,1]. - reachedEOS() - Method in class eu.simuline.util.sgml.SGMLParser.Buffer
-
Returns whether the end of the stream is reached.
- readArray(SGMLParser.CharTester) - Method in class eu.simuline.util.sgml.SGMLParser.Buffer
-
Reads an array from
SGMLParser.Buffer.reader. - readChar() - Method in class eu.simuline.util.sgml.SGMLParser.Buffer
-
Reads a single
charand returns it. - reader - Variable in class eu.simuline.util.sgml.SGMLParser.Buffer
-
The reader buffered.
- readExcludedPackages() - Method in class eu.simuline.testhelpers.TestCaseClassLoader
- readObject(ObjectInputStream) - Method in class eu.simuline.util.SoftEnum
-
Prevent default deserialization.
- readObjectNoData() - Method in class eu.simuline.util.SoftEnum
- readStringBuffer(SGMLParser.CharTester, String) - Method in class eu.simuline.util.sgml.SGMLParser.Buffer
-
Describe
readStringBuffermethod here. - RealRepresentation - Class in eu.simuline.util
-
Describes the representation of a real value, which may be either a double, resp. a Double-value or a
BigDecimalfor use in tables. - RealRepresentation() - Constructor for class eu.simuline.util.RealRepresentation
- RealRepresentation.BigDecimalRep - Class in eu.simuline.util
-
Describes the representation of a
BigDecimal-value. - RealRepresentation.Cutter - Interface in eu.simuline.util
-
A
Cutteris used to shorten numbers. - RealRepresentation.Desc - Class in eu.simuline.util
-
Describes the way the real number represented by
RealRepresentationis displayed as a string. - RealRepresentation.DoubleRep - Class in eu.simuline.util
-
Describes the representation of a double, resp. a Double-value.
- RealRepresentation.Number2SignUnsigned - Class in eu.simuline.util
-
Container for number splitted into sign and unsigned.
- recAsList(Object[]) - Static method in class eu.simuline.util.ArraysExt
-
Turns the given array recursively into a hierarchy of nested lists.
- recAsList(Object, Class<?>) - Static method in class eu.simuline.util.ArraysExt
-
Converts
sourcewhich is typically an array, recursively into an nestedListwith the given atomic entry type using the specified caster. - recAsList(Object, Class<?>, Caster) - Static method in class eu.simuline.util.ArraysExt
-
Converts
sourcewhich is typically an array, recursively into an nestedListwith the given atomic entry type using the specified caster. - recToArray(Object, Class<?>) - Static method in class eu.simuline.util.CollectionsExt
-
Converts
sourcewhich is typically aList, recursively into an array with the given type. - recToArray(Object, Class<?>, Caster) - Static method in class eu.simuline.util.CollectionsExt
-
Converts
sourcewhich is typically aCollection, recursively into an array with the given type using the specified caster for the elementary objects insource. - recToArray(List<?>) - Static method in class eu.simuline.util.CollectionsExt
-
Converts the list given recursively into an array.
- refresh() - Method in class eu.simuline.util.CollectionsExt.NonModifyingCyclicIterator
- refresh() - Method in class eu.simuline.util.CyclicArrayList.CyclicArrayIterator
-
Reinitializes this iterator without changing the cursor (i.e. modulo
list.size()) but such that all elements of the corresponding cyclic list may be accessed successively throughCyclicArrayList.CyclicArrayIterator.next(). - refresh() - Method in interface eu.simuline.util.CyclicIterator
-
Reinitialize this iterator without changing the cursor but such that all elements of the corresponding cyclic list may be accessed successively through
CyclicIterator.next(). - registerSelector(GUIRunner.Selector) - Method in class eu.simuline.testhelpers.GUIRunner.HierarchyWrapper
- registerSelector(GUIRunner.Selector) - Method in interface eu.simuline.testhelpers.GUIRunner.Selector
-
Acquaints this selector with another one which is notified of the selection events of this
Selector. - registerSelector(GUIRunner.Selector) - Method in class eu.simuline.testhelpers.GUIRunner.TestCaseLister
- remove() - Method in class eu.simuline.util.AbstractMultiSet.MultiSetIteratorImpl
-
Removes from the underlying
MultiSetthe last element returned byAbstractMultiSet.MultiSetIteratorImpl.next(), provided that element was not removed in the meantime and this method is supported by this iterator. - remove() - Method in class eu.simuline.util.CollectionsExt.NonModifyingCyclicIterator
- remove() - Method in class eu.simuline.util.CyclicArrayList.CyclicArrayIterator
-
Removes from the underlying
CyclicListthe last element returned by the iterator. - remove() - Method in interface eu.simuline.util.CyclicIterator
-
Removes from the underlying
CyclicListthe last element returned bynextorprevious(optional operation). - remove() - Method in class eu.simuline.util.FIFOList
- remove() - Method in class eu.simuline.util.ListMap.XIterator
-
Removes from the underlying collection the last element returned by the iterator based on this class.
- remove() - Method in interface eu.simuline.util.MultiSetIterator
-
Removes from the underlying
MultiSetthe last element returned byIterator.next(), provided that element was not removed in the meantime and this method is supported by this iterator. - remove(int) - Method in class eu.simuline.util.BitSetList
-
Describe
removemethod here. - remove(int) - Method in class eu.simuline.util.CollectionsExt.ImmutableCyclicList
- remove(int) - Method in class eu.simuline.util.CollectionsExt.ImmutableList
- remove(int) - Method in class eu.simuline.util.CyclicArrayList
-
Removes the element at the specified position in this list (optional operation).
- remove(int) - Method in interface eu.simuline.util.CyclicList
-
Removes the element at the specified position in this list (optional operation).
- remove(int) - Method in class eu.simuline.util.TwoSidedList
-
Not supported by this implementation. **** breaks contract
- remove(int, TwoSidedList.Direction) - Method in class eu.simuline.util.TwoSidedList
-
Removes the element at the specified position in this list (optional operation).
- remove(Object) - Method in class eu.simuline.util.AbstractMultiSet
-
Removes all instances of the specified element from this
MultiSet, if it is present with nontrivial multiplicity. - remove(Object) - Method in class eu.simuline.util.BitSetList
-
Describe
removemethod here. - remove(Object) - Method in class eu.simuline.util.CollectionsExt.AbstractImmutableCollection
- remove(Object) - Method in class eu.simuline.util.CollectionsExt.AbstractImmutableMultiSet
- remove(Object) - Method in class eu.simuline.util.CollectionsExt.ImmutableCyclicList
- remove(Object) - Method in class eu.simuline.util.CyclicArrayList
- remove(Object) - Method in class eu.simuline.util.ListMap.Entries
-
Removes
objfrom the entry set if present and returns whether it was present. - remove(Object) - Method in class eu.simuline.util.ListMap.Keys
-
Interpretes
objas key of the enclosingListMapand removes the according key-value pair if present. - remove(Object) - Method in class eu.simuline.util.ListMap
- remove(Object) - Method in class eu.simuline.util.ListMap.Values
-
Interpretes
objas value of the enclosingListMapand removes the first according key-value pair if present. - remove(Object) - Method in class eu.simuline.util.ListSet
-
Removes the specified element from this set if it is present.
- remove(Object) - Method in interface eu.simuline.util.MultiSet
-
Removes all instances of the specified element from this
MultiSet, if it is present with nontrivial multiplicity. - remove(Object) - Method in class eu.simuline.util.TwoSidedList
-
Not supported by this implementation. **** breaks contract
- removeAll(Collection<?>) - Method in class eu.simuline.util.AbstractMultiSet
-
Removes all this
MultiSet's elements that are also contained in the specified collection. - removeAll(Collection<?>) - Method in class eu.simuline.util.CollectionsExt.AbstractImmutableCollection
- removeAll(Collection<?>) - Method in class eu.simuline.util.CollectionsExt.AbstractImmutableMultiSet
- removeAll(Collection<?>) - Method in class eu.simuline.util.CollectionsExt.ImmutableCyclicList
- removeAll(Collection<?>) - Method in class eu.simuline.util.CyclicArrayList
- removeAll(Collection<?>) - Method in class eu.simuline.util.ListSet
-
Removes from this set all of its elements that are contained in the specified collection.
- removeAll(Collection<?>) - Method in interface eu.simuline.util.MultiSet
-
Removes all this
MultiSet's elements that are also contained in the specified collection. - removeAll(Collection<?>) - Method in class eu.simuline.util.TwoSidedList
-
Not supported by this implementation.
- removeAll(Collection<?>, TwoSidedList.Direction) - Method in class eu.simuline.util.TwoSidedList
-
Removes from this list all of its elements that are contained in
coll(optional operation). - removeFirst(Object) - Method in class eu.simuline.util.TwoSidedList
-
Removes the first occurrence of
objfrom this list, if present (optional operation). - removeIdx(int) - Method in class eu.simuline.util.ListMap
- removeIf(Predicate<? super E>) - Method in class eu.simuline.util.CollectionsExt.AbstractImmutableCollection
- removeLast(Object) - Method in class eu.simuline.util.TwoSidedList
-
Removes the last occurrence of
objfrom this list, if present (optional operation). - removeMult(int) - Method in class eu.simuline.util.AbstractMultiSet.MultiSetIteratorImpl
- removeMult(int) - Method in interface eu.simuline.util.MultiSetIterator
-
Removes from the underlying
MultiSetthe last element returned by invocation ofIterator.next()with multiplicity given byremoveMult, provided that element was not removed in the meantime and this method is supported by this iterator. - RemoveObj - eu.simuline.util.CollectionsExt.Modification
-
Modification by
Collection.remove(Object),Collection.removeAll(Collection),Collection.retainAll(Collection),Collection.removeIf(Predicate),Collection.clear()and byList.remove(int). - removeWithMult(Object) - Method in class eu.simuline.util.AbstractMultiSet
-
Decrements the multiplicity of
objin thisMultiSetif it is present and returns the old multiplicity ofobj; If this is0returns without altering thisMultiSet. - removeWithMult(Object) - Method in class eu.simuline.util.CollectionsExt.AbstractImmutableMultiSet
- removeWithMult(Object) - Method in interface eu.simuline.util.MultiSet
-
Decrements the multiplicity of
objin thisMultiSetif it is present and returns the old multiplicity ofobj; If this is0returns without altering thisMultiSet. - removeWithMult(Object, int) - Method in class eu.simuline.util.AbstractMultiSet
-
Decreases the multiplicity of
objin thisMultiSetby the specified valueremoveMultif possible and returns the old multiplicity ofobj. - removeWithMult(Object, int) - Method in class eu.simuline.util.CollectionsExt.AbstractImmutableMultiSet
- removeWithMult(Object, int) - Method in interface eu.simuline.util.MultiSet
-
Decreases the multiplicity of
objin thisMultiSetby the specified valueremoveMultif possible and returns the old multiplicity ofobj. - repaint() - Method in class eu.simuline.testhelpers.GUIRunner.TestListCellRenderer.XLabel
-
Overridden for performance reasons.
- repaint(long, int, int, int, int) - Method in class eu.simuline.testhelpers.GUIRunner.TestListCellRenderer.XLabel
-
Overridden for performance reasons.
- repaint(Rectangle) - Method in class eu.simuline.testhelpers.GUIRunner.TestListCellRenderer.XLabel
-
Overridden for performance reasons.
- replace(int, Iterator<E>) - Method in class eu.simuline.util.CollectionsExt.ImmutableCyclicList
- replace(int, Iterator<E>) - Method in class eu.simuline.util.CyclicArrayList
-
Replaces the element at the specified position in this list with the cyclic list of the specified iterator (optional operation).
- replace(int, Iterator<E>) - Method in interface eu.simuline.util.CyclicList
-
Replaces the element at the specified position in this list with the cyclic list of the specified iterator (optional operation).
- replace(int, List<E>) - Method in class eu.simuline.util.CollectionsExt.ImmutableCyclicList
- replace(int, List<E>) - Method in class eu.simuline.util.CyclicArrayList
- replace(int, List<E>) - Method in interface eu.simuline.util.CyclicList
-
Replaces the element at the specified position in this list with the specified list (optional operation).
- replaceAll(UnaryOperator<E>) - Method in class eu.simuline.util.CollectionsExt.ImmutableList
- ReportContentHandler - Class in eu.simuline.util.sgml
-
A
ContentHandlerwhich reports certain events toSystem.out. - ReportContentHandler() - Constructor for class eu.simuline.util.sgml.ReportContentHandler
- retainAll(Collection<?>) - Method in class eu.simuline.util.AbstractMultiSet
-
Retains only the elements in this
MultiSetthat are contained in the specified collection. - retainAll(Collection<?>) - Method in class eu.simuline.util.CollectionsExt.AbstractImmutableCollection
- retainAll(Collection<?>) - Method in class eu.simuline.util.CollectionsExt.AbstractImmutableMultiSet
- retainAll(Collection<?>) - Method in class eu.simuline.util.CollectionsExt.ImmutableCyclicList
- retainAll(Collection<?>) - Method in class eu.simuline.util.CyclicArrayList
- retainAll(Collection<?>) - Method in class eu.simuline.util.ListSet
-
Retains only the elements in this set that are contained in the specified collection.
- retainAll(Collection<?>) - Method in interface eu.simuline.util.MultiSet
-
Retains only the elements in this
MultiSetthat are contained in the specified collection. - retainAll(Collection<?>) - Method in class eu.simuline.util.TwoSidedList
-
Not supported by this implementation.
- retainAll(Collection<?>, TwoSidedList.Direction) - Method in class eu.simuline.util.TwoSidedList
-
Retains only the elements in this list that are contained in
coll(optional operation). - retEquals(CyclicIterator<?>) - Method in class eu.simuline.util.CollectionsExt.NonModifyingCyclicIterator
- retEquals(CyclicIterator<?>) - Method in class eu.simuline.util.CyclicArrayList.CyclicArrayIterator
-
Returns whether the two cyclic iterators given return the same elements in the same order if method
CyclicArrayList.CyclicArrayIterator.next()is invoked sequentially. - retEquals(CyclicIterator<?>) - Method in interface eu.simuline.util.CyclicIterator
- revalidate() - Method in class eu.simuline.testhelpers.GUIRunner.TestListCellRenderer.XLabel
-
Overridden for performance reasons.
- reverse(Object[]) - Static method in class eu.simuline.util.ArraysExt
-
Reverses the order of the elements in the specified array.
- reverse(List<T>) - Static method in class eu.simuline.util.CollectionsExt
-
Returns the reverse of the given list.
- Right2Left - eu.simuline.util.TwoSidedList.Direction
- roots - Variable in class eu.simuline.util.JavaPath
-
The list of entries of this path.
- run() - Method in class eu.simuline.testhelpers.Actions.CoreRunner
-
Loads the class with name
Actions.CoreRunner.testClassNamewith aTestCaseClassLoaderto allow reloading. - run(Request) - Method in class eu.simuline.testhelpers.Actions.CoreRunner
- runFromMain() - Static method in class eu.simuline.testhelpers.Actions
-
The fundamental method to start tests with the underlying JUnit-GUI.
- runListener1 - Variable in class eu.simuline.testhelpers.SeqRunListener
- runListener2 - Variable in class eu.simuline.testhelpers.SeqRunListener
- runs - Variable in class eu.simuline.testhelpers.GUIRunner.StatisticsTestState
-
Label for the number of runs done and to be executed.
- runTestClass(String) - Static method in class eu.simuline.testhelpers.Actions
-
The fundamental method to start tests with the underlying JUnit-GUI.
S
- SavingHandler - Class in eu.simuline.util.sgml
-
Saves all events in a list to be returned by
SavingHandler.getEvents(). - SavingHandler() - Constructor for class eu.simuline.util.sgml.SavingHandler
-
Creates a new
SavingHandler. - SavingHandler(boolean) - Constructor for class eu.simuline.util.sgml.SavingHandler
-
Creates a new
SavingHandlerinstance. - Scheduled - eu.simuline.testhelpers.Quality
-
The testcase is scheduled for execution but execution has not yet been started nor has it been decided to ignore, i.e. not to execute the testcase.
- Secondary(Finder, Finder.Filter) - Constructor for class eu.simuline.util.Finder.Secondary
-
Create a finder receiving a stream of files from
encland passing them further viaFinder.Secondary.next()if they pass the filterfilter. - SEL_IND1 - Static variable in class eu.simuline.testhelpers.GUIRunner.TabChangeListener
-
The index of the tab selected initially.
- selector - Variable in class eu.simuline.testhelpers.GUIRunner.HierarchyWrapper
-
Selector to be influenced: If this is in the selected tab,
GUIRunner.HierarchyWrapper.selectoris the tab with theTestCaseLister; otherwise it isGUIRunner.TabChangeListener.EMPTY_SELECTOR. - selector - Variable in class eu.simuline.testhelpers.GUIRunner.TestCaseLister
-
Selector to be influenced: If this is in the selected tab,
GUIRunner.TestCaseLister.selectoris the tab with theGUIRunner.HierarchyWrapper; otherwise it isGUIRunner.TabChangeListener.EMPTY_SELECTOR. - selectors - Variable in class eu.simuline.testhelpers.GUIRunner.TabChangeListener
- seq - Variable in class eu.simuline.util.Comparators.AsListed
- seq - Variable in class eu.simuline.util.Comparators.Cascade
- SeqRunListener - Class in eu.simuline.testhelpers
-
Describe class
SeqRunListenerhere. - SeqRunListener(ExtRunListener, ExtRunListener) - Constructor for class eu.simuline.testhelpers.SeqRunListener
- SeqRunListener(GUIRunner) - Constructor for class eu.simuline.testhelpers.SeqRunListener
- serialVersionUID - Static variable in class eu.simuline.testhelpers.Actions.BreakAction
- serialVersionUID - Static variable in class eu.simuline.testhelpers.Actions.ExitAction
- serialVersionUID - Static variable in class eu.simuline.testhelpers.Actions.OpenAction
- serialVersionUID - Static variable in class eu.simuline.testhelpers.Actions.StartAction
- serialVersionUID - Static variable in class eu.simuline.testhelpers.Actions.StopAction
- serialVersionUID - Static variable in class eu.simuline.testhelpers.GUIRunner.StatisticsTestState
- serialVersionUID - Static variable in class eu.simuline.testhelpers.GUIRunner.TestListCellRenderer
- serialVersionUID - Static variable in class eu.simuline.testhelpers.GUIRunner.TestListCellRenderer.XLabel
- serialVersionUID - Static variable in class eu.simuline.testhelpers.GUIRunner.TestProgressBar
- serialVersionUID - Static variable in class eu.simuline.testhelpers.GUIRunner.TestTreeCellRenderer
- serialVersionUID - Static variable in class eu.simuline.util.CollectionsExt.AbstractImmutableCollection
- serialVersionUID - Static variable in class eu.simuline.util.CollectionsExt.AbstractImmutableMultiSet
- serialVersionUID - Static variable in class eu.simuline.util.Comparators.AsListed
- serialVersionUID - Static variable in class eu.simuline.util.Comparators.Cascade
- serialVersionUID - Static variable in exception eu.simuline.util.EmptyCyclicListException
- serialVersionUID - Static variable in class eu.simuline.util.FIFOList
- serialVersionUID - Static variable in exception eu.simuline.util.NotYetImplementedException
- serialVersionUID - Static variable in class eu.simuline.util.SoftEnum
- set - Variable in class eu.simuline.util.CollectionsExt.ImmutableSet
-
The enclosed set containing the elements of this set.
- set - Variable in class eu.simuline.util.CollectionsExt.ImmutableSortedSet
-
The enclosed sorted set containing the elements of this sorted set.
- set(int) - Method in class eu.simuline.util.AbstractMultiSet.MultiplicityImpl
-
Sets the multiplicity wrapped by this object to the specified value.
- set(int) - Method in class eu.simuline.util.CollectionsExt.ImmutableMultiplicity
- set(int) - Method in interface eu.simuline.util.MultiSet.Multiplicity
-
Sets the multiplicity wrapped by this object to the specified value.
- set(int, E) - Method in class eu.simuline.util.CollectionsExt.ImmutableCyclicList
- set(int, E) - Method in class eu.simuline.util.CollectionsExt.ImmutableList
- set(int, E) - Method in class eu.simuline.util.CyclicArrayList
-
Replaces the element at the specified position in this list with the specified element (optional operation), provided this list is not empty.
- set(int, E) - Method in interface eu.simuline.util.CyclicList
-
Replaces the element at the specified position in this list with the specified element (optional operation).
- set(int, E) - Method in class eu.simuline.util.TwoSidedList
-
Replaces the element at the
indth position in this list with the specified element (optional operation). - set(int, Integer) - Method in class eu.simuline.util.BitSetList
-
Describe
setmethod here. - set(E) - Method in class eu.simuline.util.CollectionsExt.NonModifyingCyclicIterator
- set(E) - Method in class eu.simuline.util.CyclicArrayList.CyclicArrayIterator
-
Replaces the last element returned by
nextorpreviouswith the specified element (optional operation). - set(E) - Method in interface eu.simuline.util.CyclicIterator
-
Replaces the last element returned by
nextorpreviouswith the specified element (optional operation). - setAssumptionFailure() - Method in enum eu.simuline.testhelpers.Quality
-
Returns the next phase when
RunListener.testAssumptionFailure(Failure)is invoked. - setAssumptionFailure(Failure) - Method in class eu.simuline.testhelpers.TestCase
-
Triggers a transition of the current phase if the assumption failure
failureoccurs. - setCenter(Actions) - Method in class eu.simuline.testhelpers.GUIRunner
- setChar(char) - Method in class eu.simuline.util.sgml.SGMLParser.SpecCharTester
-
Sets
SGMLParser.SpecCharTester.chrto the specified character value. - setContentHandler(ContentHandler) - Method in class eu.simuline.util.sgml.SGMLParser
- setDetails(JList<?>, boolean, boolean) - Method in class eu.simuline.testhelpers.GUIRunner.TestListCellRenderer.XLabel
- setDocumentLocator(Locator) - Method in class eu.simuline.util.sgml.ReportContentHandler
- setDocumentLocator(Locator) - Method in class eu.simuline.util.sgml.SavingHandler
- setDocumentLocator(Locator) - Method in class eu.simuline.util.sgml.SGMLFilter
- setDocumentLocator(Locator) - Method in class eu.simuline.util.sgml.SGMLParser.TrivialContentHandler
- setEnableForRun(boolean) - Method in class eu.simuline.testhelpers.Actions
-
Updates the action-enablements depending on whether a test is running or not: Open and Start action are enabled iff no test is running, whereas stop and break actions are enabled iff some test is running.
- setExceptionHandler(ParseExceptionHandler) - Method in class eu.simuline.util.sgml.SGMLParser
- setFailure(Throwable) - Method in enum eu.simuline.testhelpers.Quality
-
Returns the next phase when
RunListener.testFailure(Failure)is invoked. - setFailure(Failure) - Method in class eu.simuline.testhelpers.TestCase
-
Triggers a transition of the current phase if the non-assumption failure
failureoccurs. - setField(Class<?>, Object, String, Object) - Static method in class eu.simuline.testhelpers.Accessor
-
If the type of the specified field extends
Object, invoking this method acts liketarget.field = value; otherwise the argumentvalueis unwrapped first. - setField(Class<?>, String, Object) - Static method in class eu.simuline.testhelpers.Accessor
-
If the type of the specified field extends
Object, invoking this method acts likeaClass.fieldName = value; otherwise the argumentvalueis unwrapped first. - setField(Object, String, Object) - Static method in class eu.simuline.testhelpers.Accessor
-
If the type of the specified field extends
Object, invoking this method acts liketarget.fieldName = value; otherwise the argumentvalueis unwrapped first. - setFilter() - Method in class eu.simuline.testhelpers.GUIRunner.HierarchyWrapper
-
Sets the filter (given by a description) invoking
Actions.setFilter(Description): The description is taken fromGUIRunner.HierarchyWrapper.singleSelectedNode. - setFilter(Description) - Method in class eu.simuline.testhelpers.Actions
-
Sets
Actions.filteraccording tofilter. - setFinished() - Method in enum eu.simuline.testhelpers.Quality
-
Returns the next phase when
RunListener.testFinished(Description)is invoked. - setFinished() - Method in class eu.simuline.testhelpers.TestCase
-
Triggers a transition of the current phase given by finishing the run of a singular testcase if possible as specified by
Quality.setFinished(). - setFirstPath() - Method in class eu.simuline.testhelpers.GUIRunner.TreePathIterator
-
Initializes
GUIRunner.TreePathIterator.currPathwith the first path inGUIRunner.TreePathIterator.treeModel. **** Shall be invoked by TreePathUpdater only **** - setIgnored() - Method in enum eu.simuline.testhelpers.Quality
-
Returns the next phase when
RunListener.testIgnored(Description)is invoked. - setIndex(int) - Method in class eu.simuline.util.CollectionsExt.NonModifyingCyclicIterator
- setIndex(int) - Method in class eu.simuline.util.CyclicArrayList.CyclicArrayIterator
-
Sets the pointer to the given index modulo the length of the list.
- setIndex(int) - Method in interface eu.simuline.util.CyclicIterator
-
Sets the given index as cursor of this iterator.
- setMenuBar(Actions) - Method in class eu.simuline.testhelpers.GUIRunner
- setMult(int) - Method in class eu.simuline.util.AbstractMultiSet.MultiSetIteratorImpl
- setMult(int) - Method in interface eu.simuline.util.MultiSetIterator
-
Endows the element of the underlying
MultiSetreturned by the last invocation ofIterator.next()with multiplicity given bysetMult, provided that element was not removed in the meantime and this method is supported by this iterator. - setMultiplicity(E, int) - Method in class eu.simuline.util.CollectionsExt.AbstractImmutableMultiSet
- setMultiplicity(T, int) - Method in class eu.simuline.util.AbstractMultiSet
-
Sets the multiplicity of
objto the value specified bymult. - setMultiplicity(T, int) - Method in interface eu.simuline.util.MultiSet
-
Sets the multiplicity of
objto the value specified bymult. - SetObj - eu.simuline.util.CollectionsExt.Modification
-
Modification by
List.set(int, Object),List.replaceAll(UnaryOperator)andList.sort(Comparator). - setQualStartedIgnored(Quality) - Method in class eu.simuline.testhelpers.TestCase
-
Triggers a transition of the current phase to
qualif possible; otherwise throws an exception. - setScheduled() - Method in enum eu.simuline.testhelpers.Quality
-
Returns the next phase when
RunListener.testRunStarted(Description)is invoked. - setScheduledRec() - Method in class eu.simuline.testhelpers.TestCase
-
Recursively triggers a transition of the current phase to
Quality.Scheduled: If this is a test, just setTestCase.qualtoQuality.Scheduledif possible updatingTestCase.failureandTestCase.time. - setSelection(int) - Method in class eu.simuline.testhelpers.GUIRunner.HierarchyWrapper
- setSelection(int) - Method in interface eu.simuline.testhelpers.GUIRunner.Selector
-
Sets selection of
indexth item and clears other selections. - setSelection(int) - Method in class eu.simuline.testhelpers.GUIRunner.TestCaseLister
- setSelUnSel(int) - Method in class eu.simuline.testhelpers.GUIRunner.TabChangeListener
-
Makes the tab with the given index in the foreground and the other one in the background.
- setStack(Throwable) - Method in class eu.simuline.testhelpers.GUIRunner.StackTraceLister
-
Represents the throwable
thrwif this is notnull; otherwise just clears this stack trace lister as is done byGUIRunner.StackTraceLister.clearStack(). - setStarted() - Method in enum eu.simuline.testhelpers.Quality
-
Returns the next phase when
RunListener.testStarted(Description)is invoked. - setStatus(TestCase) - Method in class eu.simuline.testhelpers.GUIRunner
-
Sets a status message describing
testCaseto the status bar usingGUIRunner.setStatus(String). - setStatus(String) - Method in class eu.simuline.testhelpers.GUIRunner
-
Sets the message
msgto the status bar. - setTime(long) - Method in enum eu.simuline.testhelpers.Quality
-
Returns the difference of the current time in milliseconds.
- setUp() - Method in class eu.simuline.testhelpers.AccessorTest
-
Initializes this class and all its inner classes
- setValue(Object) - Method in class eu.simuline.util.SwingWorker
-
Set the value produced by worker thread.
- setValue(V) - Method in class eu.simuline.util.ListMap.Entry
-
Sets a new
ListMap.Entry.valueof this entry and returns the original one. - setW(int) - Method in class eu.simuline.util.BitSetList
- SGMLFilter - Class in eu.simuline.util.sgml
-
A ContentHandler wrapping another ContentHandler which filters information in a way that is useful/necessary for html-parsers: turn tags into lower case.
- SGMLFilter(ContentHandler) - Constructor for class eu.simuline.util.sgml.SGMLFilter
- SGMLParser - Class in eu.simuline.util.sgml
-
A rudimentary
SGMLparser with something like a SAX-api. - SGMLParser() - Constructor for class eu.simuline.util.sgml.SGMLParser
-
Creates a new
SGMLParserwith the default handlers for content and exceptions. - SGMLParser.AttributesWrapper - Class in eu.simuline.util.sgml
-
An **** partial **** implementation of the SAX-interface
Attributeswhich allows to set name-value-pairs by methodSGMLParser.AttributesWrapper.addAttribute(java.lang.String, java.lang.String). - SGMLParser.Buffer - Class in eu.simuline.util.sgml
-
Class which buffers the read stream.
- SGMLParser.CharTester - Interface in eu.simuline.util.sgml
-
Provides a single method which decides whether the given character passes a certain test.
- SGMLParser.SpecCharTester - Class in eu.simuline.util.sgml
-
A
CharTesterwhich allows to specify the character which passes the test. - SGMLParser.TrivialContentHandler - Class in eu.simuline.util.sgml
-
A
ContentHandlerwhich simply ignores all events. - SGMLParser.XMLsGMLspecifica - Interface in eu.simuline.util.sgml
-
Provides a bunch of methods fpr parsing with implementations specific to xml and sgml.
- shiftIndex(int) - Method in class eu.simuline.util.CollectionsExt.ImmutableCyclicList
- shiftIndex(int) - Method in class eu.simuline.util.CyclicArrayList
-
Returns the number which equals
indexmodulothis.size(), provided this list is not empty. - shiftIndex(int) - Method in interface eu.simuline.util.CyclicList
- shiftIndex(int, int) - Method in class eu.simuline.util.CyclicArrayList
- shiftRight(int) - Method in class eu.simuline.util.TwoSidedList
-
Shifts this list
numindices to the right. - shortenPath() - Method in class eu.simuline.testhelpers.GUIRunner.TreePathIterator
-
Replaces
GUIRunner.TreePathIterator.currPathremoving the last node as long as the last node in the path is the last child of the last but one node and after having done this returns the index of the last node as a child of the last but one node. - sign - Variable in class eu.simuline.util.RealRepresentation.Number2SignUnsigned
-
The sign which is either
RealRepresentation.SIGN_PLUSorRealRepresentation.SIGN_MINUS. - sign - Variable in class eu.simuline.util.RealRepresentation
-
The sign of the double value represented.
- sign() - Method in class eu.simuline.util.RealRepresentation
- SIGN_MINUS - Static variable in class eu.simuline.util.RealRepresentation
-
A character constant containing
+. - SIGN_PLUS - Static variable in class eu.simuline.util.RealRepresentation
-
A character constant containing
+. - signOfExp - Variable in class eu.simuline.util.RealRepresentation
- singleSelectedNode - Variable in class eu.simuline.testhelpers.GUIRunner.HierarchyWrapper
-
Represents the selected node in
GUIRunner.HierarchyWrapper.hierarchyTree. - size - Variable in class eu.simuline.util.BitSetList
- size() - Method in class eu.simuline.util.AbstractMultiSet
-
Returns the number of pairwise different elements in this
MultiSet. - size() - Method in class eu.simuline.util.BitSetList
-
Describe
sizemethod here. - size() - Method in class eu.simuline.util.CollectionsExt.AbstractImmutableCollection
-
Returns the size of this collection.
- size() - Method in class eu.simuline.util.CollectionsExt.AbstractImmutableMultiSet
- size() - Method in class eu.simuline.util.CollectionsExt.ImmutableCyclicList
- size() - Method in class eu.simuline.util.CyclicArrayList
-
Returns the number of elements in this list.
- size() - Method in interface eu.simuline.util.CyclicList
-
Returns the number of elements in this list.
- size() - Method in class eu.simuline.util.ListMap.Entries
-
Returns actually the size of the enclosing
ListMapdelegating toListMap.size(). - size() - Method in class eu.simuline.util.ListMap.Keys
-
Returns actually the size of the enclosing
ListMapdelegating toListMap.size(). - size() - Method in class eu.simuline.util.ListMap
- size() - Method in class eu.simuline.util.ListMap.Values
-
Returns actually the size of the enclosing
ListMapdelegating toListMap.size(). - size() - Method in class eu.simuline.util.ListSet
-
Returns the number of elements in this set (its cardinality).
- size() - Method in interface eu.simuline.util.MultiSet
-
Returns the number of pairwise different elements in this
MultiSet. - size() - Method in class eu.simuline.util.TwoSidedList
-
Returns the number of elements in this list.
- sizeInternally() - Method in class eu.simuline.util.BitSetList
- sizeWithMult() - Method in class eu.simuline.util.AbstractMultiSet
-
Returns the number of elements in this
MultiSetcounted with multiplicities. - sizeWithMult() - Method in class eu.simuline.util.CollectionsExt.AbstractImmutableMultiSet
- sizeWithMult() - Method in interface eu.simuline.util.MultiSet
-
Returns the number of elements in this
MultiSetcounted with multiplicities. - skippedEntity(String) - Method in class eu.simuline.util.sgml.ReportContentHandler
- skippedEntity(String) - Method in class eu.simuline.util.sgml.SavingHandler
- skippedEntity(String) - Method in class eu.simuline.util.sgml.SGMLFilter
- skippedEntity(String) - Method in class eu.simuline.util.sgml.SGMLParser.TrivialContentHandler
- SMALL_LOGO_ICON - Static variable in class eu.simuline.testhelpers.GUIRunner
-
The small JUnit-logo on top left of this frame. **** still this is not displayed properly ****.
- SoftEnum<E extends SoftEnum<E>> - Class in eu.simuline.util
-
This class is inspired by
Enumand is intended as common base class of classes we shall call 'soft enums'. - SoftEnum(String, int) - Constructor for class eu.simuline.util.SoftEnum
-
Sole constructor.
- Solaris - eu.simuline.util.DetOs
- sort(Comparator<? super E>) - Method in class eu.simuline.util.CollectionsExt.ImmutableList
- sortedAsAdded() - Static method in class eu.simuline.util.ListSet
-
Creates a new
ListSetwith ordering as added in ascending ordering. - sortedAsListed(List<E>) - Static method in class eu.simuline.util.ListSet
-
Returns an
ListSetwith elements and ordering given bylistas described inComparators.getAsListed(List). - SortedMultiSet<T> - Interface in eu.simuline.util
-
Represents a sorted set with multiplicities.
- Source - eu.simuline.util.JavaPath.ClsSrc
- SOURCEPATH - Static variable in class eu.simuline.testhelpers.GUIRunner
-
The name of the system property the value of which is the source path.
- SpecCharTester() - Constructor for class eu.simuline.util.sgml.SGMLParser.SpecCharTester
- splitPane - Variable in class eu.simuline.testhelpers.GUIRunner
-
Represents the split pane with a tabbed pane as top component and the stack trace box as bottom component.
- stackElemSelection - Variable in class eu.simuline.testhelpers.GUIRunner.StackTraceLister
-
The selection of this stack trace: This is either empty (which is mandatory for empty
GUIRunner.StackTraceLister.thrwMessager) or selects a single stack element. - stacktrace - Variable in class eu.simuline.testhelpers.GUIRunner.StackTraceLister
-
Is either empty or contains the stacktrace of the represented throwable
GUIRunner.StackTraceLister.thrw. - stackTraceLister - Variable in class eu.simuline.testhelpers.GUIRunner.TestCaseLister
-
Contains the stack trace if a failure in
GUIRunner.TestCaseLister.failureListModis selected which caused an exception. - StackTraceLister() - Constructor for class eu.simuline.testhelpers.GUIRunner.StackTraceLister
-
Creates a new StackTraceLister with empty throwable.
- start - Variable in class eu.simuline.util.sgml.SGMLParser.Buffer
-
The first index in
SGMLParser.Buffer.bufferArrayread in fromSGMLParser.Buffer.readerbut not returned bySGMLParser.Buffer.readArray(eu.simuline.util.sgml.SGMLParser.CharTester)orSGMLParser.Buffer.readChar(). - start() - Method in class eu.simuline.util.SwingWorker
-
Start the worker thread.
- START_OF_DOCUMENT - Static variable in class eu.simuline.util.sgml.SavingHandler
- START_TAG - Static variable in class eu.simuline.util.sgml.SGMLParser
-
Short string representation of the object currently parsed.
- startAction - Variable in class eu.simuline.testhelpers.Actions
-
The action to run a testcase.
- StartAction() - Constructor for class eu.simuline.testhelpers.Actions.StartAction
- startDocument() - Method in class eu.simuline.util.sgml.ReportContentHandler
- startDocument() - Method in class eu.simuline.util.sgml.SavingHandler
- startDocument() - Method in class eu.simuline.util.sgml.SGMLFilter
- startDocument() - Method in class eu.simuline.util.sgml.SGMLParser.TrivialContentHandler
- Started - eu.simuline.testhelpers.Quality
-
The execution of the testcase started but did not finish in any way.
- startElement(String, String, String, Attributes) - Method in class eu.simuline.util.sgml.ReportContentHandler
- startElement(String, String, String, Attributes) - Method in class eu.simuline.util.sgml.SavingHandler
- startElement(String, String, String, Attributes) - Method in class eu.simuline.util.sgml.SGMLFilter
- startElement(String, String, String, Attributes) - Method in class eu.simuline.util.sgml.SGMLParser.TrivialContentHandler
- startIndex - Variable in class eu.simuline.util.CyclicArrayList.CyclicArrayIterator
-
Points to the beginning of this cyclic list:
this.hasPrev() == falseiffindex == startIndex. - startPrefixMapping(String, String) - Method in class eu.simuline.util.sgml.ReportContentHandler
- startPrefixMapping(String, String) - Method in class eu.simuline.util.sgml.SavingHandler
- startPrefixMapping(String, String) - Method in class eu.simuline.util.sgml.SGMLFilter
- startPrefixMapping(String, String) - Method in class eu.simuline.util.sgml.SGMLParser.TrivialContentHandler
- startTestRun() - Method in class eu.simuline.testhelpers.GUIRunner.TestCaseLister
- startTestRun(TestCase) - Method in class eu.simuline.testhelpers.GUIRunner.StatisticsTestState
-
Notifies that a test with structure given by
descis going to be run next. - startTestRun(TestCase) - Method in class eu.simuline.testhelpers.GUIRunner.TestProgressBar
-
Notifies that a test run given by
testCaseis going to be run next. - startTestRun(Description) - Method in class eu.simuline.testhelpers.GUIRunner.HierarchyWrapper
-
Notifies that a test run with structure given by
descis going to be run next. - stateChanged(ChangeEvent) - Method in class eu.simuline.testhelpers.GUIRunner.TabChangeListener
- StateIter() - Constructor for enum eu.simuline.util.CyclicArrayList.StateIter
- Static() - Constructor for class eu.simuline.testhelpers.AccessorTest.Static
- Static2() - Constructor for class eu.simuline.testhelpers.AccessorTest.Static.Static2
- statisticsTestState - Variable in class eu.simuline.testhelpers.GUIRunner
-
Represents the table displaying the number of runs, both passed and to be performed altogether, the tests already ignored and those in which an error was found.
- StatisticsTestState() - Constructor for class eu.simuline.testhelpers.GUIRunner.StatisticsTestState
- statusBar - Variable in class eu.simuline.testhelpers.GUIRunner
-
Contains a status message.
- stopAction - Variable in class eu.simuline.testhelpers.Actions
-
The action to stop after having finished the currently running testcase.
- StopAction() - Constructor for class eu.simuline.testhelpers.Actions.StopAction
- str - Variable in class eu.simuline.util.Finder.PrintFilter
- STR_ASTOP - Static variable in class eu.simuline.testhelpers.Assert
- STR_BUTWAS - Static variable in class eu.simuline.testhelpers.Assert
- STR_DN_PROV - Static variable in class eu.simuline.testhelpers.Assert
- STR_DNE - Static variable in class eu.simuline.testhelpers.Accessor
- STR_IN_ABS_VAL - Static variable in class eu.simuline.testhelpers.Assert
- STR_IN_CLS - Static variable in class eu.simuline.testhelpers.Accessor
- STR_OBJECT - Static variable in class eu.simuline.testhelpers.Assert
- STR_RAISED - Static variable in class eu.simuline.testhelpers.Assert
- STR_SPEC_NULL_CLS - Static variable in class eu.simuline.testhelpers.Accessor
- strict - Variable in class eu.simuline.util.sgml.SavingHandler
-
Whether to save things like processing instructions as well.
- STRICT - Static variable in class eu.simuline.util.Caster
-
A trivial caster for which compatibility is equality of classes.
- strictExponent - Variable in class eu.simuline.util.RealRepresentation.Desc
-
Signifies whether an attempt to cut off parts of the exponent will result in an exception; otherwise it is just ignored.
- strictInteger - Variable in class eu.simuline.util.RealRepresentation.Desc
-
Signifies whether an attempt to cut off parts of the integer will result in an exception; otherwise it is just ignored.
- StringPool - Class in eu.simuline.util
-
Provides various strings used in various classes, e.g. in messages.
- StringPool() - Constructor for class eu.simuline.util.StringPool
- Strings - Class in eu.simuline.util
-
Collection of static methods related to strings.
- Strings() - Constructor for class eu.simuline.util.Strings
-
Prevents
Stringsfrom being instantiated. - subFirstIndex(int) - Method in class eu.simuline.util.TwoSidedList
-
Subtracts
numAddedfromTwoSidedList.firstIndexif possible; otherwise throws an exception. - subList(int, int) - Method in class eu.simuline.util.CollectionsExt.ImmutableList
- subList(int, int) - Method in class eu.simuline.util.TwoSidedList
-
Returns a view of the portion of this twosided list as a list between the specified
fromIndex, inclusive, andtoIndex, exclusive. - subList2(int, int) - Method in class eu.simuline.util.TwoSidedList
-
Returns a view of the portion of this twosided list between the specified
fromIndex, inclusive, andtoIndex, exclusive. - subMap(int, int) - Method in class eu.simuline.util.ListMap
- subMap(K, K) - Method in class eu.simuline.util.ListMap
- subSet(E, E) - Method in class eu.simuline.util.CollectionsExt.ImmutableSortedMultiSet
- subSet(E, E) - Method in class eu.simuline.util.CollectionsExt.ImmutableSortedSet
-
Returns a view of the portion of this set whose elements range from
fromElement, inclusive, totoElement, exclusive. - subSet(E, E) - Method in class eu.simuline.util.ListSet
- subSet(Map.Entry<K, V>, Map.Entry<K, V>) - Method in class eu.simuline.util.ListMap.Entries
- subSet(K, K) - Method in class eu.simuline.util.ListMap.Keys
- subSet(T, T) - Method in interface eu.simuline.util.SortedMultiSet
-
Returns a view of the portion of this multi-set whose elements range from
fromElementinclusively totoElementexclusively. - subSet(T, T) - Method in class eu.simuline.util.TreeMultiSet
-
Returns a view of the portion of this multi-set whose elements range from
fromElementinclusively totoElementexclusively. - subSetIdx(int, int) - Method in class eu.simuline.util.ListSet
- Success - eu.simuline.testhelpers.Quality
-
The execution of the testcase finished and the test succeeded (passed): All assertions hold and no throwable has been thrown.
- SwingWorker - Class in eu.simuline.util
-
This is the 3rd version of SwingWorker (also known as SwingWorker 3), an abstract class that you subclass to perform GUI-related work in a dedicated thread.
- SwingWorker() - Constructor for class eu.simuline.util.SwingWorker
-
Start a thread that will call the
constructmethod and then exit. - SwingWorker.ThreadVar - Class in eu.simuline.util
-
Class to maintain reference to current worker thread under separate synchronization control.
- SYMB_COMMENT - Static variable in class eu.simuline.util.sgml.SGMLParser
- SYMB_EQ - Static variable in class eu.simuline.util.sgml.SGMLParser
- SYMB_TAG - Static variable in class eu.simuline.util.sgml.SGMLParser
T
- tabbedPane - Variable in class eu.simuline.testhelpers.GUIRunner.TabChangeListener
- TabChangeListener(JTabbedPane, GUIRunner.TestCaseLister, GUIRunner.HierarchyWrapper) - Constructor for class eu.simuline.testhelpers.GUIRunner.TabChangeListener
- tailMap(K) - Method in class eu.simuline.util.ListMap
- tailSet(E) - Method in class eu.simuline.util.CollectionsExt.ImmutableSortedMultiSet
- tailSet(E) - Method in class eu.simuline.util.CollectionsExt.ImmutableSortedSet
-
Returns a view of the portion of this set whose elements are greater than or equal to
fromElement. - tailSet(E) - Method in class eu.simuline.util.ListSet
- tailSet(Map.Entry<K, V>) - Method in class eu.simuline.util.ListMap.Entries
- tailSet(K) - Method in class eu.simuline.util.ListMap.Keys
- tailSet(T) - Method in interface eu.simuline.util.SortedMultiSet
-
Returns a view of the portion of this multi-set whose elements are greater than or equal to
fromElement. - tailSet(T) - Method in class eu.simuline.util.TreeMultiSet
-
Returns a view of the portion of this multi-set whose elements are greater than or equal to
fromElement. - tbNegFilter - Variable in class eu.simuline.util.Finder.NegFilter
-
The filter to be negated.
- test - Variable in class eu.simuline.testhelpers.AccessorTest
- test() - Static method in class eu.simuline.testhelpers.Assert
- TEST - Static variable in class eu.simuline.testhelpers.AccessorTest
- TEST_BLANK_EQUALS_GT - Static variable in class eu.simuline.util.sgml.SGMLParser
-
Tests for
=and for>. - TEST_BLANK_GT - Static variable in class eu.simuline.util.sgml.SGMLParser
-
Tests for blank or
>. - TEST_BLANK_GT_SLASH - Static variable in class eu.simuline.util.sgml.SGMLParser
-
Tests for blank,
/,>. - TEST_END_OF_COMMENT - Static variable in class eu.simuline.util.sgml.SGMLParser
-
Tests for quote both for
'and for". - TEST_GT - Static variable in class eu.simuline.util.sgml.SGMLParser
-
Tests for
>. - TEST_LT - Static variable in class eu.simuline.util.sgml.SGMLParser
-
Tests for
<. - TEST_NO_WHITESPACE - Static variable in class eu.simuline.util.sgml.SGMLParser
-
Tests for whitespace.
- TEST_SPEC - Static variable in class eu.simuline.util.sgml.SGMLParser
-
Tests for a specified character.
- testAbsEquals(double, double, double) - Static method in class eu.simuline.testhelpers.Assert
-
Returns whether the absolute deviation between
expectedandactualexceedsabsdivin absolute value. - TestAll() - Constructor for class eu.simuline.testhelpers.AccessorTest.TestAll
- testAssumptionFailure(Failure) - Method in class eu.simuline.testhelpers.GUIRunListener
-
Called when an atomic test flags that it assumes a condition that is false.
- testAssumptionFailure(Failure) - Method in class eu.simuline.testhelpers.SeqRunListener
-
Called when an atomic test flags that it assumes a condition that is false.
- testAssumptionFailure(Failure) - Method in class eu.simuline.testhelpers.TextRunListener
-
Called when an atomic test flags that it assumes a condition that is false.
- testCase - Variable in class eu.simuline.testhelpers.GUIRunListener
- TestCase - Class in eu.simuline.testhelpers
-
Represents a test which may be a singular case or a suite during its lifetime from being scheduled to having runned successfully or not.
- TestCase(Description) - Constructor for class eu.simuline.testhelpers.TestCase
-
Creates a new testcase based on the description
descwith indices0...n-1, wherenis the testcout ofdesc. - TestCase(Description, int) - Constructor for class eu.simuline.testhelpers.TestCase
-
Creates a new testcase based on the description
descwith indicesidxTest...idxTest+n-1, wherenis the testcout ofdesc. - testCase2treeNode(TestCase) - Static method in class eu.simuline.testhelpers.GUIRunner.HierarchyWrapper
-
Converts the (tree of) testcases given by
testCase. - TestCaseClassLoader - Class in eu.simuline.testhelpers
-
A custom class loader which allows to reload classes for each test run.
- TestCaseClassLoader() - Constructor for class eu.simuline.testhelpers.TestCaseClassLoader
-
Constructs a TestCaseLoader.
- TestCaseClassLoader(String) - Constructor for class eu.simuline.testhelpers.TestCaseClassLoader
-
Constructs a TestCaseLoader.
- testCaseLister - Variable in class eu.simuline.testhelpers.GUIRunner.HierarchyWrapper
-
The the
GUIRunner.TestCaseListerlisting the failed test cases. - testCaseLister - Variable in class eu.simuline.testhelpers.GUIRunner
-
Represents the list of testcases already failed.
- TestCaseLister() - Constructor for class eu.simuline.testhelpers.GUIRunner.TestCaseLister
- testChar(char) - Method in interface eu.simuline.util.sgml.SGMLParser.CharTester
-
Returns whether the given character
chpasses the test given by thisCharTester. - testChar(char) - Method in class eu.simuline.util.sgml.SGMLParser.SpecCharTester
-
Returns whether the given character coincides with
SGMLParser.SpecCharTester.chr. - testClassName - Variable in class eu.simuline.testhelpers.Actions.CoreRunner
-
The name of the class to be tested.
- testClassStructureLoaded(Description) - Method in class eu.simuline.testhelpers.ExtRunListener
-
Invoked if a test class is loaded defining a testsuite described by
desc. - testClassStructureLoaded(Description) - Method in class eu.simuline.testhelpers.GUIRunListener
-
Invoked if a test class is loaded defining a testsuite described by
desc. - testClassStructureLoaded(Description) - Method in class eu.simuline.testhelpers.GUIRunner
-
Notifies that the structure of the test class may have been updated.
- testClassStructureLoaded(Description) - Method in class eu.simuline.testhelpers.SeqRunListener
-
Invoked if a test class is loaded defining a testsuite described by
desc. - testClassStructureLoaded(Description) - Method in class eu.simuline.testhelpers.TextRunListener
-
Invoked if a test class is loaded defining a testsuite described by
desc. - testCount() - Method in class eu.simuline.testhelpers.TestCase
-
Returns the number of singular test in this testcase.
- testCreate() - Method in class eu.simuline.testhelpers.AccessorTest.TestAll
- testCreate() - Method in class eu.simuline.testhelpers.AccessorTest
- testFailure(Failure) - Method in class eu.simuline.testhelpers.GUIRunListener
-
Called when an atomic test fails to execute properly throwing a Throwable.
- testFailure(Failure) - Method in class eu.simuline.testhelpers.SeqRunListener
-
Called when an atomic test fails to execute properly throwing a Throwable, or when a listener throws an exception.
- testFailure(Failure) - Method in class eu.simuline.testhelpers.TextRunListener
-
Called when an atomic test fails to execute properly throwing a Throwable, or when a listener throws an exception.
- testFinished(Description) - Method in class eu.simuline.testhelpers.GUIRunListener
-
Called when an atomic test has finished, whether the test succeeds or fails.
- testFinished(Description) - Method in class eu.simuline.testhelpers.SeqRunListener
-
Called when an atomic test has finished, whether the test succeeds or fails.
- testFinished(Description) - Method in class eu.simuline.testhelpers.TextRunListener
-
Called when an atomic test has finished, whether the test succeeds or fails.
- testGetField() - Method in class eu.simuline.testhelpers.AccessorTest.TestAll
- testGetField() - Method in class eu.simuline.testhelpers.AccessorTest
- testGetInnerClass() - Method in class eu.simuline.testhelpers.AccessorTest.TestAll
- testGetInnerClass() - Method in class eu.simuline.testhelpers.AccessorTest
- testHierarchy - Variable in class eu.simuline.testhelpers.GUIRunner
-
Represents the hierarchy of testcases.
- testIgnored(Description) - Method in class eu.simuline.testhelpers.GUIRunListener
-
Called when a test will not be run, generally because a test method is annotated with
@Ignored. - testIgnored(Description) - Method in class eu.simuline.testhelpers.SeqRunListener
-
Called when a test will not be run, generally because a test method is annotated with
Ignore. - testIgnored(Description) - Method in class eu.simuline.testhelpers.TextRunListener
-
Called when a test will not be run, generally because a test method is annotated with
Ignore. - testInvoke() - Method in class eu.simuline.testhelpers.AccessorTest.TestAll
- testInvoke() - Method in class eu.simuline.testhelpers.AccessorTest
- TestListCellRenderer() - Constructor for class eu.simuline.testhelpers.GUIRunner.TestListCellRenderer
-
Constructs a special renderer object consisting of a label and a location within java code for an item in a failure list.
- TestProgressBar() - Constructor for class eu.simuline.testhelpers.GUIRunner.TestProgressBar
-
Creates a new
TestProgressBarinstance. - testRelEquals(double, double, double) - Static method in class eu.simuline.testhelpers.Assert
-
Returns whether the relative deviation between
expectedandactualexceedsreldivin absolute value. - testRunAborted() - Method in class eu.simuline.testhelpers.ExtRunListener
-
Invoked for stop and for break originated by the user.
- testRunAborted() - Method in class eu.simuline.testhelpers.GUIRunListener
-
Invoked for stop and for break originated by the user.
- testRunAborted() - Method in class eu.simuline.testhelpers.GUIRunner
-
Notifies that a test has been aborted by the user.
- testRunAborted() - Method in class eu.simuline.testhelpers.SeqRunListener
-
Invoked for stop and for break originated by the user.
- testRunAborted() - Method in class eu.simuline.testhelpers.TextRunListener
-
Invoked for stop and for break originated by the user.
- testRunFinished(long) - Method in class eu.simuline.testhelpers.GUIRunner
-
Notifies that a test has been finished sufficiently or not.
- testRunFinished(Result) - Method in class eu.simuline.testhelpers.GUIRunListener
-
Called when all tests have finished.
- testRunFinished(Result) - Method in class eu.simuline.testhelpers.SeqRunListener
-
Called when all tests of the suite announced by
SeqRunListener.testRunStarted(Description)have finished. - testRunFinished(Result) - Method in class eu.simuline.testhelpers.TextRunListener
-
Called when all tests of the suite announced by
TextRunListener.testRunStarted(Description)have finished. - testRunStarted(Description) - Method in class eu.simuline.testhelpers.GUIRunListener
-
Called before any tests have been run.
- testRunStarted(Description) - Method in class eu.simuline.testhelpers.GUIRunner
-
Notifies that a test with structure given by
descis going to be run next. - testRunStarted(Description) - Method in class eu.simuline.testhelpers.SeqRunListener
-
Called before any tests of a suite described by
deschave been run. - testRunStarted(Description) - Method in class eu.simuline.testhelpers.TextRunListener
-
Called before any tests of a suite described by
deschave been run. - testSetField() - Method in class eu.simuline.testhelpers.AccessorTest.TestAll
- testSetField() - Method in class eu.simuline.testhelpers.AccessorTest
- testStarted(Description) - Method in class eu.simuline.testhelpers.GUIRunListener
-
Called when an atomic test is about to be started.
- testStarted(Description) - Method in class eu.simuline.testhelpers.SeqRunListener
-
Called when an atomic test is about to be started.
- testStarted(Description) - Method in class eu.simuline.testhelpers.TextRunListener
-
Called when an atomic test is about to be started.
- testSuiteFinished(Description) - Method in class eu.simuline.testhelpers.ExtRunListener
-
Called when a test suite has finished, whether the test suite succeeds or fails.
- testSuiteFinished(Description) - Method in class eu.simuline.testhelpers.GUIRunListener
-
Called when a test suite has finished, whether the test suite succeeds or fails.
- testSuiteFinished(Description) - Method in class eu.simuline.testhelpers.SeqRunListener
-
Called when a test suite has finished, whether the test suite succeeds or fails.
- testSuiteFinished(Description) - Method in class eu.simuline.testhelpers.TextRunListener
-
Called when a test suite has finished, whether the test suite succeeds or fails.
- testSuiteStarted(Description) - Method in class eu.simuline.testhelpers.ExtRunListener
-
Called when a test suite is about to be started.
- testSuiteStarted(Description) - Method in class eu.simuline.testhelpers.GUIRunListener
-
Called when a test suite is about to be started.
- testSuiteStarted(Description) - Method in class eu.simuline.testhelpers.SeqRunListener
-
Called when a test suite is about to be started.
- testSuiteStarted(Description) - Method in class eu.simuline.testhelpers.TextRunListener
-
Called when a test suite is about to be started.
- TestTreeCellRenderer() - Constructor for class eu.simuline.testhelpers.GUIRunner.TestTreeCellRenderer
-
Creates a new
TestTreeCellRendererinstance. - TextRunListener - Class in eu.simuline.testhelpers
-
A simple RunListener which notifies of the events while running tests by text output.
- TextRunListener() - Constructor for class eu.simuline.testhelpers.TextRunListener
-
Creates a new
TextRunListenerinstance. - this2BigDecimal() - Method in class eu.simuline.util.RealRepresentation
-
Returns a
BigDecimalrepresented. - this2double() - Method in class eu.simuline.util.RealRepresentation
-
Returns a
doublerepresented. - this2Double() - Method in class eu.simuline.util.RealRepresentation
-
Returns a
Doublerepresented. - thread - Variable in class eu.simuline.util.SwingWorker.ThreadVar
- threadVar - Variable in class eu.simuline.util.SwingWorker
- ThreadVar(Thread) - Constructor for class eu.simuline.util.SwingWorker.ThreadVar
- thrw - Variable in class eu.simuline.testhelpers.GUIRunner.StackTraceLister
-
Represents a throwable or is
nullif no throwable is represented. - thrwAccessible(Method) - Static method in class eu.simuline.testhelpers.Assert
- thrwMessager - Variable in class eu.simuline.testhelpers.GUIRunner.StackTraceLister
-
Is empty iff
GUIRunner.StackTraceLister.thrwisnulland contains the string representation of the represented throwableGUIRunner.StackTraceLister.thrw. - thrwToString(Throwable) - Method in class eu.simuline.testhelpers.GUIRunner.TestListCellRenderer
- thrwWrongArgs(Method) - Static method in class eu.simuline.testhelpers.Assert
- time - Variable in class eu.simuline.testhelpers.TestCase
-
If this testcase is a single testcase which has been finished, this is the span of time required to run this test.
- TIME_SCHEDULED - Static variable in class eu.simuline.testhelpers.TestCase
- TIME_SUITE - Static variable in class eu.simuline.testhelpers.TestCase
- toArray() - Method in class eu.simuline.util.AbstractMultiSet
-
Returns an array containing all of the elements in this
MultiSetexactly once, ignoring its multiplicity. - toArray() - Method in class eu.simuline.util.CollectionsExt.AbstractImmutableMultiSet
- toArray() - Method in class eu.simuline.util.CollectionsExt.ImmutableCyclicList
- toArray() - Method in class eu.simuline.util.CyclicArrayList
- toArray() - Method in class eu.simuline.util.ListSet
-
Returns an array containing all of the elements in this set; the order is as in the backing list
ListSet.list. - toArray() - Method in interface eu.simuline.util.MultiSet
-
Returns an array containing all of the elements in this
MultiSetexactly once, ignoring its multiplicity. - toArray() - Method in class eu.simuline.util.TwoSidedList
-
Note that this generalizes the contract of the underlying interface: Instead of
this.toArray[i] == this.get(i)now onlythis.toArray[i] == this.get(i-firstIndex()). - toArray(int) - Method in class eu.simuline.util.CollectionsExt.ImmutableCyclicList
- toArray(int) - Method in class eu.simuline.util.CyclicArrayList
-
Returns an array containing all of the elements in this list in proper sequence.
- toArray(int) - Method in interface eu.simuline.util.CyclicList
-
Returns an array containing all of the elements in this cyclic list in proper sequence, i.e. in the ordering returned by the iterator given by
CyclicList.cyclicIterator(int). - toArray(int, E[]) - Method in class eu.simuline.util.CollectionsExt.ImmutableCyclicList
- toArray(int, E[]) - Method in class eu.simuline.util.CyclicArrayList
-
Returns an array containing all of the elements in this list in proper sequence; the runtime type of the returned array is that of the specified array.
- toArray(int, E[]) - Method in interface eu.simuline.util.CyclicList
-
Returns an array containing all of the elements in this cyclic list in proper sequence, i.e. in the ordering returned by the iterator given by
CyclicList.cyclicIterator(int); the runtime type of the returned array is that of the specified array. - toArray(E[]) - Method in class eu.simuline.util.CollectionsExt.AbstractImmutableMultiSet
- toArray(E[]) - Method in class eu.simuline.util.CollectionsExt.ImmutableCyclicList
- toArray(E[]) - Method in class eu.simuline.util.CyclicArrayList
- toArray(E[]) - Method in class eu.simuline.util.TwoSidedList
-
Note that this generalizes the contract of the underlying interface: Instead of
this.toArray[i] == this.get(i)now onlythis.toArray[i] == this.get(i-firstIndex()). - toArray(T[]) - Method in class eu.simuline.util.AbstractMultiSet
-
Returns an array containing all of the elements in this
MultiSet; the runtime type of the returned array is that of the specified array. - toArray(T[]) - Method in class eu.simuline.util.ListSet
-
Returns an array containing all of the elements in this set whose runtime type is that of the specified array; the order is as in the backing list
ListSet.list. - toArray(T[]) - Method in interface eu.simuline.util.MultiSet
-
Returns an array containing all of the elements in this
MultiSet; the runtime type of the returned array is that of the specified array. - toLowerCase() - Method in class eu.simuline.util.sgml.AttributesImpl
- toLowerCase(String) - Static method in class eu.simuline.util.sgml.SGMLFilter
- toPrimitive(Boolean[]) - Static method in class eu.simuline.util.ArraysExt
-
Converts an array of
Booleans into an array of accordingbooleans. - toPrimitive(Byte[]) - Static method in class eu.simuline.util.ArraysExt
-
Converts an array of
Bytes into an array of accordingbytes. - toPrimitive(Character[]) - Static method in class eu.simuline.util.ArraysExt
-
Converts an array of
Characters into an array of accordingchars. - toPrimitive(Double[]) - Static method in class eu.simuline.util.ArraysExt
-
Converts an array of
Doubles into an array of accordingdoubles. - toPrimitive(Float[]) - Static method in class eu.simuline.util.ArraysExt
-
Converts an array of
Floats into an array of accordingfloats. - toPrimitive(Integer[]) - Static method in class eu.simuline.util.ArraysExt
-
Converts an array of
Integers into an array of accordingints. - toPrimitive(Long[]) - Static method in class eu.simuline.util.ArraysExt
-
Converts an array of
Longs into an array of accordinglongs. - toPrimitive(Short[]) - Static method in class eu.simuline.util.ArraysExt
-
Converts an array of
Shorts into an array of accordingshorts. - toString() - Method in class eu.simuline.testhelpers.TestCase
-
Returns the string representation of
TestCase.descfor suites and a representation includingTestCase.qualfor singular tests. - toString() - Method in class eu.simuline.util.AbstractMultiSet.MultiplicityImpl
- toString() - Method in class eu.simuline.util.CollectionsExt.AbstractImmutableCollection
-
Returns a string representation of this set, including the allowed modifications and the wrapped set.
- toString() - Method in class eu.simuline.util.CollectionsExt.AbstractImmutableMultiSet
- toString() - Method in class eu.simuline.util.CyclicArrayList.CyclicArrayIterator
-
Returns a string representation consisting of the cyclic list corresponding with this iterator .
- toString() - Method in class eu.simuline.util.CyclicArrayList
- toString() - Method in class eu.simuline.util.HashMultiSet
- toString() - Method in class eu.simuline.util.JavaPath
- toString() - Method in class eu.simuline.util.ListMap
- toString() - Method in class eu.simuline.util.ListSet
-
Returns a string representation of this set.
- toString() - Method in interface eu.simuline.util.MultiSet
- toString() - Method in class eu.simuline.util.RealRepresentation
-
Returns a String representation of this real number.
- toString() - Method in class eu.simuline.util.sgml.AttributesImpl
- toString() - Method in class eu.simuline.util.SoftEnum
-
Returns the name of this enum constant, as contained in the declaration.
- toString() - Method in class eu.simuline.util.TreeMultiSet
- toString() - Method in class eu.simuline.util.TwoSidedList
- toString(RealRepresentation.Desc) - Method in class eu.simuline.util.RealRepresentation
- toStringDecomp() - Method in class eu.simuline.util.RealRepresentation
-
Returns a string showing the decomposition of the underlying real number into sign, mantissa and exponent.
- treeModel - Variable in class eu.simuline.testhelpers.GUIRunner.TreePathIterator
-
A model of the tree of testsuites and tests.
- TreeMultiSet<T> - Class in eu.simuline.util
-
Represents a sorted set with multiplicities based on a
TreeMap. - TreeMultiSet() - Constructor for class eu.simuline.util.TreeMultiSet
-
Creates a new, empty
MultiSet. - TreeMultiSet(MultiSet<? extends T>) - Constructor for class eu.simuline.util.TreeMultiSet
-
Copy constructor.
- TreeMultiSet(Comparator<? super T>) - Constructor for class eu.simuline.util.TreeMultiSet
-
Creates a new, empty
MultiSet. - TreeMultiSet(NavigableMap<T, MultiSet.Multiplicity>) - Constructor for class eu.simuline.util.TreeMultiSet
- TreeMultiSet(Set<? extends T>) - Constructor for class eu.simuline.util.TreeMultiSet
-
Creates a multi set with the elements of
sSetand all elements with multiplicity1. - TreePathIterator(JTree, int) - Constructor for class eu.simuline.testhelpers.GUIRunner.TreePathIterator
- treePathUpdater - Variable in class eu.simuline.testhelpers.GUIRunner.TreePathIterator
-
Decides how to update the current path: For the first path, just inkoke ***** .
- TreePathUpdater() - Constructor for enum eu.simuline.testhelpers.GUIRunner.TreePathIterator.TreePathUpdater
- treeSelection - Variable in class eu.simuline.testhelpers.GUIRunner.HierarchyWrapper
-
The selection model for
GUIRunner.HierarchyWrapper.hierarchyTree. - trimExponent(int, char, boolean) - Method in class eu.simuline.util.RealRepresentation
-
Trims the exponent part to length
numDigitsif possible. - trimFraction(int, char, RealRepresentation.Cutter) - Method in class eu.simuline.util.RealRepresentation
-
Trims the fractional part to length
numDigitsif possible. - trimInnerClass(String) - Method in enum eu.simuline.util.JavaPath.ClsSrc
-
Returns the name of the class enclosing
clsName(includingclsNameitself) which has its own source/class-file. - trimInteger(int, char, boolean) - Method in class eu.simuline.util.RealRepresentation
-
Trims the integer part to length
numDigitsif possible. - Trivial() - Constructor for class eu.simuline.util.Caster.Trivial
- TrivialContentHandler() - Constructor for class eu.simuline.util.sgml.SGMLParser.TrivialContentHandler
- TRUE - Static variable in class eu.simuline.util.Finder
-
A filter passing all files.
- TwoSidedList<E> - Class in eu.simuline.util
-
Compared to a classical list, the first index of this list may well be positive and negative indices are allowed as well.
- TwoSidedList(int) - Constructor for class eu.simuline.util.TwoSidedList
-
Creates a new empty
TwoSidedListwhich starts growing with indexfirstIndex. - TwoSidedList(TwoSidedList<E>) - Constructor for class eu.simuline.util.TwoSidedList
-
Copy constructor with shallow copy of the wrapped list
TwoSidedList.list. - TwoSidedList(List<E>) - Constructor for class eu.simuline.util.TwoSidedList
-
Creates a new
TwoSidedListfrom aListwithfirstIndex == 0. - TwoSidedList(List<E>, int) - Constructor for class eu.simuline.util.TwoSidedList
-
Creates a new
TwoSidedListcontaining the elements ofTwoSidedList.listin proper sequence with first index given byTwoSidedList.firstIndex. - TwoSidedList.Direction - Enum in eu.simuline.util
-
Used as an argument for methods adding or removing elements from this list to determine in which direction this list has to shrink or grow.
U
- Unknown - eu.simuline.util.DataModel
-
Represents a data model with unknown number of bits or data model representable neither by
DataModel.Bits64nor byDataModel.Bits32. - unrestricted() - Method in class eu.simuline.util.CollectionsExt.AbstractImmutableCollection
-
Returns the underlying set without the restrictions imposed by this
CollectionsExt.ImmutableCollection. - unrestricted() - Method in class eu.simuline.util.CollectionsExt.AbstractImmutableMultiSet
-
Returns the underlying multiset without the restrictions imposed by this
CollectionsExt.ImmutableCollection. - unrestricted() - Method in class eu.simuline.util.CollectionsExt.ImmutableCollection
- unrestricted() - Method in class eu.simuline.util.CollectionsExt.ImmutableList
- unrestricted() - Method in class eu.simuline.util.CollectionsExt.ImmutableMultiSet
- unrestricted() - Method in class eu.simuline.util.CollectionsExt.ImmutableSet
- unrestricted() - Method in class eu.simuline.util.CollectionsExt.ImmutableSortedMultiSet
- unrestricted() - Method in class eu.simuline.util.CollectionsExt.ImmutableSortedSet
- unSigned - Variable in class eu.simuline.util.RealRepresentation.Number2SignUnsigned
-
The unsigned part of a number.
- unsignedExp - Variable in class eu.simuline.util.RealRepresentation
- UNSPECIFIED_CLASS - Static variable in class eu.simuline.testhelpers.Accessor
-
String denoting an unspecified class.
- unWrapArray(Object[]) - Static method in class eu.simuline.util.ArraysExt
-
Returns an array which corresponds with the given one except that the entries are unwrapped.
- updateG() - Method in class eu.simuline.testhelpers.GUIRunner
- updateLabels() - Method in class eu.simuline.testhelpers.GUIRunner.StatisticsTestState
-
Updates all labels if a counter has changed.
- updateNext() - Method in class eu.simuline.util.Finder.Secondary
- updatePath(GUIRunner.TreePathIterator) - Method in enum eu.simuline.testhelpers.GUIRunner.TreePathIterator.TreePathUpdater
- updatePathI() - Method in class eu.simuline.testhelpers.GUIRunner.TreePathIterator
V
- validate() - Method in class eu.simuline.testhelpers.GUIRunner.TestListCellRenderer.XLabel
-
Overridden for performance reasons.
- value - Variable in class eu.simuline.util.ListMap.Entry
-
The value of this entry corresponding with the key
ListMap.Entry.key. - value - Variable in class eu.simuline.util.SwingWorker
- valueChanged(ListSelectionEvent) - Method in class eu.simuline.testhelpers.GUIRunner.StackTraceLister
-
If an entry is selected, move with emacs to the according place.
- valueChanged(ListSelectionEvent) - Method in class eu.simuline.testhelpers.GUIRunner.TestCaseLister
-
Called whenever the value of the selection changes.
- valueChanged(TreeSelectionEvent) - Method in class eu.simuline.testhelpers.GUIRunner.HierarchyWrapper
-
Called whenever the value of the selection changes.
- valueOf(String) - Static method in enum eu.simuline.testhelpers.Assert.CmpObj
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum eu.simuline.testhelpers.GUIRunner.TreePathIterator.TreePathUpdater
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum eu.simuline.testhelpers.Quality
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum eu.simuline.util.CollectionsExt.Modification
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum eu.simuline.util.CyclicArrayList.StateIter
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum eu.simuline.util.DataModel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum eu.simuline.util.DetOs
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum eu.simuline.util.JavaPath.ClsSrc
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum eu.simuline.util.TwoSidedList.Direction
-
Returns the enum constant of this type with the specified name.
- values - Variable in class eu.simuline.util.ListMap
-
The values of this map.
- values() - Static method in enum eu.simuline.testhelpers.Assert.CmpObj
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum eu.simuline.testhelpers.GUIRunner.TreePathIterator.TreePathUpdater
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum eu.simuline.testhelpers.Quality
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum eu.simuline.util.CollectionsExt.Modification
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum eu.simuline.util.CyclicArrayList.StateIter
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum eu.simuline.util.DataModel
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum eu.simuline.util.DetOs
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum eu.simuline.util.JavaPath.ClsSrc
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class eu.simuline.util.ListMap
- values() - Static method in enum eu.simuline.util.TwoSidedList.Direction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- Values() - Constructor for class eu.simuline.util.ListMap.Values
- valuesColl - Variable in class eu.simuline.util.ListMap
-
The collection of values of this map returned by
ListMap.values(). - ValuesIterator() - Constructor for class eu.simuline.util.ListMap.ValuesIterator
- VERTI_BOUNDARY - Static variable in class eu.simuline.testhelpers.GUIRunner
-
Represents the vertical space used for the boundary.
- VERTI_FRAME - Static variable in class eu.simuline.testhelpers.GUIRunner
-
The vertical size of the frame.
- VMArgs - Class in eu.simuline.util
- VMArgs() - Constructor for class eu.simuline.util.VMArgs
W
- weakHashSet() - Static method in class eu.simuline.util.CollectionsExt
-
Retuns a weak hash set, i.e. a hash set of weak references.
- WHITESP_IN_ATTR - Static variable in class eu.simuline.util.sgml.SGMLParser
-
Short string representation of the object currently parsed.
- Win - eu.simuline.util.DetOs
- wrapArray(Object) - Static method in class eu.simuline.util.ArraysExt
-
Returns an array which corresponds with the given one except that the entries are wrapped.
- wrapped - Variable in class eu.simuline.util.BitSetList
- wrapped - Variable in class eu.simuline.util.CollectionsExt.ImmutableCyclicList
- wrapped - Variable in class eu.simuline.util.CollectionsExt.ImmutableMultiplicity
- wrapped - Variable in class eu.simuline.util.CollectionsExt.NonModifyingCyclicIterator
- WrappedInputStream(InputStream) - Constructor for class eu.simuline.util.JavaPath.ZipEntryWrapper.WrappedInputStream
- wrapsPrimitive(Class<?>) - Static method in class eu.simuline.util.BasicTypesCompatibilityChecker
-
Returns whether
clsrepresents a type wrapping a primitive type.
X
- XIterator() - Constructor for class eu.simuline.util.ListMap.XIterator
-
Creates a pre-iterator.
- XLabel(String) - Constructor for class eu.simuline.testhelpers.GUIRunner.TestListCellRenderer.XLabel
- XLabel(Icon) - Constructor for class eu.simuline.testhelpers.GUIRunner.TestListCellRenderer.XLabel
- xmlAttributeParser - Variable in class eu.simuline.util.sgml.SGMLParser
-
Contains the
XML-specific part of the parser. - xmlSgmlSpecifica - Variable in class eu.simuline.util.sgml.SGMLParser
-
Contains class with methods specific for xml and sgml, respectively.
Z
- ZIP_END - Static variable in class eu.simuline.util.JavaPath
-
File ending
.zipidentifying zip-files. - ZipEntryWrapper(ZipFile, ZipEntry) - Constructor for class eu.simuline.util.JavaPath.ZipEntryWrapper
- zipFile - Variable in class eu.simuline.util.JavaPath.ZipEntryWrapper
All Classes All Packages