|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IWIR | |
---|---|
org.shiwa.fgi.iwir | Provides simple java classes to generate an IWIR workflow. |
org.shiwa.fgi.iwir.image | Provides the necessary tools for creating a graphical representation of the IWIR workflow. |
Uses of IWIR in org.shiwa.fgi.iwir |
---|
Methods in org.shiwa.fgi.iwir that return IWIR | |
---|---|
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. |
Methods in org.shiwa.fgi.iwir with parameters of type IWIR | |
---|---|
void |
Task.updateWorkflow(IWIR iwir,
AbstractCompoundTask parent,
org.shiwa.fgi.iwir.TaskGroup body)
|
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. |
Uses of IWIR in org.shiwa.fgi.iwir.image |
---|
Methods in org.shiwa.fgi.iwir.image with parameters of type IWIR | |
---|---|
static java.io.File |
ImageCreator.getImage(IWIR iwir,
java.lang.String dotLocation,
java.lang.String extension,
java.lang.String tmpFolder)
Returns a graphical representation of the given workflow as a File object |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |