Uses of Interface
sfs2x.client.entities.match.IMatcher
-
Packages that use IMatcher Package Description sfs2x.client.entities.match -
-
Uses of IMatcher in sfs2x.client.entities.match
Classes in sfs2x.client.entities.match that implement IMatcher Modifier and Type Class Description classBoolMatchThe BoolMatch class is used in matching expressions to check boolean conditions.classNumberMatchThe NumberMatch class is used in matching expressions to check numeric conditions.classStringMatchThe StringMatch class is used in matching expressions to check string conditions.Methods in sfs2x.client.entities.match that return IMatcher Modifier and Type Method Description IMatcherMatchExpression. getCondition()Returns the matching criteria used during values comparison.Methods in sfs2x.client.entities.match with parameters of type IMatcher Modifier and Type Method Description MatchExpressionMatchExpression. and(java.lang.String varName, IMatcher condition, java.lang.Object value)Concatenates the current expression with a new one using the logical AND operator.MatchExpressionMatchExpression. or(java.lang.String varName, IMatcher condition, java.lang.Object value)Concatenates the current expression with a new one using the logical OR operator.Constructors in sfs2x.client.entities.match with parameters of type IMatcher Constructor Description MatchExpression(java.lang.String varName, IMatcher condition, java.lang.Object value)Creates a new MatchExpression instance.
-