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

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
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 Accessor instance but intended in contrary to prevent an Accessor from 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
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 and Actions.runTestClass(String) which runs a testclass with the given name.
Actions(String) - Constructor for class eu.simuline.testhelpers.Actions
Creates a new Actions instance.
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.mult which 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 obj at the specified position ind in this list (optional operation).
add(int, Integer) - Method in class eu.simuline.util.BitSetList
Describe add method 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 obj to this MultiSet.
add(T) - Method in interface eu.simuline.util.MultiSet
Adds obj to this MultiSet.
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 coll into 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 mvs elementwise 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 mvs elementwise 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 set elementwise 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 set elementwise 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 obj at the beginning of this list.
addAllLast(Collection<? extends E>) - Method in class eu.simuline.util.TwoSidedList
Appends all of the elements in coll to the end of this list, in the order that they are returned by coll'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 obj at the beginning of this list.
addLast(E) - Method in class eu.simuline.util.TwoSidedList
Adds obj at the end of this list.
addList(List<E>, List<E>) - Method in class eu.simuline.util.ListSet
Merges list2 into list1 and returns whether l1 had been modified.
AddObj - eu.simuline.util.CollectionsExt.Modification
Modification adding an element which may be by Collection.add(Object), Collection.addAll(Collection), by List.add(int, Object), List.addAll(int, Collection),
addSelectedTestCaseByNeed(TestCase) - Method in class eu.simuline.testhelpers.GUIRunner.TestCaseLister
Adds testCase to 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 obj to this MultiSet and returns the new multiplicity of this object.
addWithMult(T) - Method in interface eu.simuline.util.MultiSet
Adds obj to this MultiSet and returns the new multiplicity of this object.
addWithMult(T, int) - Method in class eu.simuline.util.AbstractMultiSet
Increases the multiplicity of obj in this MultiSet by the specified value addMult and returns the new multiplicity of this object.
addWithMult(T, int) - Method in interface eu.simuline.util.MultiSet
Increases the multiplicity of obj in this MultiSet by the specified value addMult and 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 String which is by attaching the minimal number of fillers to the right hand side of str such that the length of the result is at least int.
alignRight(String, int, char, RealRepresentation.Cutter) - Static method in class eu.simuline.util.RealRepresentation
Returns a String which is by attaching the minimal number of fillers to the left hand side of str such that the length of the result is at least int.
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 mod for this set, does not alter contents and returns this.
allowModifications(Set<CollectionsExt.Modification>) - Method in class eu.simuline.util.CollectionsExt.AbstractImmutableCollection
Allows in addition modifications in mods for this set, does not alter contents and returns this.
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 ArrayComparator to 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.fraction nor an RealRepresentation.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 expected and actual exceeds absdiv in absolute value.
assertAbsEquals(String, double, double, double) - Static method in class eu.simuline.testhelpers.Assert
Fails if the absolute deviation between expected and actual exceeds absdiv in absolute value.
assertAbsRelEquals(double, double, double, double, double) - Static method in class eu.simuline.testhelpers.Assert
For expected<= separateAbsRel behaves like Assert.assertEquals(String,double,double,double) ignoring reldev, whereas otherwise behaves like Assert.assertEquals(String, double, double, double) ignoring absdev.
assertAbsRelEquals(String, double, double, double, double, double) - Static method in class eu.simuline.testhelpers.Assert
For expected<= separateAbsRel behaves like Assert.assertEquals(String,double,double,double) ignoring reldev, whereas otherwise behaves like Assert.assertEquals(String, double, double, double) ignoring absdev.
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 actual is not a subcollection of expected.
assertIsIn(Collection<E>, Object) - Static method in class eu.simuline.testhelpers.Assert
Fails if actualElement is not an element of expectedContainer.
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 actual is null or actual deviates from expected by at least delta, provided the test can be executed at all.
assertNormRelEquals(Object, Object, String, double) - Static method in class eu.simuline.testhelpers.Assert
Fails if actual is null or actual deviates from expected by at least delta, 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 expected and actual exceeds reldiv in absolute value.
assertRelEquals(String, double, double, double) - Static method in class eu.simuline.testhelpers.Assert
Fails if the relative deviation between expected and actual exceeds reldiv in 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 of expected with actual.
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 Comparator for 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 Attributes which allows attributes without values using AttributesImpl.NO_VALUE.
AttributesImpl(ListMap<String, String>) - Constructor for class eu.simuline.util.sgml.AttributesImpl
Creates a new empty AttributesImpl which represents the given attribute list.
AttributesWrapper() - Constructor for class eu.simuline.util.sgml.SGMLParser.AttributesWrapper
Creates a new empty AttributesWrapper which 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 BasicTypesCompatibilityChecker from being instantiated.
BigDecimalRep(String) - Constructor for class eu.simuline.util.RealRepresentation.BigDecimalRep
Constructs a newly allocated BigDecimalRep object 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 BigDecimalRep that represents given BigDecimal argument.
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 0 and 1 stored as bits in a BitSet.
BitSetList() - Constructor for class eu.simuline.util.BitSetList
Creates a new BitSetList instance.
BitSetList(int) - Constructor for class eu.simuline.util.BitSetList
 
BitSetList(Collection<? extends Integer>) - Constructor for class eu.simuline.util.BitSetList
Creates a new BitSetList instance.
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 boolean as an int.
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 Buffer from 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_ADD means that among the methods CyclicIterator.next(), CyclicIterator.previous(), CyclicIterator.add(E) and CyclicIterator.remove() the method CyclicIterator.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_NEXT means that among the methods CyclicIterator.next(), CyclicIterator.previous(), CyclicIterator.add(E) and CyclicIterator.remove() the method CyclicIterator.next() was the last successfully invoked since this iterator was created or refreshed.
CALLED_NOTHING - eu.simuline.util.CyclicArrayList.StateIter
The condition calledLast == CALLED_NOTHING means that neither of the methods CyclicIterator.next(), CyclicIterator.previous(), CyclicIterator.add(E) and CyclicIterator.remove() was ever successfully invoked since this iterator was created or refreshed.
CALLED_PREVIOUS - eu.simuline.util.CyclicArrayList.StateIter
The condition calledLast == CALLED_PREVIOUS means that among the methods CyclicIterator.next(), CyclicIterator.previous(), CyclicIterator.add(E) and CyclicIterator.remove() the method CyclicIterator.previous() was the last successfully invoked since this iterator was created or refreshed.
CALLED_REMOVE - eu.simuline.util.CyclicArrayList.StateIter
The condition calledLast == CALLED_REMOVE means that among the methods CyclicIterator.next(), CyclicIterator.previous(), CyclicIterator.add(E) and CyclicIterator.remove() the method CyclicIterator.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 be null), may be casted to class cls if Caster.areCompatible(java.lang.Class<?>, java.lang.Object) returns true.
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 in TwoSidedList.firstIndex() or overrun in TwoSidedList.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 in TwoSidedList.firstIndex() or overrun in TwoSidedList.minFreeIndex().
checkArraysSameClass(Object, Object) - Static method in class eu.simuline.testhelpers.Assert
Checks whether expected is an array and whether its type coincides with the type of actual.
checkIncMinFreeIndex() - Method in class eu.simuline.util.TwoSidedList
Checks whether incrementing TwoSidedList.minFreeIndex() would cause overrun of TwoSidedList.minFreeIndex().
checkMinFreeIndex(int) - Method in class eu.simuline.util.TwoSidedList
Checks whether adding numAdded objects to this list **** or at the tail of this list would cause overrun of TwoSidedList.minFreeIndex().
checkNulls(String, Object, Object) - Static method in class eu.simuline.testhelpers.Assert
Throws an error if exactly one of the parameters are null and otherwise returns whether both are null.
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 ind is in range and throws an appropriate exception if not.
checkRange(int, TwoSidedList.Direction) - Method in class eu.simuline.util.TwoSidedList
Checks whether index ind is in range and throws an appropriate exception if not.
checkRange(int, TwoSidedList<?>) - Method in enum eu.simuline.util.TwoSidedList.Direction
Checks whether index ind is in the range of list and throws an appropriate exception if not.
checkRange(String, int, int, int) - Method in class eu.simuline.util.TwoSidedList
Checks whether index ind is 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() or null if 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 clear method 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 ListMap delegating to ListMap.clear().
clear() - Method in class eu.simuline.util.ListMap.Keys
Clears actually the enclosing ListMap delegating to ListMap.clear().
clear() - Method in class eu.simuline.util.ListMap.Values
Clears actually the enclosing ListMap delegating to ListMap.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.thrw and 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 CmpObj with the given fractin of message; also the implementation of method Assert.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.currPathIter points to as much as possible in order not to hide GUIRunner.HierarchyWrapper.singleSelectedNode and 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 class E extending C initially throwing an UnsupportedOperationException when trying to modify the collection either directly or via its iterator(s) or via a transparent view like List.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 null if 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 null if 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.seq asks 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 compare method 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.noPointS according to the parameter: true means that RealRepresentation.noPointS is attached with " "; otherwise it is "".
computeNorm1(String, Object) - Static method in class eu.simuline.testhelpers.Assert
Returns the norm of expected defined by the method named norm.
computeNorm2(String, Object, Object) - Static method in class eu.simuline.testhelpers.Assert
Returns the distance of the two objects expected and actual defined by the metric defined by the method named norm; 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 get method.
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 MultiSet contains the specified element.
contains(Object) - Method in class eu.simuline.util.BitSetList
Describe contains method 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 true if this list contains the specified element.
contains(Object) - Method in interface eu.simuline.util.CyclicList
Returns true if this list contains the specified element.
contains(Object) - Method in class eu.simuline.util.ListMap.Entries
Returns actually whether obj is an instance of Map.Entry with a key contained in the enclosing ListMap delegating to ListMap.containsKey(Object).
contains(Object) - Method in class eu.simuline.util.ListMap.Keys
Returns actually whether obj is a key of the enclosing ListMap delegating to ListMap.containsKey(Object).
contains(Object) - Method in class eu.simuline.util.ListMap.Values
Returns actually whether obj is a value of the enclosing ListMap delegating to ListMap.containsValue(Object).
contains(Object) - Method in class eu.simuline.util.ListSet
Returns true if this set contains the specified element.
contains(Object) - Method in interface eu.simuline.util.MultiSet
Returns true if this MultiSet contains 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 MultiSet contains 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 true if this set contains all of the elements of the specified collection.
containsAll(Collection<?>) - Method in interface eu.simuline.util.MultiSet
Returns true if this MultiSet contains 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 ContentHandler registered.
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 double number to a RealRepresentation with 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
Creates a new TwoSidedList as a copy of other copying also the wrapped list TwoSidedList.list.
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 RealRepresentation with 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 RealRepresentation preserving 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 RealRepresentation with 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 TwoSidedList containing the elements of list in proper sequence.
create(List<? extends E>, int) - Static method in class eu.simuline.util.TwoSidedList
Creates a new TwoSidedList containing the elements of list in proper sequence with first index given by firstIndex.
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 isSigned and 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 numArgs arguments as double values.
createUnWrappedEmptyArray(Object[]) - Static method in class eu.simuline.util.ArraysExt
Returns an empty array with type like wrappedArray with basic type replaced by its wrapper.
createWrappedEmptyArray(Object) - Static method in class eu.simuline.util.ArraysExt
Returns an empty array with type like elemArray with basic type replaced by its wrapper.
currChar - Variable in class eu.simuline.util.sgml.SGMLParser
The current character or -1 to 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 str with length len or 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 p of this cyclic list.
cycle(int) - Method in interface eu.simuline.util.CyclicList
Returns a cyclic permutation p of this cyclic list.
CyclicArrayIterator(CyclicArrayList<E>, int) - Constructor for class eu.simuline.util.CyclicArrayList.CyclicArrayIterator
Creates a new CyclicIterator for 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 CyclicPtIterator with the same list and the same pointer as the CyclicPtIterator given.
CyclicArrayList<E> - Class in eu.simuline.util
Resizable-array implementation of the CyclicList interface.
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 CyclicArrayList such that new CyclicArrayList(list).get(i) == list.get(i) for all indices i for 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 CyclicArrayList such that new CyclicArrayList(list).get(i) == list.get(i) for all indices i for 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 CyclicIterator of 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 CyclicIterator of 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.firstIndex if 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 Filter that 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.qual2num according to testCase.
detValQualRec(TestCase) - Method in class eu.simuline.testhelpers.GUIRunner.TestProgressBar
Determines recursively the length of the progress bar and GUIRunner.TestProgressBar.qual based 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 DoubleRep object that represents the primitive double argument.
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 DoubleRep object 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.bufferArray not read from SGMLParser.Buffer.reader or -1 if 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 key and value.
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.obj2mult associating each element of the underlying MultiSet with its multiplicity.
EQUAL - eu.simuline.testhelpers.Assert.CmpObj
 
equals(Object) - Method in class eu.simuline.util.AbstractMultiSet
Returns true if and only if obj is also a MultiSet and contains the same elements with the same multiplicities as this one.
equals(Object) - Method in class eu.simuline.util.AbstractMultiSet.MultiplicityImpl
Returns true if and only if obj is also an instance of Multiplicity and 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 true if and only if obj is also an instance of Multiplicity and 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 other is also an instance of CyclicIterator and, 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 false if other is not an instance of CyclicIterator.
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 obj equals this entry, i.e. whether obj is an instance of Map.Entry and 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 true if and only if obj is also a MultiSet and 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 wrapped TwoSidedList.list coincide and either as well the first indices TwoSidedList.firstIndex coincide.
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 given callable.
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.currPathIter points 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 path indices deviate at least delta.
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.separator as 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 String consisting of len copies of the character c.
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 find which is invoked as find [-H] [-L] [-P] [-Olevel] [-D help|tree|search|stat|rates|opt|exec] [path...]
Finder() - Constructor for class eu.simuline.util.Finder
This is declared private to 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.filters do 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.Callable which passes the file received if the method Finder.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.tbNegFilter does 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.filters do 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 construct method 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
firstIndex(int) - Method in class eu.simuline.util.TwoSidedList
Sets TwoSidedList.firstIndex according 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 construct method.
get() - Method in class eu.simuline.util.SwingWorker.ThreadVar
 
get(int) - Method in class eu.simuline.util.BitSetList
Describe get method 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.qual2label intermangled 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 null if 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_FAIL is returned.
getComparator(Comparator<Object>) - Static method in class eu.simuline.util.ArraysExt
Returns a comparator of the class ArraysExt.ArrayComparator which implements a kind of lexical ordering on arrays based on the ordering of the components defined by atomic.
getConstructor(Class<T>, Object...) - Static method in class eu.simuline.testhelpers.Accessor
Returns the specified constructor if aClas offers exactly one possibility with the given parameters.
getContentHandler() - Method in class eu.simuline.util.sgml.SGMLParser
getCopy(int) - Method in class eu.simuline.util.CollectionsExt.ImmutableCyclicList
 
getCopy(int) - Method in class eu.simuline.util.CyclicArrayList
Returns a CyclicList which is by copying this list step by step such that the length of the result is len.
getCopy(int) - Method in interface eu.simuline.util.CyclicList
Returns a CyclicList which is by copying this list step by step such that the length of the result is len.
getCyclicList() - Method in class eu.simuline.util.CollectionsExt.NonModifyingCyclicIterator
 
getCyclicList() - Method in class eu.simuline.util.CyclicArrayList.CyclicArrayIterator
Returns the CyclicList this 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
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 Field object 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 -1 if 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 -1 if this cyclic list does not contain this element.
getInnerClass(Class<?>, String) - Static method in class eu.simuline.testhelpers.Accessor
Returns the inner class of enclosingCls with the specified name innerClsName.
getInnerClass(Class<?>, String[]) - Static method in class eu.simuline.testhelpers.Accessor
Returns the inner class of enclosingCls with the specified name innerClsName.
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.key of this entry.
getKey(Object) - Method in class eu.simuline.util.ListMap.Entries
Assumes that obj is a Map.Entry and 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 MultiSet as 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 MultiSet as 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 MultiSet as 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 SortedMultiSet as 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 MultiSet with 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 cands offers 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 next which 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 next which 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 MultiSet to 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 MultiSet to 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
getStopAction() - Method in class eu.simuline.testhelpers.Actions
 
getThrown() - Method in class eu.simuline.testhelpers.TestCase
Returns null if 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 value interpreting it as Node the user object of which is a TestCase.
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.value of 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 cls to wrapped primitive class.
getWrapperCls(Class<?>, boolean) - Static method in class eu.simuline.util.BasicTypesCompatibilityChecker
Maps a primitive class cls to the corresponding wrapper class.
GREATER - eu.simuline.testhelpers.Assert.CmpObj
 
GREATER_EQ - eu.simuline.testhelpers.Assert.CmpObj
 
GUIRunListener - Class in eu.simuline.testhelpers
An ExtRunListener which notifies the GUI GUIRunner of 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 GUIRunner instance 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.hierarchyTree possibly with a single selected node given by GUIRunner.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.thrw currently 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.stackTraceLister which 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.currPath in the tree of testsuites represented by GUIRunner.TreePathIterator.treeModel.
GUIRunner.TreePathIterator.TreePathUpdater - Enum in eu.simuline.testhelpers
Expands the tree along the current path, for GUIRunner.TreePathIterator.TreePathUpdater.Generic after 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 sSet and all elements with multiplicity 1.
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 true if 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.files is 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 true if 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 actions and testCaseLister which are used to initialize GUIRunner.HierarchyWrapper.actions and GUIRunner.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 ImmutableCollection which equals coll but 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 ImmutableMultiSet which equals mSet but 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 ImmutableSortedMultiSet which equals mSet but 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.firstIndex if possible; otherwise throws an exception.
incPath() - Method in class eu.simuline.testhelpers.GUIRunner.TreePathIterator
Increments GUIRunner.TreePathIterator.currPath and returns the result.
index - Variable in class eu.simuline.util.CyclicArrayList.CyclicArrayIterator
A non-negative index which points, modulo list.size()-1, to the 0,...
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 obj in this list, or TwoSidedList.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.outerCmp is not null, 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 true iff this list contains no elements.
isEmpty() - Method in interface eu.simuline.util.CyclicList
Returns true iff this list contains no elements.
isEmpty() - Method in class eu.simuline.util.ListMap
 
isEmpty() - Method in class eu.simuline.util.ListSet
Returns true if 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 cls represents 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 testCase is 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 isValid method 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 an UnsupportedOperationException if either CollectionsExt.AbstractImmutableCollection.unrestricted()'s iterator does not allow this operation or RemoveObj is no allowed operation according to CollectionsExt.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 unspecified index.
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 .jar identifying 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 JavaPath instance.
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.file on a file system.
JavaPath.ZipEntryWrapper - Class in eu.simuline.util
Represents a file JavaPath.ZipEntryWrapper.entry which is an entry in a zip-file JavaPath.ZipEntryWrapper.zipFile.
JavaPath.ZipEntryWrapper.WrappedInputStream - Class in eu.simuline.util
A filter input stream closing JavaPath.ZipEntryWrapper.zipFile when 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 iterator AbstractMultiSet.MultiSetIteratorImpl.entrySetIter or null if AbstractMultiSet.MultiSetIteratorImpl.next() has not yet been invoked or the element returned by the last invocation of AbstractMultiSet.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 obj in this list, or TwoSidedList.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 1 in 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: 2 if something went wrong: Quality.Error or Quality.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 SortedMap with 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 keys and values.
ListMap(Map<K, V>) - Constructor for class eu.simuline.util.ListMap
Creates an list map with the same key-value pairs as map and 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 ListSet with elements given by list and ordering given by cmp.
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 map as a ListSet with ordering 'ordered as added' as given by ListSet.sortedAsAdded().
map2values(Map<K, V>) - Static method in class eu.simuline.util.ListMap
Returns the value collection of map as a List with ordering given by the iteration on the key set of map.
max(Quality) - Method in enum eu.simuline.testhelpers.Quality
Determines a Quality with the maximum level of this and other.
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 Multiplicity instance 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. if Finder.Secondary.hasNext() returns true; otherwise this field is null.
next() - Method in class eu.simuline.util.AbstractMultiSet.MultiSetIteratorImpl
Returns the next element in the iteration and, as a side effect, sets AbstractMultiSet.MultiSetIteratorImpl.last with 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.files is 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.name2value to 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 filter does 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 testCase is finished.
noteReportResult(TestCase) - Method in class eu.simuline.testhelpers.GUIRunner
Notifies that the singular test testCase is finished, whether successful or not or that a test is ignored after invoking GUIRunner.noteTestStartedI(Quality) with parameter Quality.Ignored.
noteReportResult(TestCase) - Method in class eu.simuline.testhelpers.GUIRunner.StatisticsTestState
Notifies that the singular test testCase is finished.
noteReportResult(TestCase) - Method in class eu.simuline.testhelpers.GUIRunner.TestCaseLister
Notifies that the singular test testCase is finished.
noteReportResult(TestCase) - Method in class eu.simuline.testhelpers.GUIRunner.TestProgressBar
Notifies that the singular test testCase is 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
Converts AttributesImpl.NO_VALUE to null simply casting other arguments to type String.
Number2SignUnsigned(String) - Constructor for class eu.simuline.util.RealRepresentation.Number2SignUnsigned
Creates a new Number2SignUnsigned instance 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 null if 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 filters does 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.name in 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 InputSource given but delegates everything inside a tag or a processing instruction to SGMLParser.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 ParseExceptionHandler registered.
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 true if the shell command given by Finder.ExecFilter.cmd succeeds 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 does Finder.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.tbNegFilter does 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 file to Finder.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 > 0 to 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 TestCase from being Quality.Scheduled to Quality.Ignored or via Quality.Started to finished which means either Quality.Invalidated, Quality.Success, Quality.Failure or even Quality.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 char and 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 readStringBuffer method 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 BigDecimal for 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 Cutter is used to shorten numbers.
RealRepresentation.Desc - Class in eu.simuline.util
Describes the way the real number represented by RealRepresentation is 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 source which is typically an array, recursively into an nested List with the given atomic entry type using the specified caster.
recAsList(Object, Class<?>, Caster) - Static method in class eu.simuline.util.ArraysExt
Converts source which is typically an array, recursively into an nested List with the given atomic entry type using the specified caster.
recToArray(Object, Class<?>) - Static method in class eu.simuline.util.CollectionsExt
Converts source which is typically a List, recursively into an array with the given type.
recToArray(Object, Class<?>, Caster) - Static method in class eu.simuline.util.CollectionsExt
Converts source which is typically a Collection, recursively into an array with the given type using the specified caster for the elementary objects in source.
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 through CyclicArrayList.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 MultiSet the last element returned by AbstractMultiSet.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 CyclicList the last element returned by the iterator.
remove() - Method in interface eu.simuline.util.CyclicIterator
Removes from the underlying CyclicList the last element returned by next or previous (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 MultiSet the last element returned by Iterator.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 remove method 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 remove method 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 obj from the entry set if present and returns whether it was present.
remove(Object) - Method in class eu.simuline.util.ListMap.Keys
Interpretes obj as key of the enclosing ListMap and 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 obj as value of the enclosing ListMap and 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 obj from 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 obj from 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 MultiSet the last element returned by invocation of Iterator.next() with multiplicity given by removeMult, 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 by List.remove(int).
removeWithMult(Object) - Method in class eu.simuline.util.AbstractMultiSet
Decrements the multiplicity of obj in this MultiSet if it is present and returns the old multiplicity of obj; If this is 0 returns without altering this MultiSet.
removeWithMult(Object) - Method in class eu.simuline.util.CollectionsExt.AbstractImmutableMultiSet
 
removeWithMult(Object) - Method in interface eu.simuline.util.MultiSet
Decrements the multiplicity of obj in this MultiSet if it is present and returns the old multiplicity of obj; If this is 0 returns without altering this MultiSet.
removeWithMult(Object, int) - Method in class eu.simuline.util.AbstractMultiSet
Decreases the multiplicity of obj in this MultiSet by the specified value removeMult if possible and returns the old multiplicity of obj.
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 obj in this MultiSet by the specified value removeMult if possible and returns the old multiplicity of obj.
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 ContentHandler which reports certain events to System.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 MultiSet that 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 MultiSet that 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.testClassName with a TestCaseClassLoader to 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 SavingHandler instance.
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 encl and passing them further via Finder.Secondary.next() if they pass the filter filter.
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.selector is the tab with the TestCaseLister; otherwise it is GUIRunner.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.selector is the tab with the GUIRunner.HierarchyWrapper; otherwise it is GUIRunner.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 SeqRunListener here.
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 set method 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 next or previous with the specified element (optional operation).
set(E) - Method in interface eu.simuline.util.CyclicIterator
Replaces the last element returned by next or previous with 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 failure occurs.
setCenter(Actions) - Method in class eu.simuline.testhelpers.GUIRunner
 
setChar(char) - Method in class eu.simuline.util.sgml.SGMLParser.SpecCharTester
Sets SGMLParser.SpecCharTester.chr to 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 failure occurs.
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 like target.field = value; otherwise the argument value is 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 like aClass.fieldName = value; otherwise the argument value is 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 like target.fieldName = value; otherwise the argument value is 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 from GUIRunner.HierarchyWrapper.singleSelectedNode.
setFilter(Description) - Method in class eu.simuline.testhelpers.Actions
Sets Actions.filter according to filter.
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.currPath with the first path in GUIRunner.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 MultiSet returned by the last invocation of Iterator.next() with multiplicity given by setMult, 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 obj to the value specified by mult.
setMultiplicity(T, int) - Method in interface eu.simuline.util.MultiSet
Sets the multiplicity of obj to the value specified by mult.
SetObj - eu.simuline.util.CollectionsExt.Modification
Modification by List.set(int, Object), List.replaceAll(UnaryOperator) and List.sort(Comparator).
setQualStartedIgnored(Quality) - Method in class eu.simuline.testhelpers.TestCase
Triggers a transition of the current phase to qual if 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 set TestCase.qual to Quality.Scheduled if possible updating TestCase.failure and TestCase.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 thrw if this is not null; otherwise just clears this stack trace lister as is done by GUIRunner.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 testCase to the status bar using GUIRunner.setStatus(String).
setStatus(String) - Method in class eu.simuline.testhelpers.GUIRunner
Sets the message msg to 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.value of 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 SGML parser with something like a SAX-api.
SGMLParser() - Constructor for class eu.simuline.util.sgml.SGMLParser
Creates a new SGMLParser with the default handlers for content and exceptions.
SGMLParser.AttributesWrapper - Class in eu.simuline.util.sgml
An **** partial **** implementation of the SAX-interface Attributes which allows to set name-value-pairs by method SGMLParser.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 CharTester which allows to specify the character which passes the test.
SGMLParser.TrivialContentHandler - Class in eu.simuline.util.sgml
A ContentHandler which 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 index modulo this.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 num indices to the right.
shortenPath() - Method in class eu.simuline.testhelpers.GUIRunner.TreePathIterator
Replaces GUIRunner.TreePathIterator.currPath removing 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
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 size method 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 ListMap delegating to ListMap.size().
size() - Method in class eu.simuline.util.ListMap.Keys
Returns actually the size of the enclosing ListMap delegating to ListMap.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 ListMap delegating to ListMap.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 MultiSet counted 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 MultiSet counted 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 Enum and 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 ListSet with ordering as added in ascending ordering.
sortedAsListed(List<E>) - Static method in class eu.simuline.util.ListSet
Returns an ListSet with elements and ordering given by list as described in Comparators.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.failureListMod is 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
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() == false iff index == 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 desc is going to be run next.
startTestRun(TestCase) - Method in class eu.simuline.testhelpers.GUIRunner.TestProgressBar
Notifies that a test run given by testCase is going to be run next.
startTestRun(Description) - Method in class eu.simuline.testhelpers.GUIRunner.HierarchyWrapper
Notifies that a test run with structure given by desc is 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 Strings from being instantiated.
subFirstIndex(int) - Method in class eu.simuline.util.TwoSidedList
Subtracts numAdded from TwoSidedList.firstIndex if 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, and toIndex, 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, and toIndex, 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, to toElement, 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 fromElement inclusively to toElement exclusively.
subSet(T, T) - Method in class eu.simuline.util.TreeMultiSet
Returns a view of the portion of this multi-set whose elements range from fromElement inclusively to toElement exclusively.
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 construct method 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 expected and actual exceeds absdiv in 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 desc with indices 0...n-1, where n is the testcout of desc.
TestCase(Description, int) - Constructor for class eu.simuline.testhelpers.TestCase
Creates a new testcase based on the description desc with indices idxTest...idxTest+n-1, where n is the testcout of desc.
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.TestCaseLister listing 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 ch passes the test given by this CharTester.
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 TestProgressBar instance.
testRelEquals(double, double, double) - Static method in class eu.simuline.testhelpers.Assert
Returns whether the relative deviation between expected and actual exceeds reldiv in 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 desc is going to be run next.
testRunStarted(Description) - Method in class eu.simuline.testhelpers.SeqRunListener
Called before any tests of a suite described by desc have been run.
testRunStarted(Description) - Method in class eu.simuline.testhelpers.TextRunListener
Called before any tests of a suite described by desc have 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 TestTreeCellRenderer instance.
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 TextRunListener instance.
this2BigDecimal() - Method in class eu.simuline.util.RealRepresentation
Returns a BigDecimal represented.
this2double() - Method in class eu.simuline.util.RealRepresentation
Returns a double represented.
this2Double() - Method in class eu.simuline.util.RealRepresentation
Returns a Double represented.
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 null if 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.thrw is null and contains the string representation of the represented throwable GUIRunner.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 MultiSet exactly 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 MultiSet exactly 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 only this.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 only this.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 according booleans.
toPrimitive(Byte[]) - Static method in class eu.simuline.util.ArraysExt
Converts an array of Bytes into an array of according bytes.
toPrimitive(Character[]) - Static method in class eu.simuline.util.ArraysExt
Converts an array of Characters into an array of according chars.
toPrimitive(Double[]) - Static method in class eu.simuline.util.ArraysExt
Converts an array of Doubles into an array of according doubles.
toPrimitive(Float[]) - Static method in class eu.simuline.util.ArraysExt
Converts an array of Floats into an array of according floats.
toPrimitive(Integer[]) - Static method in class eu.simuline.util.ArraysExt
Converts an array of Integers into an array of according ints.
toPrimitive(Long[]) - Static method in class eu.simuline.util.ArraysExt
Converts an array of Longs into an array of according longs.
toPrimitive(Short[]) - Static method in class eu.simuline.util.ArraysExt
Converts an array of Shorts into an array of according shorts.
toString() - Method in class eu.simuline.testhelpers.TestCase
Returns the string representation of TestCase.desc for suites and a representation including TestCase.qual for 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 sSet and all elements with multiplicity 1.
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
trimExponent(int, char, boolean) - Method in class eu.simuline.util.RealRepresentation
Trims the exponent part to length numDigits if possible.
trimFraction(int, char, RealRepresentation.Cutter) - Method in class eu.simuline.util.RealRepresentation
Trims the fractional part to length numDigits if possible.
trimInnerClass(String) - Method in enum eu.simuline.util.JavaPath.ClsSrc
Returns the name of the class enclosing clsName (including clsName itself) which has its own source/class-file.
trimInteger(int, char, boolean) - Method in class eu.simuline.util.RealRepresentation
Trims the integer part to length numDigits if 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 TwoSidedList which starts growing with index firstIndex.
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 TwoSidedList from a List with firstIndex == 0.
TwoSidedList(List<E>, int) - Constructor for class eu.simuline.util.TwoSidedList
Creates a new TwoSidedList containing the elements of TwoSidedList.list in proper sequence with first index given by TwoSidedList.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.Bits64 nor by DataModel.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 cls represents 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 .zip identifying zip-files.
ZipEntryWrapper(ZipFile, ZipEntry) - Constructor for class eu.simuline.util.JavaPath.ZipEntryWrapper
 
zipFile - Variable in class eu.simuline.util.JavaPath.ZipEntryWrapper
 
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