|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataConstraintCreationException | |
---|---|
org.embl.ebi.escience.scufl | Provides the object model for the Simple Conceptual Unified Flow Language (Scufl). |
org.embl.ebi.escience.scufl.parser | Provides functionality to populate ScuflModel instances from textual and XML dialects of the Scufl language. |
org.embl.ebi.escience.scufl.tools | Provides user level command line and graphical tools to manipulate and display scufl model instances. |
org.embl.ebi.escience.scufl.view | Provides classes that present a view on a ScuflModel instance. |
Uses of DataConstraintCreationException in org.embl.ebi.escience.scufl |
---|
Constructors in org.embl.ebi.escience.scufl that throw DataConstraintCreationException | |
---|---|
DataConstraint(ScuflModel model,
Port source,
Port sink)
Create a new data constraint from the source to the sink port. |
|
DataConstraint(ScuflModel model,
java.lang.String source_name,
java.lang.String sink_name)
Create a new data constraint from two name strings of the form [PROCESSOR]:[PORT] for source and sink. |
Uses of DataConstraintCreationException in org.embl.ebi.escience.scufl.parser |
---|
Methods in org.embl.ebi.escience.scufl.parser that throw DataConstraintCreationException | |
---|---|
static void |
XScuflParser.populate(org.jdom.Document document,
ScuflModel model,
java.lang.String prefix)
Read from the given JDOM Document and populate the given ScuflModel with data from the definition. |
static void |
XScuflParser.populate(java.io.InputStream is,
ScuflModel model,
java.lang.String prefix)
Read from the given InputStream and populate the given ScuflModel with data from the definition. |
static void |
XScuflParser.populate(java.lang.String input,
ScuflModel model,
java.lang.String prefix)
Read from the given String containing an XScufl document and populate the given ScuflModel with data from the definition. |
Uses of DataConstraintCreationException in org.embl.ebi.escience.scufl.tools |
---|
Constructors in org.embl.ebi.escience.scufl.tools that throw DataConstraintCreationException | |
---|---|
WorkflowLauncher(java.io.InputStream xmlStream)
Set userContext and instantiate the WorkflowLauncher,
constructing an instance of the ScuflModel from the XML provided by the
given input stream. |
|
WorkflowLauncher(java.io.InputStream xmlStream,
UserContext userContext)
Set userContext and instantiate the WorkflowLauncher,
constructing an instance of the ScuflModel from the XML provided by the
given input stream. |
|
WorkflowLauncher(java.net.URL url)
Instantiate the WorkflowLauncher, constructing an instance of the ScuflModel from the XML in the provided url |
|
WorkflowLauncher(java.net.URL url,
UserContext userContext)
Instantiate the WorkflowLauncher, constructing an instance of the ScuflModel from the XML in the provided url |
Uses of DataConstraintCreationException in org.embl.ebi.escience.scufl.view |
---|
Methods in org.embl.ebi.escience.scufl.view that throw DataConstraintCreationException | |
---|---|
void |
XScuflViewTest.testLoading()
Attempts to load data into a ScuflModel from the same source that the XScuflParserTest uses, then print out the XScufl text from the XScuflView. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |