Uses of Enum Class
de.aristaflow.adept2.model.logmanagement.CmpOperator
Packages that use CmpOperator
-
Uses of CmpOperator in de.aristaflow.adept2.model.logmanagement
Methods in de.aristaflow.adept2.model.logmanagement that return CmpOperatorModifier and TypeMethodDescriptionstatic CmpOperatorCmpOperator.getCmpOperatorForSymbol(String symbol) Returns the comparison operator to which the given symbol belongs ornullif the symbol is not recognised.static CmpOperatorReturns the enum constant of this class with the specified name.static CmpOperator[]CmpOperator.values()Returns an array containing the constants of this enum class, 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 CmpOperatorModifier and TypeMethodDescriptionstatic CmpOperatorTransformation.fromIlm(ComparisonOperator.Equality co) protected static CmpOperatorTransformation.fromIlm(ComparisonOperator.Number co) protected static CmpOperatorTransformation.fromIlm(ComparisonOperator.String co) Methods in de.aristaflow.ilm.core.logmanager.logs with parameters of type CmpOperatorModifier and TypeMethodDescriptionprotected static Pair<String,Serializable> Transformation.formatCond(String condTempl, String colName, CmpOperator op, Serializable value) Gets the string based on the designated template with the designatedComparisonOperatorand the designated column name.Method parameters in de.aristaflow.ilm.core.logmanager.logs with type arguments of type CmpOperatorModifier and TypeMethodDescriptionprotected 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)