Uses of Interface
org.processmining.placebasedlpmdiscovery.runners.io.RunnerInput
-
-
Uses of RunnerInput in org.processmining.placebasedlpmdiscovery.runners
Fields in org.processmining.placebasedlpmdiscovery.runners declared as RunnerInput Modifier and Type Field Description protected RunnerInputAbstractRunnerConfig. runnerInputMethods in org.processmining.placebasedlpmdiscovery.runners that return RunnerInput Modifier and Type Method Description RunnerInputAbstractRunnerConfig. getInput()RunnerInputRunnerConfig. getInput()Constructors in org.processmining.placebasedlpmdiscovery.runners with parameters of type RunnerInput Constructor Description AbstractRunnerConfig(RunnerInput runnerInput, RunnerOutput runnerOutput) -
Uses of RunnerInput in org.processmining.placebasedlpmdiscovery.runners.clustering
Constructors in org.processmining.placebasedlpmdiscovery.runners.clustering with parameters of type RunnerInput Constructor Description ClusteringRunnerConfig(GroupingConfig clusteringConfig, RunnerInput runnerInput, RunnerOutput runnerOutput) -
Uses of RunnerInput in org.processmining.placebasedlpmdiscovery.runners.dataattributevectorextraction
Constructors in org.processmining.placebasedlpmdiscovery.runners.dataattributevectorextraction with parameters of type RunnerInput Constructor Description DataAttributeVectorExtractionRunnerConfig(java.util.Collection<java.lang.String> attributes, RunnerInput runnerInput, RunnerOutput runnerOutput) -
Uses of RunnerInput in org.processmining.placebasedlpmdiscovery.runners.io
Classes in org.processmining.placebasedlpmdiscovery.runners.io that implement RunnerInput Modifier and Type Class Description classDefaultRunnerInput -
Uses of RunnerInput in org.processmining.placebasedlpmdiscovery.runners.lpmdiscovery
Constructors in org.processmining.placebasedlpmdiscovery.runners.lpmdiscovery with parameters of type RunnerInput Constructor Description LPMDiscoveryRunnerConfig(RunnerInput runnerInput, RunnerOutput runnerOutput) -
Uses of RunnerInput in org.processmining.placebasedlpmdiscovery.runners.serialization
Methods in org.processmining.placebasedlpmdiscovery.runners.serialization that return RunnerInput Modifier and Type Method Description RunnerInputRunnerInputAdapter. deserialize(com.google.gson.JsonElement json, java.lang.reflect.Type typeOfT, com.google.gson.JsonDeserializationContext context)Methods in org.processmining.placebasedlpmdiscovery.runners.serialization with parameters of type RunnerInput Modifier and Type Method Description com.google.gson.JsonElementRunnerInputAdapter. serialize(RunnerInput src, java.lang.reflect.Type typeOfSrc, com.google.gson.JsonSerializationContext context)
-