Skip navigation links
A B C D E F G H I L M N O P R S T U V Z 

A

abs() - Method in class org.nevec.rjm.Rational
Absolute value.
acos(BigDecimal) - Static method in class org.nevec.rjm.BigDecimalMath
The inverse trigonometric cosine.
acosh(BigDecimal) - Static method in class org.nevec.rjm.BigDecimalMath
The inverse hyperbolic cosine.
add(BigDecimal, BigInteger) - Static method in class org.nevec.rjm.BigDecimalMath
Add a BigDecimal and a BigInteger.
add(BigInteger) - Method in class org.nevec.rjm.Ifactor
Summation with another positive integer
add(Rational) - Method in class org.nevec.rjm.Rational
Add another fraction.
add(BigInteger) - Method in class org.nevec.rjm.Rational
Add another integer.
add(int) - Method in class org.nevec.rjm.Rational
Add another integer.
add(short[], short[]) - Static method in class org.processmining.stochasticawareconformancechecking.helperclasses.MarkingSet
Add the marking to the markingSet.
addAll(short[], short[]) - Static method in class org.processmining.stochasticawareconformancechecking.helperclasses.MarkingSet
 
addEdge(int, short, double) - Method in interface org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomaton
Add an edge to the graph.
addEdge(int, short, int, double) - Method in interface org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomaton
Adds an edge to the graph.
addEdge(int, short, int, double) - Method in class org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomatonImpl
 
addEdge(int, short, double) - Method in class org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomatonImpl
 
addRound(BigDecimal, BigDecimal) - Static method in class org.nevec.rjm.BigDecimalMath
Add and round according to the larger of the two ulp's.
addRound(BigComplex, BigDecimal) - Static method in class org.nevec.rjm.BigDecimalMath
Add and round according to the larger of the two ulp's.
addRound(BigComplex, BigComplex) - Static method in class org.nevec.rjm.BigDecimalMath
Add and round according to the larger of the two ulp's.
addState() - Method in interface org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomaton
 
addState() - Method in class org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomatonImpl
 
addTrace(StochasticDeterministicFiniteAutomatonMapped<String>, TIntDoubleMap, short[], ProMCanceller) - Static method in class org.processmining.stochasticawareconformancechecking.automata.Log2StochasticDeterministicFiniteAutomaton
 
allMappedIndices() - Method in interface org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomatonMapped
 
allMappedIndices() - Method in class org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomatonMappedImpl
 
areEqual(double[], double[]) - Static method in class org.processmining.stochasticawareconformancechecking.helperclasses.Entropy
 
areEqual(double, double) - Static method in class org.processmining.stochasticawareconformancechecking.helperclasses.StochasticUtils
 
asin(BigDecimal) - Static method in class org.nevec.rjm.BigDecimalMath
The inverse trigonometric sine.
asinh(BigDecimal) - Static method in class org.nevec.rjm.BigDecimalMath
The inverse hyperbolic sine.
at(int) - Method in class org.nevec.rjm.Bernoulli
The Bernoulli number at the index provided.
at(int) - Method in class org.nevec.rjm.Factorial
Compute the factorial of the non-negative integer.
at(int) - Method in class org.nevec.rjm.Prime
return the ithprime
atan(BigDecimal) - Static method in class org.nevec.rjm.BigDecimalMath
The inverse trigonometric tangent.

B

Bernoulli - Class in org.nevec.rjm
Bernoulli numbers.
Bernoulli() - Constructor for class org.nevec.rjm.Bernoulli
 
BigComplex - Class in org.nevec.rjm
Complex numbers with BigDecimal real and imaginary components
BigComplex() - Constructor for class org.nevec.rjm.BigComplex
Default ctor equivalent to zero.
BigComplex(BigDecimal, BigDecimal) - Constructor for class org.nevec.rjm.BigComplex
ctor with real and imaginary parts
BigComplex(BigDecimal) - Constructor for class org.nevec.rjm.BigComplex
ctor with real part.
BigComplex(double, double) - Constructor for class org.nevec.rjm.BigComplex
ctor with real and imaginary parts
BigDecimalMath - Class in org.nevec.rjm
BigDecimal special functions.
BigDecimalMath() - Constructor for class org.nevec.rjm.BigDecimalMath
 
BigDecimalValue(MathContext) - Method in class org.nevec.rjm.Rational
Return a representation as BigDecimal.
BigIntegerMath - Class in org.nevec.rjm
BigInteger special functions and Number theory.
BigIntegerMath() - Constructor for class org.nevec.rjm.BigIntegerMath
 
bigomega() - Method in class org.nevec.rjm.Ifactor
The sum of the prime factor exponents, with multiplicity.
binomial(int, int) - Static method in class org.nevec.rjm.BigIntegerMath
Evaluate binomial(n,k).
binomial(BigInteger, BigInteger) - Static method in class org.nevec.rjm.BigIntegerMath
Evaluate binomial(n,k).
binomial(Rational, BigInteger) - Static method in class org.nevec.rjm.Rational
binomial (n choose m).
binomial(Rational, int) - Static method in class org.nevec.rjm.Rational
binomial (n choose m).
broadhurstBBP(int, int, int[], MathContext) - Static method in class org.nevec.rjm.BigDecimalMath
Broadhurst ladder sequence.

C

cbrt(BigDecimal) - Static method in class org.nevec.rjm.BigDecimalMath
The cube root.
ceil() - Method in class org.nevec.rjm.Rational
ceil(): the nearest integer not smaller than this.
centrlFactNumt(int, int) - Static method in class org.nevec.rjm.BigIntegerMath
The central factorial number t(n,k) number at the indices provided.
centrlFactNumT(int, int) - Static method in class org.nevec.rjm.BigIntegerMath
The central factorial number T(n,k) number at the indices provided.
CheckDeadPaths - Class in org.processmining.stochasticawareconformancechecking.helperclasses
 
CheckDeadPaths() - Constructor for class org.processmining.stochasticawareconformancechecking.helperclasses.CheckDeadPaths
 
checkEqualityEveryIterations - Static variable in class org.processmining.stochasticawareconformancechecking.helperclasses.Entropy
 
CheckProbabilities - Class in org.processmining.stochasticawareconformancechecking.helperclasses
 
CheckProbabilities() - Constructor for class org.processmining.stochasticawareconformancechecking.helperclasses.CheckProbabilities
 
checkProbabilities(StochasticDeterministicFiniteAutomaton) - Static method in class org.processmining.stochasticawareconformancechecking.helperclasses.CheckProbabilities
 
clone() - Method in class org.nevec.rjm.Ifactor
Deep copy.
clone() - Method in class org.nevec.rjm.Rational
Create a copy.
clone() - Method in interface org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomaton
 
clone() - Method in class org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomatonImpl
 
clone() - Method in interface org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomatonMapped
 
clone() - Method in class org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomatonMappedImpl
 
compareTo(Ifactor) - Method in class org.nevec.rjm.Ifactor
Compare value against another Ifactor
compareTo(Rational) - Method in class org.nevec.rjm.Rational
Compares the value of this with another constant.
compareTo(BigInteger) - Method in class org.nevec.rjm.Rational
Compares the value of this with another constant.
computeSDFASDFA(PluginContext, StochasticDeterministicFiniteAutomatonMapped<String>, StochasticDeterministicFiniteAutomatonMapped<String>) - Method in class org.processmining.stochasticawareconformancechecking.plugins.RelativeEntropyPlugin
 
computeSPNSDFA(PluginContext, XLog, StochasticNet) - Method in class org.processmining.stochasticawareconformancechecking.plugins.RelativeEntropyPlugin
 
contains(BigInteger) - Method in class org.nevec.rjm.Prime
Test if a number is a prime.
contains(short[], short[]) - Static method in class org.processmining.stochasticawareconformancechecking.helperclasses.MarkingSet
 
containsEdge(int, short) - Method in interface org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomaton
 
containsEdge(int, short) - Method in class org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomatonImpl
 
containsFinalMarking(short[], Iterable<short[]>) - Static method in class org.processmining.stochasticawareconformancechecking.helperclasses.MarkingSet
 
convert(XLog, XEventClassifier, ProMCanceller) - Static method in class org.processmining.stochasticawareconformancechecking.automata.Log2StochasticDeterministicFiniteAutomaton
 
convert(StochasticDeterministicFiniteAutomatonMapped<String>) - Static method in class org.processmining.stochasticawareconformancechecking.helperclasses.MakeAutomatonChoiceFul
 
convert(StochasticNet, Marking) - Static method in class org.processmining.stochasticawareconformancechecking.helperclasses.StochasticPetriNet2StochasticDeterministicFiniteAutomaton2
For now, the final markings are not used.
convert(PluginContext, XLog) - Method in class org.processmining.stochasticawareconformancechecking.plugins.Log2StochasticDeterministicFiniteAutomatonPlugin
 
convert(PluginContext, StochasticNet) - Method in class org.processmining.stochasticawareconformancechecking.plugins.StochasticPetriNet2StochasticDeterministicFiniteAutomatonPlugin
 
core(BigInteger) - Static method in class org.nevec.rjm.BigIntegerMath
Evaluate core(n).
core() - Method in class org.nevec.rjm.Ifactor
The square-free part.
cos(BigDecimal) - Static method in class org.nevec.rjm.BigDecimalMath
Trigonometric cosine.
cosh(BigDecimal) - Static method in class org.nevec.rjm.BigDecimalMath
The hyperbolic cosine.
cot(BigDecimal) - Static method in class org.nevec.rjm.BigDecimalMath
The trigonometric co-tangent.
cot(double) - Static method in class org.nevec.rjm.BigDecimalMath
trigonometric cot.
create(short[]) - Static method in class org.processmining.stochasticawareconformancechecking.helperclasses.MarkingSet
 

D

denom() - Method in class org.nevec.rjm.Rational
Get the denominator.
det(BigInteger[][]) - Static method in class org.nevec.rjm.BigIntegerMath
Determinant of an integer square matrix.
divide(Ifactor) - Method in class org.nevec.rjm.Ifactor
Integer division through another positive integer.
divide(Rational) - Method in class org.nevec.rjm.Rational
Divide by another fraction.
divide(BigInteger) - Method in class org.nevec.rjm.Rational
Divide by an integer.
divide(int) - Method in class org.nevec.rjm.Rational
Divide by an integer.
divideRound(BigDecimal, BigDecimal) - Static method in class org.nevec.rjm.BigDecimalMath
Divide and round.
divideRound(BigComplex, BigComplex) - Static method in class org.nevec.rjm.BigDecimalMath
Divide and round.
divideRound(BigDecimal, int) - Static method in class org.nevec.rjm.BigDecimalMath
Divide and round.
divideRound(BigDecimal, BigInteger) - Static method in class org.nevec.rjm.BigDecimalMath
Divide and round.
divideRound(BigInteger, BigDecimal) - Static method in class org.nevec.rjm.BigDecimalMath
Divide and round.
divideRound(BigInteger, BigComplex) - Static method in class org.nevec.rjm.BigDecimalMath
Divide and round.
divideRound(int, BigDecimal) - Static method in class org.nevec.rjm.BigDecimalMath
Divide and round.
divisors(BigInteger) - Static method in class org.nevec.rjm.BigIntegerMath
Compute the list of positive divisors.
divisors() - Method in class org.nevec.rjm.Ifactor
The set of positive divisors.
doubleValue() - Method in class org.nevec.rjm.Rational
Return a double value representation.
dropPrime() - Method in class org.nevec.rjm.Ifactor
Divide through the highest possible power of the highest prime.

E

EdgeIterableImpl() - Constructor for class org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomatonImpl.EdgeIterableImpl
 
Entropy - Class in org.processmining.stochasticawareconformancechecking.helperclasses
 
Entropy() - Constructor for class org.processmining.stochasticawareconformancechecking.helperclasses.Entropy
 
entropy(StochasticDeterministicFiniteAutomaton) - Static method in class org.processmining.stochasticawareconformancechecking.helperclasses.Entropy
 
EntropyPlugin - Class in org.processmining.stochasticawareconformancechecking.plugins
 
EntropyPlugin() - Constructor for class org.processmining.stochasticawareconformancechecking.plugins.EntropyPlugin
 
equals(Ifactor) - Method in class org.nevec.rjm.Ifactor
Comparison of two numbers.
err2prec(BigDecimal, BigDecimal) - Static method in class org.nevec.rjm.BigDecimalMath
Convert an absolute error to a precision.
err2prec(double, double) - Static method in class org.nevec.rjm.BigDecimalMath
Convert an absolute error to a precision.
err2prec(double) - Static method in class org.nevec.rjm.BigDecimalMath
Convert a relative error to a precision.
escapeActivity - Static variable in class org.processmining.stochasticawareconformancechecking.helperclasses.MakeAutomatonChoiceFul
 
exp(BigDecimal) - Static method in class org.nevec.rjm.BigDecimalMath
The exponential function.
exp(MathContext) - Static method in class org.nevec.rjm.BigDecimalMath
The base of the natural logarithm.

F

Factorial - Class in org.nevec.rjm
Factorials.
Factorial() - Constructor for class org.nevec.rjm.Factorial
ctor().
filter(StochasticDeterministicFiniteAutomaton) - Static method in class org.processmining.stochasticawareconformancechecking.helperclasses.FilterZeroEdges
Remove the edges that cannot be taken from the automaton.
FilterZeroEdges - Class in org.processmining.stochasticawareconformancechecking.helperclasses
 
FilterZeroEdges() - Constructor for class org.processmining.stochasticawareconformancechecking.helperclasses.FilterZeroEdges
 
floatValue() - Method in class org.nevec.rjm.Rational
Return a float value representation.
floor() - Method in class org.nevec.rjm.Rational
floor(): the nearest integer not greater than this.

G

gamma(MathContext) - Static method in class org.nevec.rjm.BigDecimalMath
Euler-Mascheroni constant.
Gamma(BigDecimal) - Static method in class org.nevec.rjm.BigDecimalMath
The Gamma function.
Gamma(Rational, MathContext) - Static method in class org.nevec.rjm.BigDecimalMath
The Gamma function.
gcd(Ifactor) - Method in class org.nevec.rjm.Ifactor
Greatest common divisor of this and oth.
getActivity() - Method in interface org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomaton.EdgeIterable
 
getActivity() - Method in interface org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomaton.EdgeIterableIncoming
 
getActivity() - Method in interface org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomaton.EdgeIterableOutgoing
 
getActivity() - Method in class org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomatonImpl.EdgeIterableImpl
 
getActivity() - Method in class org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomatonImpl.EdgeIterableIncomingImpl
 
getActivity() - Method in class org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomatonImpl.EdgeIterableOutgoingImpl
 
getEdgesIterator() - Method in interface org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomaton
 
getEdgesIterator() - Method in class org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomatonImpl
 
getEpsilon() - Static method in class org.processmining.stochasticawareconformancechecking.helperclasses.StochasticUtils
 
getIncomingEdgesIterator(int) - Method in interface org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomaton
 
getIncomingEdgesIterator(int) - Method in class org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomatonImpl
 
getInitialState() - Method in interface org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomaton
 
getInitialState() - Method in class org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomatonImpl
 
getMarkings(short[]) - Static method in class org.processmining.stochasticawareconformancechecking.helperclasses.MarkingSet
 
getMeaningfulepsilon() - Static method in class org.processmining.stochasticawareconformancechecking.helperclasses.StochasticUtils
 
getNumberOfStates() - Method in interface org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomaton
 
getNumberOfStates() - Method in class org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomatonImpl
 
getOutgoingEdgesIterator(int) - Method in interface org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomaton
 
getOutgoingEdgesIterator(int) - Method in class org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomatonImpl
 
getProbability() - Method in interface org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomaton.EdgeIterable
 
getProbability() - Method in interface org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomaton.EdgeIterableIncoming
 
getProbability() - Method in interface org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomaton.EdgeIterableOutgoing
 
getProbability() - Method in class org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomatonImpl.EdgeIterableImpl
 
getProbability() - Method in class org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomatonImpl.EdgeIterableIncomingImpl
 
getProbability() - Method in class org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomatonImpl.EdgeIterableOutgoingImpl
 
getProbability(double, double) - Method in enum org.processmining.stochasticawareconformancechecking.helperclasses.Projection.ChooseProbability
 
getSource() - Method in interface org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomaton.EdgeIterable
 
getSource() - Method in interface org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomaton.EdgeIterableIncoming
 
getSource() - Method in class org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomatonImpl.EdgeIterableImpl
 
getSource() - Method in class org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomatonImpl.EdgeIterableIncomingImpl
 
getSources() - Method in class org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomatonImpl
 
getTarget() - Method in interface org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomaton.EdgeIterable
 
getTarget() - Method in interface org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomaton.EdgeIterableOutgoing
 
getTarget() - Method in class org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomatonImpl.EdgeIterableImpl
 
getTarget() - Method in class org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomatonImpl.EdgeIterableOutgoingImpl
 
getTerminationProbability(StochasticDeterministicFiniteAutomaton.EdgeIterableOutgoing, int) - Static method in class org.processmining.stochasticawareconformancechecking.helperclasses.StochasticUtils
 
getTerminationProbability(StochasticDeterministicFiniteAutomaton, int) - Static method in class org.processmining.stochasticawareconformancechecking.helperclasses.StochasticUtils
 
growto(BigInteger) - Method in class org.nevec.rjm.Prime
extend the list of known primes up to n
guessInitialMarking(Petrinet) - Static method in class org.processmining.stochasticawareconformancechecking.plugins.StochasticPetriNet2StochasticDeterministicFiniteAutomatonPlugin
 

H

HALF - Static variable in class org.nevec.rjm.Rational
The constant 1/2
hankelSymb(Rational, int) - Static method in class org.nevec.rjm.Rational
Hankel's symbol (n,k)
hasDeathPaths(StochasticDeterministicFiniteAutomaton) - Static method in class org.processmining.stochasticawareconformancechecking.helperclasses.CheckDeadPaths
 
hasNext() - Method in interface org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomaton.EdgeIterable
 
hasNext() - Method in interface org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomaton.EdgeIterableOutgoing
 
hasNext() - Method in class org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomatonImpl.EdgeIterableImpl
 
hasNext() - Method in class org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomatonImpl.EdgeIterableOutgoingImpl
 
hasNext() - Method in class org.processmining.stochasticawareconformancechecking.helperclasses.MarkingSet.MarkingIterator
 
hasNextSource() - Method in interface org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomaton.EdgeIterableIncoming
 
hasNextSource() - Method in class org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomatonImpl.EdgeIterableIncomingImpl
 
hasTerminationProbability(StochasticDeterministicFiniteAutomaton, int) - Static method in class org.processmining.stochasticawareconformancechecking.helperclasses.StochasticUtils
 
hasTerminationProbability(StochasticDeterministicFiniteAutomaton.EdgeIterableOutgoing, int) - Static method in class org.processmining.stochasticawareconformancechecking.helperclasses.StochasticUtils
 
hypot(BigDecimal, BigDecimal) - Static method in class org.nevec.rjm.BigDecimalMath
The hypotenuse.
hypot(int, BigDecimal) - Static method in class org.nevec.rjm.BigDecimalMath
The hypotenuse.

I

Ifactor - Class in org.nevec.rjm
Factored integers.
Ifactor(int) - Constructor for class org.nevec.rjm.Ifactor
Constructor given an integer.
Ifactor(BigInteger) - Constructor for class org.nevec.rjm.Ifactor
Constructor given a BigInteger .
Ifactor(Vector<Integer>) - Constructor for class org.nevec.rjm.Ifactor
Constructor given a list of exponents of the prime factor decomposition.
Ifactor(Ifactor) - Constructor for class org.nevec.rjm.Ifactor
Copy constructor.
invertRound(BigComplex) - Static method in class org.nevec.rjm.BigDecimalMath
Build the inverse and maintain the approximate accuracy.
isBigInteger() - Method in class org.nevec.rjm.Rational
True if the value is integer.
isInteger() - Method in class org.nevec.rjm.Rational
True if the value is integer and in the range of the standard integer.
isIntegerFrac() - Method in class org.nevec.rjm.Rational
True if the value is a fraction of two integers in the range of the standard integer.
isLargerThanZero(double) - Static method in class org.processmining.stochasticawareconformancechecking.helperclasses.StochasticUtils
 
isProbability(double) - Static method in class org.processmining.stochasticawareconformancechecking.helperclasses.StochasticUtils
 
isqrt(int) - Static method in class org.nevec.rjm.BigIntegerMath
Evaluate floor(sqrt(n)).
isqrt(long) - Static method in class org.nevec.rjm.BigIntegerMath
Evaluate floor(sqrt(n)).
isqrt(BigInteger) - Static method in class org.nevec.rjm.BigIntegerMath
Evaluate floor(sqrt(n)).
isSPP(BigInteger, BigInteger) - Method in class org.nevec.rjm.Prime
Test whether a number n is a strong pseudoprime to base a.
issquare() - Method in class org.nevec.rjm.Ifactor
Test whether this is a square of an integer (perfect square).

L

lcm(BigInteger, BigInteger) - Static method in class org.nevec.rjm.BigIntegerMath
The lowest common multiple
lcm(Ifactor) - Method in class org.nevec.rjm.Ifactor
Lowest common multiple of this with oth.
lcmDenom(Rational[]) - Static method in class org.nevec.rjm.Rational
Common lcm of the denominators of a set of rational values.
log(BigDecimal) - Static method in class org.nevec.rjm.BigDecimalMath
The natural logarithm.
log(int, MathContext) - Static method in class org.nevec.rjm.BigDecimalMath
The natural logarithm.
log(Rational, MathContext) - Static method in class org.nevec.rjm.BigDecimalMath
The natural logarithm.
Log2StochasticDeterministicFiniteAutomaton - Class in org.processmining.stochasticawareconformancechecking.automata
 
Log2StochasticDeterministicFiniteAutomaton() - Constructor for class org.processmining.stochasticawareconformancechecking.automata.Log2StochasticDeterministicFiniteAutomaton
 
Log2StochasticDeterministicFiniteAutomatonPlugin - Class in org.processmining.stochasticawareconformancechecking.plugins
 
Log2StochasticDeterministicFiniteAutomatonPlugin() - Constructor for class org.processmining.stochasticawareconformancechecking.plugins.Log2StochasticDeterministicFiniteAutomatonPlugin
 

M

main(String[]) - Static method in class org.nevec.rjm.Ifactor
Test program.
main(String[]) - Static method in class org.nevec.rjm.Prime
Test program.
main(String...) - Static method in class org.processmining.stochasticawareconformancechecking.helperclasses.Entropy
 
main(String...) - Static method in class org.processmining.stochasticawareconformancechecking.helperclasses.RelativeEntropy
 
MakeAutomatonChoiceFul - Class in org.processmining.stochasticawareconformancechecking.helperclasses
An automaton without choices has an entropy of 0.
MakeAutomatonChoiceFul() - Constructor for class org.processmining.stochasticawareconformancechecking.helperclasses.MakeAutomatonChoiceFul
 
MarkingIterator(short[]) - Constructor for class org.processmining.stochasticawareconformancechecking.helperclasses.MarkingSet.MarkingIterator
 
MarkingSet - Class in org.processmining.stochasticawareconformancechecking.helperclasses
Packs several markings (short[]) into a single short[], while keeping them sorted for easy comparison.
MarkingSet() - Constructor for class org.processmining.stochasticawareconformancechecking.helperclasses.MarkingSet
 
MarkingSet.MarkingIterator - Class in org.processmining.stochasticawareconformancechecking.helperclasses
 
max(Ifactor) - Method in class org.nevec.rjm.Ifactor
Maximum of two values.
max(Vector<Ifactor>) - Static method in class org.nevec.rjm.Ifactor
Maximum of a list of values.
max(Rational) - Method in class org.nevec.rjm.Rational
Compares the value of this with another constant.
MAX_INT - Static variable in class org.nevec.rjm.Rational
The maximum and minimum value of a standard Java integer, 2^31.
millerRabin(BigInteger) - Method in class org.nevec.rjm.Prime
Miller-Rabin primality tests.
min(Ifactor) - Method in class org.nevec.rjm.Ifactor
Minimum of two values.
min(Vector<Ifactor>) - Static method in class org.nevec.rjm.Ifactor
Minimum of a list of values.
min(Rational) - Method in class org.nevec.rjm.Rational
Compares the value of this with another constant.
MIN_INT - Static variable in class org.nevec.rjm.Rational
 
mineGuiProcessTree(PluginContext, StochasticDeterministicFiniteAutomaton) - Method in class org.processmining.stochasticawareconformancechecking.plugins.EntropyPlugin
 
minor(BigInteger[][], int, int) - Static method in class org.nevec.rjm.BigIntegerMath
Minor of an integer matrix.
mod2pi(BigDecimal) - Static method in class org.nevec.rjm.BigDecimalMath
Reduce value to the interval [0,2*Pi].
modpi(BigDecimal) - Static method in class org.nevec.rjm.BigDecimalMath
Reduce value to the interval [-Pi/2,Pi/2].
moebius() - Method in class org.nevec.rjm.Ifactor
The Moebius function.
multGcdLcm(Ifactor, int) - Method in class org.nevec.rjm.Ifactor
Multiply with another positive integer.
multiply(BigInteger) - Method in class org.nevec.rjm.Ifactor
Multiply with another positive integer.
multiply(int) - Method in class org.nevec.rjm.Ifactor
Multiply with another positive integer.
multiply(Ifactor) - Method in class org.nevec.rjm.Ifactor
Multiply with another positive integer.
multiply(Rational) - Method in class org.nevec.rjm.Rational
Multiply by another fraction.
multiply(BigInteger) - Method in class org.nevec.rjm.Rational
Multiply by a BigInteger.
multiply(int) - Method in class org.nevec.rjm.Rational
Multiply by an integer.
multiplyRound(BigDecimal, BigDecimal) - Static method in class org.nevec.rjm.BigDecimalMath
Multiply and round.
multiplyRound(BigComplex, BigDecimal) - Static method in class org.nevec.rjm.BigDecimalMath
Multiply and round.
multiplyRound(BigComplex, BigComplex) - Static method in class org.nevec.rjm.BigDecimalMath
Multiply and round.
multiplyRound(BigDecimal, Rational) - Static method in class org.nevec.rjm.BigDecimalMath
Multiply and round.
multiplyRound(BigDecimal, int) - Static method in class org.nevec.rjm.BigDecimalMath
Multiply and round.
multiplyRound(BigDecimal, BigInteger) - Static method in class org.nevec.rjm.BigDecimalMath
Multiply and round.

N

n - Variable in class org.nevec.rjm.Ifactor
The standard representation of the number
negate() - Method in class org.nevec.rjm.Rational
Compute the negative.
next() - Method in interface org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomaton.EdgeIterable
 
next() - Method in class org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomatonImpl.EdgeIterableImpl
 
next() - Method in class org.processmining.stochasticawareconformancechecking.helperclasses.MarkingSet.MarkingIterator
 
nextActivity() - Method in interface org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomaton.EdgeIterableOutgoing
 
nextActivity() - Method in class org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomatonImpl.EdgeIterableOutgoingImpl
 
nextEdge() - Method in interface org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomaton.EdgeIterableOutgoing
 
nextEdge() - Method in class org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomatonImpl.EdgeIterableOutgoingImpl
 
nextprime(BigInteger) - Method in class org.nevec.rjm.Prime
return the smallest prime larger than n
nextProbability() - Method in interface org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomaton.EdgeIterableOutgoing
 
nextProbability() - Method in class org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomatonImpl.EdgeIterableOutgoingImpl
 
nextSource() - Method in interface org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomaton.EdgeIterableIncoming
 
nextSource() - Method in class org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomatonImpl.EdgeIterableIncomingImpl
 
nextTarget() - Method in interface org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomaton.EdgeIterableOutgoing
 
nextTarget() - Method in class org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomatonImpl.EdgeIterableOutgoingImpl
 
nMax - Static variable in class org.nevec.rjm.Prime
The maximum integer covered by the high end of the list.
normalize() - Method in class org.nevec.rjm.Rational
Normalize to coprime numerator and denominator.
numer() - Method in class org.nevec.rjm.Rational
Get the numerator.

O

omega() - Method in class org.nevec.rjm.Ifactor
The sum of the prime factor exponents, without multiplicity.
ONE - Static variable in class org.nevec.rjm.Ifactor
 
org.nevec.rjm - package org.nevec.rjm
 
org.processmining.stochasticawareconformancechecking.automata - package org.processmining.stochasticawareconformancechecking.automata
 
org.processmining.stochasticawareconformancechecking.helperclasses - package org.processmining.stochasticawareconformancechecking.helperclasses
 
org.processmining.stochasticawareconformancechecking.plugins - package org.processmining.stochasticawareconformancechecking.plugins
 

P

pack(int, int) - Static method in class org.processmining.stochasticawareconformancechecking.helperclasses.StatePair
 
pi(MathContext) - Static method in class org.nevec.rjm.BigDecimalMath
Euler's constant.
pi(BigInteger) - Method in class org.nevec.rjm.Prime
return the count of primes <= n
pochhammer(BigDecimal, int) - Static method in class org.nevec.rjm.BigDecimalMath
Pochhammer's function.
Pochhammer(BigInteger) - Method in class org.nevec.rjm.Rational
Compute Pochhammer's symbol (this)_n.
Pochhammer(int) - Method in class org.nevec.rjm.Rational
Compute pochhammer's symbol (this)_n.
pow(BigDecimal, BigDecimal) - Static method in class org.nevec.rjm.BigDecimalMath
Power function.
pow(int) - Method in class org.nevec.rjm.Ifactor
Exponentiation with a positive integer.
pow(int) - Method in class org.nevec.rjm.Rational
Power to an integer.
pow(BigInteger) - Method in class org.nevec.rjm.Rational
Power to an integer.
pow(Rational) - Method in class org.nevec.rjm.Rational
Raise to a rational power.
powRound(BigDecimal, int) - Static method in class org.nevec.rjm.BigDecimalMath
Raise to an integer power and round.
powRound(BigDecimal, BigInteger) - Static method in class org.nevec.rjm.BigDecimalMath
Raise to an integer power and round.
powRound(BigDecimal, Rational) - Static method in class org.nevec.rjm.BigDecimalMath
Raise to a fractional power and round.
prec2err(double, int) - Static method in class org.nevec.rjm.BigDecimalMath
Convert a precision (relative error) to an absolute error.
prevprime(BigInteger) - Method in class org.nevec.rjm.Prime
return the largest prime smaller than n
Prime - Class in org.nevec.rjm
Prime numbers.
Prime() - Constructor for class org.nevec.rjm.Prime
Default constructor initializing a list of primes up to 17.
primeexp - Variable in class org.nevec.rjm.Ifactor
 
process(StochasticDeterministicFiniteAutomatonImpl, TLongArrayStack, TLongIntMap, StochasticDeterministicFiniteAutomaton.EdgeIterableOutgoing, StochasticDeterministicFiniteAutomaton.EdgeIterableOutgoing, int, TShortShortMap, BigDecimal, Projection.ChooseProbability) - Static method in class org.processmining.stochasticawareconformancechecking.helperclasses.Projection
 
project(StochasticDeterministicFiniteAutomatonMapped<X>, StochasticDeterministicFiniteAutomatonMapped<X>, Projection.ChooseProbability) - Static method in class org.processmining.stochasticawareconformancechecking.helperclasses.Projection
 
Projection - Class in org.processmining.stochasticawareconformancechecking.helperclasses
 
Projection() - Constructor for class org.processmining.stochasticawareconformancechecking.helperclasses.Projection
 
Projection.ChooseProbability - Enum in org.processmining.stochasticawareconformancechecking.helperclasses
 
psi(double) - Static method in class org.nevec.rjm.BigDecimalMath
Digamma function.

R

Rational - Class in org.nevec.rjm
Fractions (rational numbers).
Rational() - Constructor for class org.nevec.rjm.Rational
Default ctor, which represents the zero.
Rational(BigInteger, BigInteger) - Constructor for class org.nevec.rjm.Rational
ctor from a numerator and denominator.
Rational(BigInteger) - Constructor for class org.nevec.rjm.Rational
ctor from a numerator.
Rational(int, int) - Constructor for class org.nevec.rjm.Rational
ctor from a numerator and denominator.
Rational(int) - Constructor for class org.nevec.rjm.Rational
ctor from an integer.
Rational(String) - Constructor for class org.nevec.rjm.Rational
ctor from a string representation.
Rational(String, int) - Constructor for class org.nevec.rjm.Rational
ctor from a string representation in a specified base.
RelativeEntropy - Class in org.processmining.stochasticawareconformancechecking.helperclasses
 
RelativeEntropy() - Constructor for class org.processmining.stochasticawareconformancechecking.helperclasses.RelativeEntropy
 
relativeEntropy(StochasticDeterministicFiniteAutomatonMapped<String>, StochasticDeterministicFiniteAutomatonMapped<String>) - Static method in class org.processmining.stochasticawareconformancechecking.helperclasses.RelativeEntropy
 
relativeEntropyHalf(StochasticDeterministicFiniteAutomatonMapped<String>, StochasticDeterministicFiniteAutomatonMapped<String>) - Static method in class org.processmining.stochasticawareconformancechecking.helperclasses.RelativeEntropy
 
RelativeEntropyPlugin - Class in org.processmining.stochasticawareconformancechecking.plugins
 
RelativeEntropyPlugin() - Constructor for class org.processmining.stochasticawareconformancechecking.plugins.RelativeEntropyPlugin
 
remove() - Method in interface org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomaton.EdgeIterable
 
remove() - Method in interface org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomaton.EdgeIterableOutgoing
 
remove() - Method in class org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomatonImpl.EdgeIterableImpl
 
remove() - Method in class org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomatonImpl.EdgeIterableOutgoingImpl
 
reset(int) - Method in interface org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomaton.EdgeIterableIncoming
 
reset(int) - Method in interface org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomaton.EdgeIterableOutgoing
Sets the iterator to the beginning of the edges of source.
reset(int) - Method in class org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomatonImpl.EdgeIterableIncomingImpl
 
reset(int) - Method in class org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomatonImpl.EdgeIterableOutgoingImpl
Sets the iterator to the beginning of the edges of source.
root(int, BigDecimal) - Static method in class org.nevec.rjm.BigDecimalMath
The integer root.
root(int) - Method in class org.nevec.rjm.Ifactor
Pulling the r-th root.
root(BigInteger) - Method in class org.nevec.rjm.Rational
r-th root.

S

scalePrec(BigDecimal, int) - Static method in class org.nevec.rjm.BigDecimalMath
Append decimal zeros to the value.
scalePrec(BigComplex, int) - Static method in class org.nevec.rjm.BigDecimalMath
Append decimal zeros to the value.
scalePrec(BigDecimal, MathContext) - Static method in class org.nevec.rjm.BigDecimalMath
Boost the precision by appending decimal zeros to the value.
set(int, Rational) - Method in class org.nevec.rjm.Bernoulli
Set a coefficient in the internal table.
setProbability(double) - Method in interface org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomaton.EdgeIterableOutgoing
 
setProbability(double) - Method in class org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomatonImpl.EdgeIterableOutgoingImpl
 
sigma(int) - Static method in class org.nevec.rjm.BigIntegerMath
Evaluate sigma(n).
sigma(BigInteger) - Static method in class org.nevec.rjm.BigIntegerMath
Evaluate sigma(n).
sigma() - Method in class org.nevec.rjm.Ifactor
Sum of the divisors of the number.
sigma(int) - Method in class org.nevec.rjm.Ifactor
Sum of the k-th powers of divisors of the number.
sigmak(BigInteger, int) - Static method in class org.nevec.rjm.BigIntegerMath
Evaluate sigma_k(n).
signum() - Method in class org.nevec.rjm.Rational
The sign: 1 if the number is >0, 0 if ==0, -1 if <0
sin(BigDecimal) - Static method in class org.nevec.rjm.BigDecimalMath
Trigonometric sine.
sinh(BigDecimal) - Static method in class org.nevec.rjm.BigDecimalMath
The hyperbolic sine.
solve(BigInteger[][], BigInteger[]) - Static method in class org.nevec.rjm.BigIntegerMath
Solve a linear system of equations.
sqrt(BigDecimal, MathContext) - Static method in class org.nevec.rjm.BigDecimalMath
The square root.
sqrt(BigDecimal) - Static method in class org.nevec.rjm.BigDecimalMath
The square root.
StatePair - Class in org.processmining.stochasticawareconformancechecking.helperclasses
 
StatePair() - Constructor for class org.processmining.stochasticawareconformancechecking.helperclasses.StatePair
 
StochasticDeterministicFiniteAutomaton - Interface in org.processmining.stochasticawareconformancechecking.automata
 
StochasticDeterministicFiniteAutomaton.EdgeIterable - Interface in org.processmining.stochasticawareconformancechecking.automata
 
StochasticDeterministicFiniteAutomaton.EdgeIterableIncoming - Interface in org.processmining.stochasticawareconformancechecking.automata
 
StochasticDeterministicFiniteAutomaton.EdgeIterableOutgoing - Interface in org.processmining.stochasticawareconformancechecking.automata
 
StochasticDeterministicFiniteAutomaton2Dot - Class in org.processmining.stochasticawareconformancechecking.automata
 
StochasticDeterministicFiniteAutomaton2Dot() - Constructor for class org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomaton2Dot
 
StochasticDeterministicFiniteAutomatonImpl - Class in org.processmining.stochasticawareconformancechecking.automata
 
StochasticDeterministicFiniteAutomatonImpl() - Constructor for class org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomatonImpl
 
StochasticDeterministicFiniteAutomatonImpl.EdgeIterableImpl - Class in org.processmining.stochasticawareconformancechecking.automata
 
StochasticDeterministicFiniteAutomatonImpl.EdgeIterableIncomingImpl - Class in org.processmining.stochasticawareconformancechecking.automata
 
StochasticDeterministicFiniteAutomatonImpl.EdgeIterableOutgoingImpl - Class in org.processmining.stochasticawareconformancechecking.automata
Iterator to iterate over the outgoing edges of a state.
StochasticDeterministicFiniteAutomatonMapped<X> - Interface in org.processmining.stochasticawareconformancechecking.automata
 
StochasticDeterministicFiniteAutomatonMappedImpl<X> - Class in org.processmining.stochasticawareconformancechecking.automata
 
StochasticDeterministicFiniteAutomatonMappedImpl() - Constructor for class org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomatonMappedImpl
 
StochasticDeterministicFiniteAutomatonVisualiser - Class in org.processmining.stochasticawareconformancechecking.plugins
 
StochasticDeterministicFiniteAutomatonVisualiser() - Constructor for class org.processmining.stochasticawareconformancechecking.plugins.StochasticDeterministicFiniteAutomatonVisualiser
 
StochasticPetriNet2StochasticDeterministicFiniteAutomaton2 - Class in org.processmining.stochasticawareconformancechecking.helperclasses
 
StochasticPetriNet2StochasticDeterministicFiniteAutomaton2() - Constructor for class org.processmining.stochasticawareconformancechecking.helperclasses.StochasticPetriNet2StochasticDeterministicFiniteAutomaton2
 
StochasticPetriNet2StochasticDeterministicFiniteAutomatonPlugin - Class in org.processmining.stochasticawareconformancechecking.plugins
 
StochasticPetriNet2StochasticDeterministicFiniteAutomatonPlugin() - Constructor for class org.processmining.stochasticawareconformancechecking.plugins.StochasticPetriNet2StochasticDeterministicFiniteAutomatonPlugin
 
StochasticUtils - Class in org.processmining.stochasticawareconformancechecking.helperclasses
 
StochasticUtils() - Constructor for class org.processmining.stochasticawareconformancechecking.helperclasses.StochasticUtils
 
subtract(Rational) - Method in class org.nevec.rjm.Rational
Subtract another fraction.
subtract(BigInteger) - Method in class org.nevec.rjm.Rational
Subtract an integer.
subtract(int) - Method in class org.nevec.rjm.Rational
Subtract an integer.
subtractRound(BigDecimal, BigDecimal) - Static method in class org.nevec.rjm.BigDecimalMath
Subtract and round according to the larger of the two ulp's.
subtractRound(BigComplex, BigComplex) - Static method in class org.nevec.rjm.BigDecimalMath
Subtract and round according to the larger of the two ulp's.

T

tan(BigDecimal) - Static method in class org.nevec.rjm.BigDecimalMath
The trigonometric tangent.
tanh(BigDecimal) - Static method in class org.nevec.rjm.BigDecimalMath
The hyperbolic tangent.
toDot(StochasticDeterministicFiniteAutomaton) - Static method in class org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomaton2Dot
 
toFString(int) - Method in class org.nevec.rjm.Rational
Return a string in floating point format.
toIfactor(int) - Method in class org.nevec.rjm.Factorial
Compute the factorial of the non-negative integer.
toString() - Method in class org.nevec.rjm.BigComplex
Human-readable Fortran-type display
toString(MathContext) - Method in class org.nevec.rjm.BigComplex
Human-readable Fortran-type display
toString() - Method in class org.nevec.rjm.Ifactor
Convert to printable format
toString() - Method in class org.nevec.rjm.Rational
Return a string in the format number/denom.
toString() - Method in class org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomatonImpl
 
transform(X) - Method in interface org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomatonMapped
 
transform(X, short) - Method in interface org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomatonMapped
 
transform(short) - Method in interface org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomatonMapped
 
transform(X) - Method in class org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomatonMappedImpl
 
transform(X, short) - Method in class org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomatonMappedImpl
 
transform(short) - Method in class org.processmining.stochasticawareconformancechecking.automata.StochasticDeterministicFiniteAutomatonMappedImpl
 
transformTrace(StochasticDeterministicFiniteAutomatonMapped<String>, XTrace, XEventClassifier) - Static method in class org.processmining.stochasticawareconformancechecking.automata.Log2StochasticDeterministicFiniteAutomaton
 
trunc() - Method in class org.nevec.rjm.Rational
Remove the fractional part.

U

unpackA(long) - Static method in class org.processmining.stochasticawareconformancechecking.helperclasses.StatePair
 
unpackB(long) - Static method in class org.processmining.stochasticawareconformancechecking.helperclasses.StatePair
 
UnsupportedAutomatonException - Exception in org.processmining.stochasticawareconformancechecking.helperclasses
 
UnsupportedAutomatonException(String) - Constructor for exception org.processmining.stochasticawareconformancechecking.helperclasses.UnsupportedAutomatonException
 
UnsupportedLogException - Exception in org.processmining.stochasticawareconformancechecking.helperclasses
 
UnsupportedLogException(String) - Constructor for exception org.processmining.stochasticawareconformancechecking.helperclasses.UnsupportedLogException
 
UnsupportedPetriNetException - Exception in org.processmining.stochasticawareconformancechecking.helperclasses
 
UnsupportedPetriNetException(String) - Constructor for exception org.processmining.stochasticawareconformancechecking.helperclasses.UnsupportedPetriNetException
 

V

valueOf(Vector<BigInteger>, BigInteger) - Static method in class org.nevec.rjm.BigIntegerMath
Evaluate the value of an integer polynomial at some integer argument.
valueOf(String) - Static method in enum org.processmining.stochasticawareconformancechecking.helperclasses.Projection.ChooseProbability
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.processmining.stochasticawareconformancechecking.helperclasses.Projection.ChooseProbability
Returns an array containing the constants of this enum type, in the order they are declared.
visualise(PluginContext, StochasticDeterministicFiniteAutomaton) - Method in class org.processmining.stochasticawareconformancechecking.plugins.StochasticDeterministicFiniteAutomatonVisualiser
 

Z

ZERO - Static variable in class org.nevec.rjm.Ifactor
 
ZERO - Static variable in class org.nevec.rjm.Rational
The constant 0.
zeta(int, MathContext) - Static method in class org.nevec.rjm.BigDecimalMath
Riemann zeta function.
zeta1(int) - Static method in class org.nevec.rjm.BigDecimalMath
Riemann zeta function.
A B C D E F G H I L M N O P R S T U V Z 
Skip navigation links