Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.embl.ebi.escience.scufl.MalformedNameException

Uses of MalformedNameException in org.embl.ebi.escience.scufl
 

Methods in org.embl.ebi.escience.scufl that throw MalformedNameException
 Port ScuflModel.locatePort(java.lang.String port_specifier)
          Locate a given named port, the name is in the form [PROCESSOR]:[PORT], and is not case sensitive.
 

Constructors in org.embl.ebi.escience.scufl that throw MalformedNameException
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.