org.apache.uima.simpleserver.config.impl
Class OutputImpl
java.lang.Object
org.apache.uima.simpleserver.config.impl.OutputImpl
- All Implemented Interfaces:
- Output
public class OutputImpl
- extends Object
- implements Output
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OutputImpl
public OutputImpl(List<String> features,
String attribute)
OutputImpl
public OutputImpl(List<String> features,
String attribute,
String shortDescription,
String longDescription)
getLongDescription
public String getLongDescription()
- Specified by:
getLongDescription
in interface Output
getShortDescription
public String getShortDescription()
- Specified by:
getShortDescription
in interface Output
getAttribute
public String getAttribute()
- Specified by:
getAttribute
in interface Output
getFeaturePath
public List<String> getFeaturePath()
- Specified by:
getFeaturePath
in interface Output
Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.