class WasStartedBy extends Statement with Mergeable[WasStartedBy] with ImmutableWasStartedBy with Serial[immutable.WasStartedBy]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WasStartedBy
- Serial
- ImmutableWasStartedBy
- Hashable
- HasOther
- HasType
- HasLabel
- HasRole
- HasLocation
- MultiIdentifiable
- Relation
- Mergeable
- Statement
- Identifiable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new WasStartedBy(wsb: immutable.WasStartedBy)
- new WasStartedBy()
- new WasStartedBy(id: Set[QualifiedName], activity: Set[QualifiedName], trigger: Set[QualifiedName], starter: Set[QualifiedName], time: Set[XMLGregorianCalendar], label: Set[LangString], typex: Set[Type], location: Set[Location], role: Set[Role], other: Map[QualifiedName, Set[Other]])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val activity: Set[QualifiedName]
- Definition Classes
- WasStartedBy → ImmutableWasStartedBy
- def addAttributes[TERM <: immutable.Statement](t: TERM, attr: Set[Attribute]): TERM
- Definition Classes
- Serial
- def addToFirst(ll: List[immutable.WasStartedBy], attr: Set[Attribute]): List[immutable.WasStartedBy]
- Definition Classes
- Serial
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val enumType: immutable.Kind.Value
- Definition Classes
- ImmutableWasStartedBy
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(that: Any): Boolean
- Definition Classes
- ImmutableWasStartedBy → AnyRef → Any
- def getActivity: Set[QualifiedName]
- Definition Classes
- ImmutableWasStartedBy
- def getAttributes: Set[Attribute]
- Definition Classes
- ImmutableWasStartedBy
- def getCause: Set[QualifiedName]
- Definition Classes
- ImmutableWasStartedBy → Relation
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getEffect: Set[QualifiedName]
- Definition Classes
- ImmutableWasStartedBy → Relation
- def getKind(): Kind
- Definition Classes
- ImmutableWasStartedBy
- Annotations
- @BeanProperty()
- def getLabel(): List[LangString]
- Definition Classes
- HasLabel
- def getLocation(): List[Location]
- Definition Classes
- HasLocation
- def getOther(): List[Other]
- Definition Classes
- HasOther
- def getRole(): List[Role]
- Definition Classes
- HasRole
- def getStarter: Set[QualifiedName]
- Definition Classes
- ImmutableWasStartedBy
- def getTime: Set[XMLGregorianCalendar]
- Definition Classes
- ImmutableWasStartedBy
- def getTrigger: Set[QualifiedName]
- Definition Classes
- ImmutableWasStartedBy
- def getType(): List[Type]
- Definition Classes
- HasType
- final def h(x: AnyRef): Int
- Definition Classes
- Hashable
- Annotations
- @inline()
- lazy val hashCode: Int
- Definition Classes
- ImmutableWasStartedBy → AnyRef → Any
- val id: Set[QualifiedName]
- Definition Classes
- WasStartedBy → MultiIdentifiable
- def idOrMarker(set: Set[QualifiedName], sb: StringBuilder): Unit
- Definition Classes
- Identifiable
- def idSets(): Set[Set[QualifiedName]]
- Definition Classes
- ImmutableWasStartedBy → Identifiable
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val kind: Kind
- Definition Classes
- ImmutableWasStartedBy
- Annotations
- @BeanProperty()
- val label: Set[LangString]
- Definition Classes
- WasStartedBy → HasLabel
- val location: Set[Location]
- Definition Classes
- WasStartedBy → HasLocation
- def mapMerge(map1: Map[QualifiedName, Set[Other]], map2: Map[QualifiedName, Set[Other]]): Map[QualifiedName, Set[Other]]
- Definition Classes
- Identifiable
- def merge(wsb: WasStartedBy): WasStartedBy
- Definition Classes
- WasStartedBy → Mergeable
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def optionalId(id: Set[QualifiedName], sb: StringBuilder): Unit
- Definition Classes
- Identifiable
- def optionalId(id: QualifiedName, sb: StringBuilder): Unit
- Definition Classes
- Identifiable
- val other: Map[QualifiedName, Set[Other]]
- Definition Classes
- WasStartedBy → HasOther
- final def pr(v0: Int, v1: Int): Int
- Definition Classes
- Hashable
- Annotations
- @inline()
- val role: Set[Role]
- Definition Classes
- WasStartedBy → HasRole
- def setActivity(arg0: QualifiedName): Nothing
- Definition Classes
- ImmutableWasStartedBy
- def setStarter(arg0: QualifiedName): Nothing
- Definition Classes
- ImmutableWasStartedBy
- def setTime(arg0: XMLGregorianCalendar): Unit
- Definition Classes
- ImmutableWasStartedBy
- def setTrigger(arg0: QualifiedName): Nothing
- Definition Classes
- ImmutableWasStartedBy
- val starter: Set[QualifiedName]
- Definition Classes
- WasStartedBy → ImmutableWasStartedBy
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val time: Set[XMLGregorianCalendar]
- Definition Classes
- WasStartedBy → ImmutableWasStartedBy
- def timeOrMarker(time: Set[XMLGregorianCalendar], sb: StringBuilder): Unit
- Definition Classes
- Identifiable
- def toNotation(sb: StringBuilder): Unit
- Definition Classes
- ImmutableWasStartedBy
- def toString(): String
- Definition Classes
- Statement → AnyRef → Any
- def toTerms: List[immutable.WasStartedBy]
- Definition Classes
- WasStartedBy → Serial → Statement
- val trigger: Set[QualifiedName]
- Definition Classes
- WasStartedBy → ImmutableWasStartedBy
- val typex: Set[Type]
- Definition Classes
- WasStartedBy → HasType
- def unify(m: Map[QualifiedName, Set[QualifiedName]]): WasStartedBy
- Definition Classes
- WasStartedBy → Statement
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)