Uses of Class
org.apache.uima.analysis_engine.impl.ResultSpecification_impl
-
Packages that use ResultSpecification_impl Package Description org.apache.uima.analysis_engine.impl -
-
Uses of ResultSpecification_impl in org.apache.uima.analysis_engine.impl
Methods in org.apache.uima.analysis_engine.impl that return ResultSpecification_impl Modifier and Type Method Description (package private) ResultSpecification_impl
ResultSpecification_impl. intersect(ResultSpecification_impl rsOther)
Compute the feature/type + language intersection of two result specs Result-spec 2 is the more-or-less constant spec from the primitive's capability outputs it can change if the type system changes...Methods in org.apache.uima.analysis_engine.impl with parameters of type ResultSpecification_impl Modifier and Type Method Description private boolean
ResultSpecification_impl. compiledFormEquals(ResultSpecification_impl other)
(package private) ResultSpecification_impl
ResultSpecification_impl. intersect(ResultSpecification_impl rsOther)
Compute the feature/type + language intersection of two result specs Result-spec 2 is the more-or-less constant spec from the primitive's capability outputs it can change if the type system changes...Constructors in org.apache.uima.analysis_engine.impl with parameters of type ResultSpecification_impl Constructor Description ResultSpecification_impl(ResultSpecification_impl original)
copies the result spec passed in so that updates to it don't affect the original
-