Uses of Class
de.aristaflow.adept2.model.logmanagement.CmpOperator
-
Packages that use CmpOperator Package Description de.aristaflow.adept2.model.logmanagement de.aristaflow.ilm.core.logmanager.logs -
-
Uses of CmpOperator in de.aristaflow.adept2.model.logmanagement
Methods in de.aristaflow.adept2.model.logmanagement that return CmpOperator Modifier and Type Method Description static CmpOperator
CmpOperator. getCmpOperatorForSymbol(String symbol)
Returns the comparison operator to which the given symbol belongs ornull
if the symbol is not recognised.static CmpOperator
CmpOperator. valueOf(String name)
Returns the enum constant of this type with the specified name.static CmpOperator[]
CmpOperator. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CmpOperator in de.aristaflow.ilm.core.logmanager.logs
Methods in de.aristaflow.ilm.core.logmanager.logs that return CmpOperator Modifier and Type Method Description static CmpOperator
Transformation. fromIlm(ComparisonOperator.Equality co)
protected static CmpOperator
Transformation. fromIlm(ComparisonOperator.Number co)
protected static CmpOperator
Transformation. fromIlm(ComparisonOperator.String co)
Methods in de.aristaflow.ilm.core.logmanager.logs with parameters of type CmpOperator Modifier and Type Method Description protected static Pair<String,Serializable>
Transformation. formatCond(String condTempl, String colName, CmpOperator op, Serializable value)
Gets the string based on the designated template with the designatedComparisonOperator
and the designated column name.Method parameters in de.aristaflow.ilm.core.logmanager.logs with type arguments of type CmpOperator Modifier and Type Method Description protected static <T extends Serializable & Comparable<T>,O extends Enum<O>,F extends AtomicAttributeFilter<T>>
Pair<String,List<Serializable>>Transformation. fromIlm(String condTempl, String colName, Function<O,CmpOperator> opTrans, F filter)
-