Uses of Class
uk.ac.ncl.cs.instantsoap.commandlineprocessor.applicationSpec.Input

Packages that use Input
uk.ac.ncl.cs.instantsoap.commandlineprocessor.applicationSpec Specification for a complete application. 
 

Uses of Input in uk.ac.ncl.cs.instantsoap.commandlineprocessor.applicationSpec
 

Methods in uk.ac.ncl.cs.instantsoap.commandlineprocessor.applicationSpec that return Input
static Input Applications.input(MetaData metaData)
           
static Input Applications.input(MetaData metaData, String renameTo)
           
static Input Applications.input(String name)
           
static Input Applications.input(String name, String renameTo)
           
 

Methods in uk.ac.ncl.cs.instantsoap.commandlineprocessor.applicationSpec that return types with arguments of type Input
 Set<Input> Application.getInputs()
          Get the inputs for this application.
 

Methods in uk.ac.ncl.cs.instantsoap.commandlineprocessor.applicationSpec with parameters of type Input
 void Application.addInput(Input input)
          Add a single input to the inputs.
 void Application.removeInput(Input input)
          Remove a single input from the inputs.
static void Applications.validateInput(Input i)
           
 

Method parameters in uk.ac.ncl.cs.instantsoap.commandlineprocessor.applicationSpec with type arguments of type Input
 void Application.setInputs(Set<Input> inputs)
          Set the inputs of this application.
 

Constructor parameters in uk.ac.ncl.cs.instantsoap.commandlineprocessor.applicationSpec with type arguments of type Input
Application(MetaData applicationMetaData, CommandFormat commandFormat, CommandLine<VariableExpression> commandLine, Set<Input> inputs, Set<Output> outputs)
          Create a new application with all properties set to the given values.
 



Copyright © 2006-2008. All Rights Reserved.