ProcessNode

camundala.bpmn.ProcessNode
trait ProcessNode extends ProcessElement

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class DecisionDmn[In, Out]
trait ReceiveEvent[In, T]
class MessageEvent[In]
class SignalEvent[In]
class TimerEvent
class UserTask[In, Out]
Show all

Members list

Value members

Inherited methods

def label: String

Attributes

Inherited from:
ProcessElement
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
def typeName: String

Attributes

Inherited from:
ProcessElement

Inherited and Abstract methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
def descr: Option[String]

Attributes

Inherited from:
ProcessElement
def id: String

Attributes

Inherited from:
ProcessElement
def productArity: Int

Attributes

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

Attributes

Inherited from:
Product