|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NotWellFormedException | |
---|---|
org.shiwa.fgi.iwir | Provides simple java classes to generate an IWIR workflow. |
Uses of NotWellFormedException in org.shiwa.fgi.iwir |
---|
Methods in org.shiwa.fgi.iwir that throw NotWellFormedException | |
---|---|
void |
AbstractPort.addConstraint(Constraint constraint)
Adds an additional constraint to the port. |
void |
AbstractTask.addConstraint(Constraint constraint)
Adds an additional constraint to the task. |
void |
AbstractTask.addInputPort(InputPort inputPort)
Adds an additional input port to the task. |
void |
AbstractCompoundTask.addLink(AbstractPort from,
AbstractPort to)
Adds an additional link, linking the two given ports. |
void |
AbstractCompoundTask.addLink(AbstractTask from,
AbstractTask to)
Adds an additional control link,linking the two given tasks. |
void |
ForEachTask.addLoopElement(LoopElement loopelement)
Adds an additional loop element to the task Throws a NotWellFormedException if loop element already exist, for example. |
void |
ParallelForEachTask.addLoopElement(LoopElement loopelement)
Adds an additional loop element to the task. |
void |
ForEachTask.addLoopPort(LoopPort loopPort)
Adds an additional loop port to the task Throws a NotWellFormedException if loop port already exist, for example. |
void |
ForTask.addLoopPort(LoopPort loopPort)
Adds an additional loop port to the task. |
void |
WhileTask.addLoopPort(LoopPort loopPort)
Adds an additional loop port to the task. |
void |
AbstractTask.addOutputPort(OutputPort outputPort)
Adds an additional output port to the task. |
void |
AbstractPort.addProperty(Property property)
Adds an additional property to the port. |
void |
AbstractTask.addProperty(Property property)
Adds an additional property to the task. |
void |
AbstractSimpleCompoundTask.addTask(AbstractTask task)
Adds an additional task to the inner body. |
void |
IfTask.addTaskToElseBlock(AbstractTask task)
Adds a additional task to the inner else block. |
void |
IfTask.addTaskToThenBlock(AbstractTask task)
Adds a additional task to the inner then block. |
void |
ForEachTask.addUnionPort(UnionPort unionPort)
Adds an additional union port to the task. |
void |
ForTask.addUnionPort(UnionPort unionPort)
Adds an additional union port to the task. |
void |
WhileTask.addUnionPort(UnionPort unionPort)
Adds an additional union port to the task. |
void |
IWIR.asXMLFile(java.io.File file)
Writes the XML representation of the IWIR object into a file. |
java.lang.String |
IWIR.asXMLString()
Returns the XML representation of the IWIR object as String. |
java.util.List<AbstractTask> |
AbstractSimpleCompoundTask.getChildren()
|
AbstractDataPort |
LoopPort.getInitSource()
Gets the initial source of the loop port. |
AbstractDataPort |
LoopPort.getLoopSource()
Gets the loop source of the loop port. |
static IWIR |
XMLHandler.readFile(java.io.File file)
Constructs the object representation of an IWIR workflow reading from a file. |
static IWIR |
XMLHandler.readFile(java.lang.String path)
Constructs the object representation of an IWIR workflow reading from a file from a given path. |
static IWIR |
XMLHandler.readStream(java.io.InputStream in)
Constructs the object representation of an IWIR workflow from an InputStream. |
static IWIR |
XMLHandler.readString(java.lang.String s)
Constructs the object representation of an IWIR workflow from a String. |
void |
IWIR.validate()
Validate an IWIR object. |
static void |
XMLHandler.validateAgainstSchema(java.io.File file)
Validate against schema. |
static void |
XMLHandler.validateAgainstSchema(java.io.InputStream is)
Validate against schema. |
static void |
XMLHandler.validateAgainstSchema(IWIR iwir)
Validate against schema. |
static void |
XMLHandler.writeFile(IWIR i,
java.io.File file)
Writes an IWIR object to a given file. |
static void |
XMLHandler.writeFile(IWIR i,
java.lang.String path)
Writes an IWIR object to a given path. |
static void |
XMLHandler.writeOut(IWIR i,
java.io.OutputStream out)
Writes an IWIR object to a given OutputStream. |
static java.lang.String |
XMLHandler.writeString(IWIR i)
Returns a String representation of an IWIR object. |
Constructors in org.shiwa.fgi.iwir that throw NotWellFormedException | |
---|---|
AbstractPort(java.lang.String name)
Instantiates a new abstract port. |
|
AbstractTask(java.lang.String name)
Instantiates a new abstract task. |
|
IWIR(java.io.File file)
Instantiates a new IWIR from a given file. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |