Package LONI.tree.workflow

Examples of LONI.tree.workflow.Variables


  public ModuleGroup(){
    super();
    modules = new ArrayList<GraphObject>();
    outputs = new ArrayList<Output>();
    inputs = new ArrayList<Parameter>();
    variables = new Variables();
  }
View Full Code Here


    this.icon = icon;
    this.rotation = rotation;
    this.needsProvenance = needsProvenance;
    this.authors = authors;
    modules = new ArrayList<GraphObject>();
    variables = new Variables();
  }
View Full Code Here

TOP

Related Classes of LONI.tree.workflow.Variables

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.