Class: DefaultTransition
The DefaultTransition references the Transition that needs to be executed when none of the TargetTransitions can be executed.
erDiagram
DefaultTransition {
}
Transition {
oid OID
nameType name
string sourceOID
string targetOID
}
ConditionDef {
oid OID
nameType name
}
DefaultTransition ||--|| Transition : "targetTransitionOID"
Transition ||--|o ConditionDef : "startConditionOID"
Transition ||--|o ConditionDef : "endConditionOID"
ConditionDef ||--|o CommentDef : "commentOID"
ConditionDef ||--|o Description : "description"
ConditionDef ||--|o MethodSignature : "methodSignature"
ConditionDef ||--}o FormalExpression : "formalExpression"
ConditionDef ||--}o Alias : "alias"
Slots
Name | Cardinality* and Range | Description | Inheritance |
---|---|---|---|
targetTransitionOID | 1..1 Transition |
Reference to the Transition that is the default target of the branching. | direct |
* See LinkML documentation for cardinality definitions.
Usages
used by | used in | type | used |
---|---|---|---|
Branching | defaultTransition | range | DefaultTransition |
See Also
Identifier and Mapping Information
Schema Source
- from schema: http://www.cdisc.org/ns/odm/v2.0
Mappings
Mapping Type | Mapped Value |
---|---|
self | odm:DefaultTransition |
native | odm:DefaultTransition |
LinkML Source
Direct
name: DefaultTransition
description: The DefaultTransition references the Transition that needs to be executed
when none of the TargetTransitions can be executed.
from_schema: http://www.cdisc.org/ns/odm/v2.0
see_also:
- https://wiki.cdisc.org/display/PUB/DefaultTransition
rank: 1000
slots:
- targetTransitionOID
slot_usage:
targetTransitionOID:
name: targetTransitionOID
description: Reference to the Transition that is the default target of the branching.
comments:
- 'Required
range: oidref
The TargetTransitionOID attribute must match the OID attribute of a Transition
element within the WorkflowDef.'
domain_of:
- TargetTransition
- DefaultTransition
range: Transition
required: true
class_uri: odm:DefaultTransition
Induced
name: DefaultTransition
description: The DefaultTransition references the Transition that needs to be executed
when none of the TargetTransitions can be executed.
from_schema: http://www.cdisc.org/ns/odm/v2.0
see_also:
- https://wiki.cdisc.org/display/PUB/DefaultTransition
rank: 1000
slot_usage:
targetTransitionOID:
name: targetTransitionOID
description: Reference to the Transition that is the default target of the branching.
comments:
- 'Required
range: oidref
The TargetTransitionOID attribute must match the OID attribute of a Transition
element within the WorkflowDef.'
domain_of:
- TargetTransition
- DefaultTransition
range: Transition
required: true
attributes:
targetTransitionOID:
name: targetTransitionOID
description: Reference to the Transition that is the default target of the branching.
comments:
- 'Required
range: oidref
The TargetTransitionOID attribute must match the OID attribute of a Transition
element within the WorkflowDef.'
from_schema: http://www.cdisc.org/ns/odm/v2.0
rank: 1000
alias: targetTransitionOID
owner: DefaultTransition
domain_of:
- TargetTransition
- DefaultTransition
range: Transition
required: true
class_uri: odm:DefaultTransition