Package ch.tatool.core.executable

Examples of ch.tatool.core.executable.ConfidenceRatingExecutable


   * @param context
   */
  private void startRating(ExecutionContext context) {
     // only set if we are applied to the current task
    if (this.getParent() == context.getActiveElement()) {
      ConfidenceRatingExecutable conf = new ConfidenceRatingExecutable();
      conf.setLocalId("confidence-rating");
     
      TemporaryElementSupport support = TemporaryElementSupportUtil.getInstance().findTemporaryElementSupport(context);
        if (support != null) {
          ExecutableElement element = new ExecutableElement(conf);
          support.addTemporaryElement(element);
View Full Code Here

TOP

Related Classes of ch.tatool.core.executable.ConfidenceRatingExecutable

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.