Uses of Interface
org.processmining.longdistancedependencies.function.Function
-
Packages that use Function Package Description org.processmining.longdistancedependencies.choicedata org.processmining.longdistancedependencies.function -
-
Uses of Function in org.processmining.longdistancedependencies.choicedata
Methods in org.processmining.longdistancedependencies.choicedata that return Function Modifier and Type Method Description FunctionEquation. getFunction()static FunctionChoiceData2Functions. getTransitionWeightFunction(int[] history, int transitionIndex, int numberOfTransitions, FunctionFactory functionFactory, org.processmining.plugins.inductiveVisualMiner.helperClasses.IvMModel model)Constructors in org.processmining.longdistancedependencies.choicedata with parameters of type Function Constructor Description Equation(double value, Function function, int occurrences) -
Uses of Function in org.processmining.longdistancedependencies.function
Classes in org.processmining.longdistancedependencies.function that implement Function Modifier and Type Class Description classConstantclassDivisionclassProductclassSumclassVariableclassVariablePowerMethods in org.processmining.longdistancedependencies.function that return Function Modifier and Type Method Description FunctionFunctionFactory. constant(double value)FunctionFunctionFactoryImpl. constant(double value)FunctionFunctionFactoryNonReducing. constant(double value)FunctionFunctionFactory. division(Function functionA, Function functionB)FunctionFunctionFactoryImpl. division(Function functionA, Function functionB)FunctionFunctionFactoryNonReducing. division(Function functionA, Function functionB)FunctionFunctionFactory. product(Function... functions)FunctionFunctionFactoryImpl. product(Function... functions)FunctionFunctionFactoryNonReducing. product(Function... functions)FunctionFunctionFactory. sum(Function... functions)FunctionFunctionFactoryImpl. sum(Function... functions)FunctionFunctionFactoryNonReducing. sum(Function... functions)FunctionFunctionFactory. variable(int parameterIndex)FunctionFunctionFactory. variable(int parameterIndex, java.lang.String name)FunctionFunctionFactoryImpl. variable(int parameterIndex)FunctionFunctionFactoryImpl. variable(int parameterIndex, java.lang.String name)FunctionFunctionFactoryNonReducing. variable(int parameterIndex)FunctionFunctionFactoryNonReducing. variable(int parameterIndex, java.lang.String name)FunctionFunctionFactory. variablePower(int parameterIndex, int power)FunctionFunctionFactory. variablePower(int parameterIndex, java.lang.String name, int power)FunctionFunctionFactoryImpl. variablePower(int parameterIndex, int power)FunctionFunctionFactoryImpl. variablePower(int parameterIndex, java.lang.String name, int power)FunctionFunctionFactoryNonReducing. variablePower(int parameterIndex, int power)FunctionFunctionFactoryNonReducing. variablePower(int parameterIndex, java.lang.String name, int power)Methods in org.processmining.longdistancedependencies.function with parameters of type Function Modifier and Type Method Description FunctionFunctionFactory. division(Function functionA, Function functionB)FunctionFunctionFactoryImpl. division(Function functionA, Function functionB)FunctionFunctionFactoryNonReducing. division(Function functionA, Function functionB)FunctionFunctionFactory. product(Function... functions)FunctionFunctionFactoryImpl. product(Function... functions)FunctionFunctionFactoryNonReducing. product(Function... functions)FunctionFunctionFactory. sum(Function... functions)FunctionFunctionFactoryImpl. sum(Function... functions)FunctionFunctionFactoryNonReducing. sum(Function... functions)Constructors in org.processmining.longdistancedependencies.function with parameters of type Function Constructor Description Division(Function functionA, Function functionB)Product(Function... functions)Sum(Function... functions)
-