Application

portals.application.Application
case class Application(path: String, workflows: List[Workflow[_, _]], generators: List[AtomicGenerator[_]], streams: List[AtomicStream[_]], sequencers: List[AtomicSequencer[_]], splitters: List[AtomicSplitter[_]], connections: List[AtomicConnection[_]], splits: List[AtomicSplit[_]], portals: List[AtomicPortal[_, _]], externalStreams: List[ExtAtomicStreamRef[_]], externalSequencers: List[ExtAtomicSequencerRef[_]], externalSplitters: List[ExtAtomicSplitterRef[_]], externalPortals: List[ExtAtomicPortalRef[_, _]]) extends AST

Application.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait AST
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product