Uses of Class
org.processmining.dataawareexplorer.explorer.ExplorerInterface.ResultOption
-
Packages that use ExplorerInterface.ResultOption Package Description org.processmining.dataawareexplorer.explorer -
-
Uses of ExplorerInterface.ResultOption in org.processmining.dataawareexplorer.explorer
Methods in org.processmining.dataawareexplorer.explorer that return ExplorerInterface.ResultOption Modifier and Type Method Description ExplorerInterface.ResultOptionExplorerInterface.CustomQueryResult. getStandard()ExplorerInterface.ResultOptionExplorerInterface.QueryResult. getStandard()ExplorerInterface.ResultOptionExplorerInterface.StandardQueryResult. getStandard()static ExplorerInterface.ResultOptionExplorerInterface.ResultOption. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ExplorerInterface.ResultOption[]ExplorerInterface.ResultOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.processmining.dataawareexplorer.explorer with parameters of type ExplorerInterface.ResultOption Constructor Description StandardQueryResult(ExplorerInterface.ResultOption option)
-