ProcessElement

camundala.bpmn.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 ProcessOrService[In, Out, T]
class Process[In, Out]
class ServiceProcess[In, Out, ServiceOut]
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 canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
def productArity: Int

Attributes

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

Attributes

Inherited from:
Product
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