Package | Description |
---|---|
org.apache.incubator.uima.regex | |
org.apache.incubator.uima.regex.impl |
Modifier and Type | Field and Description |
---|---|
static RuleDocument.Rule.MatchStrategy.Enum |
RuleDocument.Rule.MatchStrategy.MATCH_ALL |
static RuleDocument.Rule.MatchStrategy.Enum |
RuleDocument.Rule.MatchStrategy.MATCH_COMPLETE |
static RuleDocument.Rule.MatchStrategy.Enum |
RuleDocument.Rule.MatchStrategy.MATCH_FIRST |
Modifier and Type | Method and Description |
---|---|
static RuleDocument.Rule.MatchStrategy.Enum |
RuleDocument.Rule.MatchStrategy.Enum.forInt(int i)
Returns the enum value corresponding to an int, or null if none.
|
static RuleDocument.Rule.MatchStrategy.Enum |
RuleDocument.Rule.MatchStrategy.Enum.forString(java.lang.String s)
Returns the enum value for a string, or null if none.
|
RuleDocument.Rule.MatchStrategy.Enum |
RuleDocument.Rule.getMatchStrategy()
Gets the "matchStrategy" attribute
|
Modifier and Type | Method and Description |
---|---|
void |
RuleDocument.Rule.setMatchStrategy(RuleDocument.Rule.MatchStrategy.Enum matchStrategy)
Sets the "matchStrategy" attribute
|
Modifier and Type | Method and Description |
---|---|
RuleDocument.Rule.MatchStrategy.Enum |
RuleDocumentImpl.RuleImpl.getMatchStrategy()
Gets the "matchStrategy" attribute
|
Modifier and Type | Method and Description |
---|---|
void |
RuleDocumentImpl.RuleImpl.setMatchStrategy(RuleDocument.Rule.MatchStrategy.Enum matchStrategy)
Sets the "matchStrategy" attribute
|
Copyright © 2013. All Rights Reserved.