A B C D E F G H I L N O P R S T U V W X

I

IfTask - Class in org.shiwa.fgi.iwir
The Class IfTask enables the conditional execution of the inner tasks.
IfTask(String) - Constructor for class org.shiwa.fgi.iwir.IfTask
Instantiates a new if task.
IfTask(String, ConditionExpression) - Constructor for class org.shiwa.fgi.iwir.IfTask
Instantiates a new if task with a given condition.
ImageCreator - Class in org.shiwa.fgi.iwir.image
The Class ImageCreator provides the main method to create a graphical representation of an IWIR workflow.
ImageCreator() - Constructor for class org.shiwa.fgi.iwir.image.ImageCreator
 
indent(int) - Static method in class org.shiwa.fgi.iwir.image.Utils
 
InputPort - Class in org.shiwa.fgi.iwir
The Class InputPort servers as an identifier for the data flow.
InputPort(String, DataType) - Constructor for class org.shiwa.fgi.iwir.InputPort
Instantiates a new input port.
InputPort(String, String) - Constructor for class org.shiwa.fgi.iwir.InputPort
Instantiates a new input port.
INTEGER - Static variable in class org.shiwa.fgi.iwir.SimpleType
The INTEGER type instance.
isBoolean(String) - Static method in class org.shiwa.fgi.iwir.condition.ConditionAST
Checks if the string matches the boolean pattern.
isDouble(String) - Static method in class org.shiwa.fgi.iwir.condition.ConditionAST
Checks if the string matches the double pattern.
isInputPort() - Method in class org.shiwa.fgi.iwir.AbstractPort
Checks if the port is an instance of ONE OF the input ports.
isInputPort() - Method in class org.shiwa.fgi.iwir.InputPort
 
isInputPort() - Method in class org.shiwa.fgi.iwir.LoopCounter
 
isInputPort() - Method in class org.shiwa.fgi.iwir.LoopElement
 
isInputPort() - Method in class org.shiwa.fgi.iwir.LoopPort
 
isInputPort() - Method in class org.shiwa.fgi.iwir.OutputPort
 
isInputPort() - Method in class org.shiwa.fgi.iwir.UnionPort
 
isInteger(String) - Static method in class org.shiwa.fgi.iwir.condition.ConditionAST
Checks if the string matches the integer pattern.
isLeaf(ConditionNode) - Static method in class org.shiwa.fgi.iwir.condition.ConditionAST
Checks if a given node is a leaf.
isLeaf(ConditionNode) - Static method in class org.shiwa.fgi.iwir.condition.ConditionNode
Checks if the node is a leaf node.
isLoopPort(String) - Static method in class org.shiwa.fgi.iwir.condition.ConditionAST
Checks if the string matches the loopPort/{from/to/step} pattern.
isOperator(ConditionNode) - Static method in class org.shiwa.fgi.iwir.condition.ConditionAST
Checks if a given node is an operator.
isOutputPort() - Method in class org.shiwa.fgi.iwir.AbstractPort
Checks if the port is an instance of ONE OF the output ports.
isOutputPort() - Method in class org.shiwa.fgi.iwir.InputPort
 
isOutputPort() - Method in class org.shiwa.fgi.iwir.LoopCounter
 
isOutputPort() - Method in class org.shiwa.fgi.iwir.LoopElement
 
isOutputPort() - Method in class org.shiwa.fgi.iwir.LoopPort
 
isOutputPort() - Method in class org.shiwa.fgi.iwir.OutputPort
 
isOutputPort() - Method in class org.shiwa.fgi.iwir.UnionPort
 
isPort(String) - Static method in class org.shiwa.fgi.iwir.condition.ConditionAST
Checks if the string matches the port pattern.
isPort(String) - Static method in enum org.shiwa.fgi.iwir.condition.ConditionToken
Checks the given string is a valid port identifier.
isString(String) - Static method in class org.shiwa.fgi.iwir.condition.ConditionAST
Checks if the given string matches the string pattern.
isSubWorkflow() - Method in class org.shiwa.fgi.iwir.Task
Checks if the task is a sub workflow.
isTopLevelTask() - Method in class org.shiwa.fgi.iwir.AbstractTask
Checks if the task is the top-level task of an IWIR workflow.
isValidLoopCounterPortName(String) - Static method in enum org.shiwa.fgi.iwir.condition.ConditionToken
Same as ConditionToken.isValidPortName(String), but also includes loopCounter ports e.g lc/{from,to,step}.
isValidPortName(String) - Static method in enum org.shiwa.fgi.iwir.condition.ConditionToken
Checks if is valid port name.
isValidTaskName(String) - Static method in enum org.shiwa.fgi.iwir.condition.ConditionToken
Checks if is valid task name.
IWIR - Class in org.shiwa.fgi.iwir
The Class IWIR represents an IWIR workflow.
IWIR(String, String, String) - Constructor for class org.shiwa.fgi.iwir.IWIR
Instantiates a new IWIR object.
IWIR(String) - Constructor for class org.shiwa.fgi.iwir.IWIR
Instantiates a new IWIR object with the standard version and standard XML namespace.
IWIR() - Constructor for class org.shiwa.fgi.iwir.IWIR
Instantiates a new empty IWIR object.
IWIR(String, AbstractTask) - Constructor for class org.shiwa.fgi.iwir.IWIR
Instantiates a new IWIR object with the standard version and standard XML namespace.
IWIR(File) - Constructor for class org.shiwa.fgi.iwir.IWIR
Instantiates a new IWIR from a given file.

A B C D E F G H I L N O P R S T U V W X