Package org.apache.uima.simpleserver.config.impl

Examples of org.apache.uima.simpleserver.config.impl.OutputImpl


   *                A verbose description of the output mapping.
   * @return A new output mapping. Can be added to a type map.
   */
  public static Output newOutput(List<String> path, String attribute, String shortDescription,
      String longDescription) {
    return new OutputImpl(path, attribute, shortDescription, longDescription);
  }
View Full Code Here

TOP

Related Classes of org.apache.uima.simpleserver.config.impl.OutputImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.