Hi,
I have created one Feature in Types. The feature rangeType is FSList and
element Type is another Annotator class(ParagraphAnnotation which extends
org.apache.uima.jcas.tcas.Annotation ).
Now, I am not able to find out a way to set the value of this feature.
Example:
List<MyClass>sample= new Arraylist<MyClass>();
MyClass c = new MyClass();
sample.add(c);
Is there a way to replicate similar situation mentioned above in UIMA FSList
code.
Kindly help