Package LONI.tree

Examples of LONI.tree.Authors


    this.inputs = new ArrayList<Parameter>();
    this.outputs = new ArrayList<Output>();
    this.inputs = new ArrayList<Parameter>();
    this.tags = new ArrayList<String>();
    this.values = new Values();
    this.authors = new Authors();
  }
View Full Code Here


    this.fileTypes = new FileTypes();
    this.metadata = metadata;
    this.inputs = new ArrayList<Parameter>();
    this.outputs = new ArrayList<Output>();
    this.values = new Values();
    this.authors = new Authors();
    this.tags = new ArrayList<String>();
    this.uri = null;
   
  }
View Full Code Here

    String id = "workflow_1";
    String name = "workflow";
    final String myPackage = "";
    final String version = "0.1";
    String description = "";
    Authors authors = null;
    final String icon = "";
    final int rotation = 0;
    final int posX = 0;
    final int posY = 0;
    final boolean needsProvenance = false;
View Full Code Here

TOP

Related Classes of LONI.tree.Authors

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.