Package sfs3.client.entities.match
Interface IMatcher
- All Known Implementing Classes:
BoolMatch,NumberMatch,StringMatch
public interface IMatcher
The IMatcher interface defines the properties of an object representing a condition to be used in a matching expression exposes.
- See Also:
-
Method Summary
-
Method Details
-
getSymbol
String getSymbol()Returns the condition symbol of this matcher. -
getType
int getType()Returns the type id of this matcher.
-