Uses of Class
org.syrup.helpers.NetworkImpl

Packages that use NetworkImpl
org.syrup.helpers Provides the most used implementations of Syrup interfaces. 
 

Uses of NetworkImpl in org.syrup.helpers
 

Methods in org.syrup.helpers that return NetworkImpl
 NetworkImpl NetworkParser.parse(byte[] b)
          Parses a XML network description deserialized from a byte array.
 NetworkImpl NetworkParser.parse(java.io.InputStream in)
          Parses a XML network description, fed by an InputStream.
 

Constructors in org.syrup.helpers with parameters of type NetworkImpl
WorkflowImpl(ResultImpl r, NetworkImpl n)
          Constructor for the WorkflowImpl object