Class IFConstant
- java.lang.Object
-
- org.processmining.interactivefiltering.IFConstant
-
public class IFConstant extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intCPP_INTstatic java.lang.StringCPP_STRINGstatic intDFR_INTstatic java.lang.StringDFR_STRINGstatic intEFR_INTstatic java.lang.StringEFR_STRING
-
Constructor Summary
Constructors Constructor Description IFConstant()
-
-
-
Field Detail
-
DFR_INT
public static final int DFR_INT
- See Also:
- Constant Field Values
-
CPP_INT
public static final int CPP_INT
- See Also:
- Constant Field Values
-
EFR_INT
public static final int EFR_INT
- See Also:
- Constant Field Values
-
DFR_STRING
public static final java.lang.String DFR_STRING
- See Also:
- Constant Field Values
-
CPP_STRING
public static final java.lang.String CPP_STRING
- See Also:
- Constant Field Values
-
EFR_STRING
public static final java.lang.String EFR_STRING
- See Also:
- Constant Field Values
-
-