Status | Old Version | New Version |
MODIFIED | 51.0 | 52.0 |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | protected | void | addAnnotationToLabel(org.apache.uima.cas.text.AnnotationFS, | n.a. | n.a. |
|
||||
NEW | public | java.lang.String | getLabel() | n.a. | n.a. |
|
||||
NEW | public | void | setLabel(java.lang.String) | n.a. | n.a. |
|
Status | Old Version | New Version |
MODIFIED | 51.0 | 52.0 |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public | org.apache.uima.ruta.condition.AbstractRutaCondition | createConditionVariable(org.antlr.runtime.Token) | n.a. |
|
|
Change |
CLASS_REMOVED |
Status | Superclass | Compatibility Changes: | ||
REMOVED (!) | org.apache.uima.ruta.condition.AbstractRutaCondition |
|
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public | VariableCondition(java.lang.String) | n.a. |
|
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public | org.apache.uima.ruta.rule.EvaluatedCondition | eval(org.apache.uima.ruta.rule.MatchContext, | n.a. |
|
|
||||||
REMOVED (!) | public | java.lang.String | getVar() | n.a. |
|
|
Status | Old Version | New Version |
MODIFIED | 51.0 | 52.0 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||
MODIFIED | public | RutaDescriptorBuilder(java.net.URL, |
| n.a. |
|
Status | Old Version | New Version |
MODIFIED | 51.0 | 52.0 |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||
NEW | public | org.apache.uima.ruta.descriptor.RutaDescriptorInformation | parseDescriptorInformation(java.lang.String, |
| n.a. |
|
Status | Old Version | New Version |
MODIFIED | 51.0 | 52.0 |
Status | Modifier | Type | Field | Compatibility Changes: |
NEW | public static final | java.lang.String | n.a. | PARAM_CSV_SEPARATOR |
NEW | public static final | java.lang.String | n.a. | PARAM_INFERENCE_VISITORS |
NEW | public static final | java.lang.String | n.a. | PARAM_MAX_RULE_ELEMENT_MATCHES |
NEW | public static final | java.lang.String | n.a. | PARAM_MAX_RULE_MATCHES |
NEW | public static final | java.lang.String | n.a. | PARAM_RULES_SCRIPT_NAME |
Status | Old Version | New Version |
MODIFIED | 51.0 | 52.0 |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||||||||||
MODIFIED (*) | static public | org.apache.uima.cas.CAS | getCAS(java.lang.String) |
|
|
|
||||||||||||||||
MODIFIED (*) | static public | org.apache.uima.cas.CAS | getCAS(java.lang.String, |
|
|
|
||||||||||||||||
NEW | static public | org.apache.uima.cas.CAS | getCAS(java.lang.String, |
| n.a. |
|
Status | Old Version | New Version |
MODIFIED | 51.0 | 52.0 |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | org.apache.uima.ruta.expression.type.ITypeListExpression | getTypeListExpression() | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
NEW | org.apache.uima.ruta.expression.bool.AbstractBooleanExpression | n.a. |
Status | Interface | Compatibility Changes: |
NEW | org.apache.uima.ruta.expression.bool.IBooleanExpression | n.a. |
NEW | org.apache.uima.ruta.expression.IRutaExpression | n.a. |
NEW | org.apache.uima.ruta.expression.string.IStringExpression | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | BooleanAnnotationExpression(org.apache.uima.ruta.expression.annotation.IAnnotationExpression, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | boolean | getBooleanValue(org.apache.uima.ruta.rule.MatchContext, | n.a. | n.a. |
|
||||
NEW | public | org.apache.uima.ruta.expression.annotation.IAnnotationExpression | getFristExpression() | n.a. | n.a. |
|
||||
NEW | public | java.lang.String | getOperator() | n.a. | n.a. |
|
||||
NEW | public | org.apache.uima.ruta.expression.annotation.IAnnotationExpression | getSecondExpression() | n.a. | n.a. |
|
||||
NEW | public | java.lang.String | getStringValue(org.apache.uima.ruta.rule.MatchContext, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
NEW | org.apache.uima.ruta.expression.bool.AbstractBooleanExpression | n.a. |
Status | Interface | Compatibility Changes: |
NEW | org.apache.uima.ruta.expression.bool.IBooleanExpression | n.a. |
NEW | org.apache.uima.ruta.expression.IRutaExpression | n.a. |
NEW | org.apache.uima.ruta.expression.string.IStringExpression | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | BooleanAnnotationListExpression(org.apache.uima.ruta.expression.annotation.IAnnotationListExpression, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | boolean | getBooleanValue(org.apache.uima.ruta.rule.MatchContext, | n.a. | n.a. |
|
||||
NEW | public | org.apache.uima.ruta.expression.annotation.IAnnotationListExpression | getFristExpression() | n.a. | n.a. |
|
||||
NEW | public | java.lang.String | getOperator() | n.a. | n.a. |
|
||||
NEW | public | org.apache.uima.ruta.expression.annotation.IAnnotationListExpression | getSecondExpression() | n.a. | n.a. |
|
||||
NEW | public | java.lang.String | getStringValue(org.apache.uima.ruta.rule.MatchContext, | n.a. | n.a. |
|
Status | Old Version | New Version |
MODIFIED | 51.0 | 52.0 |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | org.apache.uima.ruta.expression.bool.IBooleanExpression | createBooleanAnnotationExpression(org.apache.uima.ruta.expression.IRutaExpression, | n.a. | n.a. |
|
||||
NEW | public | org.apache.uima.ruta.expression.bool.IBooleanExpression | createBooleanAnnotationListExpression(org.apache.uima.ruta.expression.IRutaExpression, | n.a. | n.a. |
|
Status | Old Version | New Version |
MODIFIED | 51.0 | 52.0 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public | LazyFeature(java.lang.String) | n.a. |
|
|
||||||
NEW | public | LazyFeature(java.lang.String, | n.a. | n.a. |
|
Status | Old Version | New Version |
MODIFIED | 51.0 | 52.0 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | MatchReference(org.apache.uima.ruta.expression.type.ITypeListExpression) | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | org.apache.uima.ruta.expression.type.ITypeListExpression | getTypeListExpression(org.apache.uima.ruta.rule.MatchContext, | n.a. | n.a. |
|
Change |
INTERFACE_ADDED |
Status | Old Version | New Version |
MODIFIED | 51.0 | 52.0 |
Status | Interface | Compatibility Changes: |
NEW | org.apache.uima.ruta.expression.IRutaExpression | n.a. |
NEW | org.apache.uima.ruta.expression.string.IStringExpression | n.a. |
Status | Old Version | New Version |
MODIFIED | 51.0 | 52.0 |
Status | Modifier | Type | Field | Compatibility Changes: |
NEW | public static final | int | n.a. | OPTIONAL |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||||
NEW | final public | void | mOPTIONAL() |
| n.a. |
|
Status | Old Version | New Version |
MODIFIED | 51.0 | 52.0 |
Status | Interface | Compatibility Changes: |
UNCHANGED (!) | org.apache.uima.ruta.resource.RutaTable | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: |
NEW | public static final | java.lang.String | n.a. | DEFAULT_CSV_SEPARATOR |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||||||||
REMOVED (!) | public | CSVTable(java.lang.String) |
|
|
|
||||||||||
REMOVED (!) | public | CSVTable(org.springframework.core.io.Resource) |
|
|
|
||||||||||
REMOVED (!) | public | CSVTable(java.io.InputStream) |
|
|
|
||||||||||
NEW | public | CSVTable(java.lang.String, |
| n.a. |
|
||||||||||
NEW | public | CSVTable(org.springframework.core.io.Resource, |
| n.a. |
|
||||||||||
NEW | public | CSVTable(java.io.InputStream, |
| n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
REMOVED | public | java.util.List | getRowWhere(int, | n.a. | n.a. |
|
||||
NEW | public | java.util.List | getRowWhere(int, | n.a. | n.a. |
|
Status | Old Version | New Version |
MODIFIED | 51.0 | 52.0 |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public abstract | java.util.List | getRowWhere(int, | n.a. |
|
|
||||||
NEW (*) | public abstract | java.util.List | getRowWhere(int, | n.a. |
|
|
Status | Old Version | New Version |
MODIFIED | 51.0 | 52.0 |
Status | Interface | Compatibility Changes: |
UNCHANGED (!) | org.apache.uima.ruta.rule.RuleElement | n.a. |
Status | Modifier | Type | Field | Compatibility Changes: | ||
NEW | protected | java.util.List | n.a. | inlinedActionRuleBlocks | ||
REMOVED (!) | protected | java.util.List (!) |
| inlinedActionRules | ||
NEW | protected | java.util.List | n.a. | inlinedConditionRuleBlocks | ||
REMOVED (!) | protected | java.util.List (!) |
| inlinedConditionRules |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | void | addInlinedActionRules(java.util.List) | n.a. | n.a. |
|
||||
NEW | public | void | addInlinedConditionRules(java.util.List) | n.a. | n.a. |
|
||||
NEW | public | java.util.List | getInlinedActionRuleBlocks() | n.a. | n.a. |
|
||||
REMOVED | public | java.util.List | getInlinedActionRules() | n.a. | n.a. |
|
||||
NEW | public | java.util.List | getInlinedConditionRuleBlocks() | n.a. | n.a. |
|
||||
REMOVED | public | java.util.List | getInlinedConditionRules() | n.a. | n.a. |
|
||||
REMOVED | public | void | setInlinedActionRules(java.util.List) | n.a. | n.a. |
|
||||
REMOVED | public | void | setInlinedConditionRules(java.util.List) | n.a. | n.a. |
|
Change |
METHOD_REMOVED_IN_SUPERCLASS |
FIELD_REMOVED_IN_SUPERCLASS |
Status | Old Version | New Version |
MODIFIED | 51.0 | 52.0 |
Status | Interface | Compatibility Changes: |
UNCHANGED (!) | org.apache.uima.ruta.rule.RuleElement | n.a. |
Change |
METHOD_REMOVED_IN_SUPERCLASS |
FIELD_REMOVED_IN_SUPERCLASS |
Status | Old Version | New Version |
MODIFIED | 51.0 | 52.0 |
Status | Interface | Compatibility Changes: |
UNCHANGED (!) | org.apache.uima.ruta.rule.RuleElement | n.a. |
Status | Old Version | New Version |
MODIFIED | 51.0 | 52.0 |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | protected | void | updateLabelAssignment(java.util.List, | n.a. | n.a. |
|
Status | Old Version | New Version |
MODIFIED | 51.0 | 52.0 |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public | void | add(org.apache.uima.ruta.rule.AbstractRuleMatch) | n.a. |
|
|
||||||
NEW | public | void | add(org.apache.uima.ruta.rule.AbstractRuleMatch, | n.a. | n.a. |
|
||||||
REMOVED (!) | public | void | addAll(java.util.List) | n.a. |
|
|
||||||
NEW | public | void | addAll(java.util.List, | n.a. | n.a. |
|
Status | Old Version | New Version |
MODIFIED | 51.0 | 52.0 |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
NEW (*) | public abstract | void | addInlinedActionRules(java.util.List) | n.a. |
|
|
||||||
NEW (*) | public abstract | void | addInlinedConditionRules(java.util.List) | n.a. |
|
|
||||||
NEW (*) | public abstract | java.util.List | getInlinedActionRuleBlocks() | n.a. |
|
|
||||||
REMOVED (!) | public abstract | java.util.List | getInlinedActionRules() | n.a. |
|
|
||||||
NEW (*) | public abstract | java.util.List | getInlinedConditionRuleBlocks() | n.a. |
|
|
||||||
REMOVED (!) | public abstract | java.util.List | getInlinedConditionRules() | n.a. |
|
|
||||||
REMOVED (!) | public abstract | void | setInlinedActionRules(java.util.List) | n.a. |
|
|
||||||
REMOVED (!) | public abstract | void | setInlinedConditionRules(java.util.List) | n.a. |
|
|
Change |
INTERFACE_ADDED |
Status | Superclass | Compatibility Changes: |
NEW | org.apache.uima.ruta.rule.RutaRuleElement | n.a. |
Status | Interface | Compatibility Changes: |
NEW | org.apache.uima.ruta.rule.RuleElement | n.a. |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | RutaOptionalRuleElement(java.util.List, | n.a. | n.a. |
|
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | protected | void | doMatch(boolean, | n.a. | n.a. |
|
||||
NEW | public | long | estimateAnchors(org.apache.uima.ruta.RutaStream) | n.a. | n.a. |
|
||||
NEW | public | java.util.Collection | getAnchors(org.apache.uima.ruta.RutaStream) | n.a. | n.a. |
|
||||
NEW | public | java.util.Collection | getNextAnnotations(boolean, | n.a. | n.a. |
|
||||
NEW | protected | boolean | isNotConsumable(java.util.Collection) | n.a. | n.a. |
|
||||
NEW | public | java.util.List | startMatch(org.apache.uima.ruta.rule.RuleMatch, | n.a. | n.a. |
|
||||
NEW | public | java.lang.String | toString() | n.a. | n.a. |
|
Change |
METHOD_REMOVED_IN_SUPERCLASS |
FIELD_REMOVED_IN_SUPERCLASS |
Status | Old Version | New Version |
MODIFIED | 51.0 | 52.0 |
Status | Interface | Compatibility Changes: |
UNCHANGED (!) | org.apache.uima.ruta.rule.RuleElement | n.a. |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
MODIFIED | protected (<- private ) | java.util.List | continueMatchSomewhereElse(boolean, | n.a. | n.a. |
|
||||
MODIFIED | protected (<- private ) | void | doMatch(boolean, | n.a. | n.a. |
|
||||
NEW | protected | boolean | isNotConsumable(java.util.Collection) | n.a. | n.a. |
|
||||
MODIFIED | protected (<- private ) | java.util.List | stepbackMatch(boolean, | n.a. | n.a. |
|
Change |
METHOD_REMOVED_IN_SUPERCLASS |
FIELD_REMOVED_IN_SUPERCLASS |
Status | Old Version | New Version |
MODIFIED | 51.0 | 52.0 |
Status | Interface | Compatibility Changes: |
UNCHANGED (!) | org.apache.uima.ruta.rule.RuleElement | n.a. |
Status | Old Version | New Version |
MODIFIED | 51.0 | 52.0 |
Status | Modifier | Type | Field | Compatibility Changes: |
NEW | public static final | java.lang.String | n.a. | ANONYMOUS_SCRIPT |
NEW | public static final | java.lang.String | n.a. | RUTA_VARIABLE_TYPE_LIST |
Status | Old Version | New Version |
MODIFIED | 51.0 | 52.0 |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | void | addAnnotationsToVariable(java.util.List, | n.a. | n.a. |
|
Status | Superclass | Compatibility Changes: |
NEW | java.lang.RuntimeException | n.a. |
Status | Interface | Compatibility Changes: |
NEW | java.io.Serializable | n.a. |
Serializable | default serialVersionUID | serialVersionUID in class | |
Old | false | n.a. | n.a. |
New | true | -2749936277801227536 | -2749936277801227536 |
Status | Modifier | Constructor | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | RutaProcessRuntimeException(java.lang.String) | n.a. | n.a. |
|
||||
NEW | public | RutaProcessRuntimeException(java.lang.Throwable) | n.a. | n.a. |
|
Status | Old Version | New Version |
MODIFIED | 51.0 | 52.0 |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||
NEW | public | org.apache.uima.ruta.rule.AbstractRuleElement | createOptionalRuleElement(java.util.List, | n.a. | n.a. |
|
Status | Old Version | New Version |
MODIFIED | 51.0 | 52.0 |
Status | Modifier | Type | Method | Exceptions | Compatibility Changes: | Line Number | ||||||
REMOVED (!) | public | org.apache.uima.ruta.type.RutaAnnotation | getCorrectTMA(java.util.List, | n.a. |
|
|
||||||
NEW | public | long | getMaxRuleElementMatches() | n.a. | n.a. |
|
||||||
NEW | public | long | getMaxRuleMatches() | n.a. | n.a. |
|
||||||
NEW | public | org.apache.uima.ruta.type.RutaAnnotation | getRutaAnnotationFor(org.apache.uima.cas.text.AnnotationFS, | n.a. | n.a. |
|
||||||
NEW | public | void | setMaxRuleElementMatches(long) | n.a. | n.a. |
|
||||||
NEW | public | void | setMaxRuleMatches(long) | n.a. | n.a. |
|