org.apache.uima.simpleserver.config
Interface Output

All Known Implementing Classes:
OutputImpl

public interface Output

Represents an Output specification, consisting of a feature path and the corresponding attribute name.


Method Summary
 String getAttribute()
           
 List<String> getFeaturePath()
           
 String getLongDescription()
           
 String getShortDescription()
           
 

Method Detail

getAttribute

String getAttribute()

getFeaturePath

List<String> getFeaturePath()

getShortDescription

String getShortDescription()

getLongDescription

String getLongDescription()


Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.