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

G

getAllInputPorts() - Method in class org.shiwa.fgi.iwir.AbstractTask
Returns a list of all input ports (inputPort, loopPoort,...).
getAllInputPorts() - Method in class org.shiwa.fgi.iwir.BlockScope
 
getAllInputPorts() - Method in class org.shiwa.fgi.iwir.ForEachTask
 
getAllInputPorts() - Method in class org.shiwa.fgi.iwir.ForTask
 
getAllInputPorts() - Method in class org.shiwa.fgi.iwir.IfTask
 
getAllInputPorts() - Method in class org.shiwa.fgi.iwir.ParallelForEachTask
 
getAllInputPorts() - Method in class org.shiwa.fgi.iwir.ParallelForTask
 
getAllInputPorts() - Method in class org.shiwa.fgi.iwir.Task
 
getAllInputPorts() - Method in class org.shiwa.fgi.iwir.WhileTask
 
getAllOutputPorts() - Method in class org.shiwa.fgi.iwir.AbstractTask
Returns a list of all output ports (outputPort, unionPort,...).
getAllOutputPorts() - Method in class org.shiwa.fgi.iwir.BlockScope
 
getAllOutputPorts() - Method in class org.shiwa.fgi.iwir.ForEachTask
 
getAllOutputPorts() - Method in class org.shiwa.fgi.iwir.ForTask
 
getAllOutputPorts() - Method in class org.shiwa.fgi.iwir.IfTask
 
getAllOutputPorts() - Method in class org.shiwa.fgi.iwir.ParallelForEachTask
 
getAllOutputPorts() - Method in class org.shiwa.fgi.iwir.ParallelForTask
 
getAllOutputPorts() - Method in class org.shiwa.fgi.iwir.Task
 
getAllOutputPorts() - Method in class org.shiwa.fgi.iwir.WhileTask
 
getAllSuccessors() - Method in class org.shiwa.fgi.iwir.AbstractPort
Gets the all successors of a port.
getAtomicTasks() - Method in class org.shiwa.fgi.iwir.IWIR
Gets all atomic tasks.
getAtomicTaskTypes() - Method in class org.shiwa.fgi.iwir.IWIR
Gets all distinct task types of the atomic tasks.
getBodyTasks() - Method in class org.shiwa.fgi.iwir.AbstractSimpleCompoundTask
Returns a shallow copy of the body task.
getBool() - Method in class org.shiwa.fgi.iwir.condition.ConditionNode
Gets the boolean value of the node or null if the value is not set.
getChildren() - Method in class org.shiwa.fgi.iwir.AbstractSimpleCompoundTask
 
getChildren() - Method in class org.shiwa.fgi.iwir.AbstractTask
Returns a shallow copy of the direct child tasks.
getChildren() - Method in class org.shiwa.fgi.iwir.IfTask
 
getConcreteType() - Method in class org.shiwa.fgi.iwir.DataType
Returns the enum rather the wrappe as in DataType.getSimpleType() .
getCondition(ConditionNode) - Static method in class org.shiwa.fgi.iwir.condition.ConditionNode
Gets the string representation of a condition AST.
getCondition() - Method in class org.shiwa.fgi.iwir.IfTask
Gets the condition of the task.
getCondition() - Method in class org.shiwa.fgi.iwir.WhileTask
Gets the condition.
getConditionAsNode() - Method in class org.shiwa.fgi.iwir.ConditionExpression
Gets the condition as ConditionNode representation.
getConditionAsString() - Method in class org.shiwa.fgi.iwir.ConditionExpression
Gets the condition as string representation.
getConditionString(ConditionNode) - Static method in class org.shiwa.fgi.iwir.condition.ConditionAST
Gets the condition string from a given AST.
getConstraints() - Method in class org.shiwa.fgi.iwir.AbstractPort
Returns a shallow copy of the port constraints.
getConstraints() - Method in class org.shiwa.fgi.iwir.AbstractTask
Returns a shallow copy of the task constraints.
getControlLinks() - Method in class org.shiwa.fgi.iwir.AbstractCompoundTask
Returns a shallow copy of the control links.
getDataLinks() - Method in class org.shiwa.fgi.iwir.AbstractCompoundTask
Returns a shallow copy of the data links.
getDob() - Method in class org.shiwa.fgi.iwir.condition.ConditionNode
Gets the double value of the node or null if the value is not set.
getElseTasks() - Method in class org.shiwa.fgi.iwir.IfTask
Returns a shallow copy of the else tasks.
getFrom() - Method in class org.shiwa.fgi.iwir.AbstractLink
Gets the source port.
getFrom() - Method in class org.shiwa.fgi.iwir.image.Edge
 
getFrom() - Method in class org.shiwa.fgi.iwir.LoopCounter
Gets the from of the counter.
getFromPort() - Method in class org.shiwa.fgi.iwir.DataLink
Gets the source port.
getFromPort() - Method in class org.shiwa.fgi.iwir.LoopCounter
Returns the from-port if it exist, otherwise returns null.
getFromTask() - Method in class org.shiwa.fgi.iwir.ControlLink
Gets the target task.
getImage(IWIR, String, String, String) - Static method in class org.shiwa.fgi.iwir.image.ImageCreator
Returns a graphical representation of the given workflow as a File object
getImage(String, String, String) - Method in class org.shiwa.fgi.iwir.IWIR
Returns a graphical representation of the workflow as a File object.
getInitSource() - Method in class org.shiwa.fgi.iwir.LoopPort
Gets the initial source of the loop port.
getInputPorts() - Method in class org.shiwa.fgi.iwir.AbstractTask
Returns a shallow copy of the input ports InputPorttPort.
getLeft() - Method in class org.shiwa.fgi.iwir.condition.ConditionNode
Gets the left subtree of the node or null if the value is not set.
getLinks() - Method in class org.shiwa.fgi.iwir.AbstractCompoundTask
Returns a shallow copy of the links.
getLoopCounter() - Method in class org.shiwa.fgi.iwir.ForTask
Gets the loop counter of the task.
getLoopCounter() - Method in class org.shiwa.fgi.iwir.ParallelForTask
Gets the loop counter of the task.
getLoopElements() - Method in class org.shiwa.fgi.iwir.ForEachTask
Returns a shallow copy of the loop elements.
getLoopElements() - Method in class org.shiwa.fgi.iwir.ParallelForEachTask
Returns a shallow copy of the loop elements.
getLoopPorts() - Method in class org.shiwa.fgi.iwir.ForEachTask
Returns a shallow copy of the loop ports.
getLoopPorts() - Method in class org.shiwa.fgi.iwir.ForTask
Returns a shallow copy of the loop ports.
getLoopPorts() - Method in class org.shiwa.fgi.iwir.WhileTask
Returns a shallow copy of the loop ports of the task.
getLoopSource() - Method in class org.shiwa.fgi.iwir.LoopPort
Gets the loop source of the loop port.
getMyTask() - Method in class org.shiwa.fgi.iwir.AbstractPort
Gets the my task.
getName() - Method in class org.shiwa.fgi.iwir.AbstractPort
Gets the name of the port.
getName() - Method in class org.shiwa.fgi.iwir.AbstractTask
Gets the name of the task.
getName() - Method in class org.shiwa.fgi.iwir.Constraint
Gets the name of the constraint.
getName() - Method in class org.shiwa.fgi.iwir.image.Subgraph
 
getName() - Method in class org.shiwa.fgi.iwir.Property
Gets the name.
getNestingLevel() - Method in class org.shiwa.fgi.iwir.DataType
Gets the nesting level of a type.
getNum() - Method in class org.shiwa.fgi.iwir.condition.ConditionNode
Gets the int value of the node or null if the value is not set.
getOp() - Method in class org.shiwa.fgi.iwir.condition.ConditionNode
Gets the current operation or null if the operation is not set.
getOutputPorts() - Method in class org.shiwa.fgi.iwir.AbstractTask
Returns a shallow copy of the output ports ports OutputPorttPort.
getParentTask() - Method in class org.shiwa.fgi.iwir.AbstractTask
Gets the parent task or null if the object is the top-level task.
getPort(String) - Method in class org.shiwa.fgi.iwir.AbstractTask
Returns the port identified by its name or null if the port is not known.
getPort() - Method in class org.shiwa.fgi.iwir.condition.ConditionNode
Gets the port or null if the value is not set.
getPredecessors() - Method in class org.shiwa.fgi.iwir.AbstractPort
Gets a list of predecessors.
getProperties() - Method in class org.shiwa.fgi.iwir.AbstractPort
Returns a shallow copy of the port properties.
getProperties() - Method in class org.shiwa.fgi.iwir.AbstractTask
Returns a shallow copy of the task properties.
getRight() - Method in class org.shiwa.fgi.iwir.condition.ConditionNode
Gets the right subtree of the node or null if the value is not set.
getSimpleType() - Method in class org.shiwa.fgi.iwir.DataType
Gets the simple type of a data type.
getStep() - Method in class org.shiwa.fgi.iwir.LoopCounter
Gets the step of the counter.
getStepPort() - Method in class org.shiwa.fgi.iwir.LoopCounter
Returns the step-port if it exist, otherwise null.
getString() - Method in class org.shiwa.fgi.iwir.condition.ConditionNode
Gets the string value of the node or null if the value is not set.
getSuccessors() - Method in class org.shiwa.fgi.iwir.AbstractPort
Gets a list of successors.
getTask() - Method in class org.shiwa.fgi.iwir.IWIR
Gets the task of the IWIR workflow.
getTasktype() - Method in class org.shiwa.fgi.iwir.Task
Gets the tasktype of the task.
getThenTasks() - Method in class org.shiwa.fgi.iwir.IfTask
Returns a shallow copy of the then tasks.
getTo() - Method in class org.shiwa.fgi.iwir.AbstractLink
Gets the target port.
getTo() - Method in class org.shiwa.fgi.iwir.image.Edge
 
getTo() - Method in class org.shiwa.fgi.iwir.LoopCounter
Gets the to of the counter.
getToPort() - Method in class org.shiwa.fgi.iwir.DataLink
Gets the target port.
getToPort() - Method in class org.shiwa.fgi.iwir.LoopCounter
Returns the to-port if it exist, otherwise null.
getToTask() - Method in class org.shiwa.fgi.iwir.ControlLink
Gets the source task.
getType() - Method in class org.shiwa.fgi.iwir.AbstractPort
Gets the type oft the port.
getType() - Method in class org.shiwa.fgi.iwir.CollectionType
Gets the type of the collection.
getType() - Method in class org.shiwa.fgi.iwir.image.Subgraph
 
getType(AbstractSimpleCompoundTask) - Static method in class org.shiwa.fgi.iwir.image.Utils
 
getType() - Method in class org.shiwa.fgi.iwir.SimpleType
Gets the concrete type of the simple type object.
getUnionPorts() - Method in class org.shiwa.fgi.iwir.ForEachTask
Returns a shallow copy of the union ports.
getUnionPorts() - Method in class org.shiwa.fgi.iwir.ForTask
Returns a shallow copy of the union ports.
getUnionPorts() - Method in class org.shiwa.fgi.iwir.WhileTask
Returns a shallow copy of the union ports of the task.
getUniqueId() - Method in class org.shiwa.fgi.iwir.AbstractPort
Returns path+name, representing an unique identifier.
getUniqueId() - Method in class org.shiwa.fgi.iwir.AbstractTask
Returns path+name, representing an unique identifier.
getValue() - Method in class org.shiwa.fgi.iwir.Constraint
Gets the value of the constraint.
getValue() - Method in class org.shiwa.fgi.iwir.InputPort
Gets the value in string representation.
getValue() - Method in class org.shiwa.fgi.iwir.LoopPort
Gets the value in string representation.
getValue() - Method in class org.shiwa.fgi.iwir.Property
Gets the value.
getVersion() - Method in class org.shiwa.fgi.iwir.IWIR
Gets the version of the IWIR workflow.
getWfname() - Method in class org.shiwa.fgi.iwir.IWIR
Gets the workflow name.
getXmlns() - Method in class org.shiwa.fgi.iwir.IWIR
Gets the XML namespace.
Graph - Class in org.shiwa.fgi.iwir.image
 
Graph(Subgraph) - Constructor for class org.shiwa.fgi.iwir.image.Graph
 
Graph(String) - Constructor for class org.shiwa.fgi.iwir.image.Graph
 

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