ProcessElement

orchescala.domain.ProcessElement
trait ProcessElement extends Product

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
trait InOut[In, Out, T]
trait Activity[In, Out, T]
class DecisionDmn[In, Out]
trait ReceiveEvent[In, T]
class MessageEvent[In]
class SignalEvent[In]
class TimerEvent
class UserTask[In, Out]
trait ProcessOrExternalTask[In, Out, T]
trait ExternalTask[In, Out, T]
class CustomTask[In, Out]
class ServiceTask[In, Out, ServiceIn, ServiceOut]
class Process[In, Out, InitIn]
trait ProcessNode
Show all

Members list

Value members

Abstract methods

def descr: Option[String]
def id: String

Concrete methods

def label: String
def typeName: String

Inherited methods

def productElementName(n: Int): String

Attributes

Inherited from:
Product
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def productPrefix: String

Attributes

Inherited from:
Product

Inherited and Abstract methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
def productArity: Int

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product