org.apache.uima.analysis_engine.impl
Class RsFeats

java.lang.Object
  extended by org.apache.uima.analysis_engine.impl.RsFeats
All Implemented Interfaces:
java.lang.Iterable<RsFeat>

public class RsFeats
extends java.lang.Object
implements java.lang.Iterable<RsFeat>

represents the updateable list of features, each with a particular language spec a given feature only appears once in the list, with the union of all languages


Method Summary
 java.util.Iterator<RsFeat> iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

iterator

public java.util.Iterator<RsFeat> iterator()
Specified by:
iterator in interface java.lang.Iterable<RsFeat>


Copyright © 2011. All Rights Reserved.