Class ExplorerInterface.CustomQueryResult
- java.lang.Object
-
- org.processmining.dataawareexplorer.explorer.ExplorerInterface.CustomQueryResult
-
- All Implemented Interfaces:
ExplorerInterface.QueryResult
- Enclosing interface:
- ExplorerInterface
public static final class ExplorerInterface.CustomQueryResult extends java.lang.Object implements ExplorerInterface.QueryResult
-
-
Constructor Summary
Constructors Constructor Description CustomQueryResult(int option)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCustom()ExplorerInterface.ResultOptiongetStandard()
-
-
-
Method Detail
-
getStandard
public ExplorerInterface.ResultOption getStandard()
- Specified by:
getStandardin interfaceExplorerInterface.QueryResult
-
getCustom
public int getCustom()
- Specified by:
getCustomin interfaceExplorerInterface.QueryResult
-
-