Snippets (text quotes and extracts from authoritative sources)

A Snippet is a short quote or extract (typically a phrase, a sentence, or at most a few sentences) from an authoritative source document such as a specification, technical manual, or design manual. Throughout this site, content is often related to supporting Snippets and each Snippet page links back to the content pages that reference it! The Snippet and Note concepts are very closely related and they support each other.

The Snippet concept is also at the heart of the Parsing Analysis recipe for UML® and SysML®

Kind Snippet quote/extract Sort ascending Source UML keywords SysML keywords Keywords
NOTATION SysML Blocks also extend the capabilities of UML classes and connectors with reusable forms of constraints, multi-level nesting of connector ends, participant properties for composite association classes, and connector properties. OMG Systems Modeling Language (SysML) 1.6 StructuredClassifier, Class, Connector Block, UML4SysML, NestedConnectorEnd, nested Property, ParticipantProperty, ConnectorProperty systems engineering, Model-Based Systems Engineering, SysML, Systems Modeling Language
INFO SysML also supports properties with shared aggregation, as shown by a white diamond symbol on an association. OMG Systems Modeling Language (SysML) 1.6 AggregationKind::shared, AggregationKind, Association, Property
INFO SysML also extends object nodes with the option to discard values if they do not immediately flow downstream (see NoBuffer in Figure 11-8). OMG Systems Modeling Language (SysML) 1.6 ObjectNode, Pin NoBuffer, «noBuffer»
NOTATION SysML also allows each usage to define context-specific values and constraints associated with the individual usage, such as 25 psi for the front tires and 30 psi for the rear tires. OMG Systems Modeling Language (SysML) 1.6 Property, part, Property::defaultValue, Constraint Block, block property, part property, initial values, context-specific values, initialValues compartment systems engineering, Model-Based Systems Engineering, SysML, Systems Modeling Language
INFO Such constraints can also be used to identify critical performance parameters and their relationships to other parameters, which can be tracked throughout the system life cycle. OMG Systems Modeling Language (SysML) 1.6 Constraint ConstraintBlock mathematics, equation
SEMANTIC Such an AcceptEventAction is terminated when its immediately containing Activity (or StructuredActivityNode) is terminated. Unified Modeling Language 2.5.1 AcceptEventAction, Activity, StructuredActivityNode
INFO Such a Port is called a behavior Port. If there is no Behavior defined for this EncapsulatedClassifier, any communication arriving at a behavior Port is lost. Unified Modeling Language 2.5.1 Port::isBehavior, Port, Behavior, EncapsulatedClassifier
INFO Subrequirements shall be accessed through the "nestedClassifier" property of a class. OMG Systems Modeling Language (SysML) 1.6 Class, Class::nestedClassifier, Classifier Requirement, «system», AbstractRequirement, composite (compound) requirement, subrequirement requirements engineering
SEMANTIC Submachines are a means by which a single StateMachine specification can be reused multiple times. They are similar to encapsulated composite States in that they need to bind incoming and outgoing Transitions to their internal Vertices. Unified Modeling Language 2.5.1 State, StateMachine, submachine, Transition, Vertex
INFO Streaming is a characteristic of UML behavior parameters that supports the input and output of items while a behavior is executing, rather than only when the behavior starts and stops. The flow may be continuous or discrete ... OMG Systems Modeling Language (SysML) 1.6 Parameter, Parameter::isStreaming, Behavior, execution Rate, «rate», Continuous, «continuous», Discrete, «discrete»
INFO Stereotypes applying to parameters can appear on object nodes in activity diagrams, as shown in Figure 11-7, when the object node notation is used as a shorthand for pins. OMG Systems Modeling Language (SysML) 1.6 Stereotype, «keyword», Parameter, ObjectNode, Pin, elided Pin notation SysML Activity Diagram secondary stereotype, SysML, Systems Modeling Language, MagicDraw SysML, Cameo Systems Modeler
INFO, NOTATION Stereotypes applied to behaviors may appear on the notation for CallBehaviorAction when invoking those behaviors, as shown in Figure 11-2. OMG Systems Modeling Language (SysML) 1.6 CallBehaviorAction, Behavior, Activity Diagram, Stereotype, «keyword» SysML Activity Diagram secondary stereotype, SysML, Systems Modeling Language, MagicDraw SysML, Cameo Systems Modeler
INFO Stereotypes applied to behaviors may appear on the notation for CallBehaviorAction when invoking those behaviors, as shown in Figure 11-2. OMG Systems Modeling Language (SysML) 1.6 CallBehaviorAction, Behavior, Stereotype secondary stereotype, SysML, Systems Modeling Language, MagicDraw SysML, Cameo Systems Modeler
INFO StateMachine execution is represented by transitions from one active state configuration to another in response to Event occurrences that match the Triggers of the StateMachine. Unified Modeling Language 2.5.1 State, StateMachine, Region, composite State, State::/isComposite, State::/isSimple, state configuration, valid state configuration, active state configuration, Event, Trigger, Transition::trigger, Transition
INFO State machines in block definition diagrams can also appear with the same notation as submachine states. OMG Systems Modeling Language (SysML) 1.6 StateMachine, submachine, State::/isSubmachineState SysML Block Definition Diagram
INFO State machines in block definition diagrams appear as regular blocks, except the «stateMachine» keyword may be used to indicate the Block stereotype is applied to a state machine, as shown in Figure 13-1. OMG Systems Modeling Language (SysML) 1.6 StateMachine, «keyword» SysML Block Definition Diagram, «stateMachine»
INFO Stakeholder::concernList : Comment [0..*] OMG Systems Modeling Language (SysML) 1.6 Comment Stakeholder, Stakeholder::concernList
INFO Stakeholder::/concern : String [0..*] (derived) OMG Systems Modeling Language (SysML) 1.6 String Stakeholder, Stakeholder::/concern
EXAMPLE, INFO Specific behavior allocation of Actions to Parts are depicted in Figure 15-4. OMG Systems Modeling Language (SysML) 1.6 Behavior, Action, part behavior allocation, SysML specification figure, Allocate, part property, MD:PartProperty functional allocation
INFO Some signals in the example reflect physical quantities, but this is not physical interaction in the sense of physical substances with flow rates and potentials ... SysPhS-1.1 SysPhS, humidifier, HVAC&R
INFO Some fermions are elementary particles, such as the electrons, and some are composite particles, such as the protons. Wikipedia
INFO So, for example, we chose position for translational motion because position is used in describing the behavior of a spring (i.e., Hooke’s law). Modelica By Example Modelica, acausal connection
INFO Slot::value : ValueSpecification [0..*]{ordered, subsets Element::ownedElement} ... The value or values held by the Slot. Unified Modeling Language 2.5.1 Slot, InstanceSpecification::slot, StructuralFeature, Slot::value, ValueSpecification
INFO Slot::owningInstance : InstanceSpecification [1..1] ... The InstanceSpecification that owns this Slot. Unified Modeling Language 2.5.1 Slot, InstanceSpecification::slot, StructuralFeature, Slot::owningInstance
INFO Slot::definingFeature : StructuralFeature [1..1] ... The StructuralFeature that specifies the values that may be held by the Slot. Unified Modeling Language 2.5.1 Slot, InstanceSpecification::slot, StructuralFeature, Slot::definingFeature
EXAMPLE, INFO Since the ecu:PowerControlUnit part and ice:InternalCombustionEngine part are connected via these ports, the ecu:PowerControlUnit part may invoke setThrottle and setMixture on the ice:InternalCombustionEngine part via its ice port, across the connector... OMG Systems Modeling Language (SysML) 1.6 Port HSUV sample problem, provided Feature, required Feature, part property, Block
INFO Since the concept of requirements reuse is very important in many applications, SysML introduces the concept of a slave requirement. OMG Systems Modeling Language (SysML) 1.6 AbstractRequirement, Requirement, Copy, AbstractRequirement::/master requirements engineering, primary/replica
INFO Since protons and neutrons behave similarly within the nucleus, and each has a mass of approximately one atomic mass unit, they are both referred to as nucleons. Wikipedia neutron
EXAMPLE, INFO Since overall fuel economy is a key requirement on the HSUV design, this example applies significant detail in assessing it. Figure D.32 shows the constraint blocks and properties necessary to evaluate fuel economy. OMG Systems Modeling Language (SysML) 1.6 Property HSUV sample problem, ConstraintBlock
INFO Since baryons are made of three quarks [DISPUTED], their spin vectors can add to make a vector of length S = 3/2, which has four spin projections (Sz = +3/2, Sz = +1/2, Sz = −1/2, and Sz = −3/2), or a vector of length S = 1/2 with two spin projections ... Wikipedia
INFO Since a value cannot be identified except by means of the value itself, each such value within a model is independent of any other, unless other forms of constraints are imposed. OMG Systems Modeling Language (SysML) 1.6 DataType ValueType
INFO Simulation platform data specified in the Component Ports (Input and Output), PhSConstants, and platform Parameters columns are scalar, unless marked with a V (vector) or an M (matrix). SysPhS-1.1 Port "standard" Port
INFO Similarly, we can talk about such a hierarchy of substates within a composite State. This complex hierarchy of States is referred to as a state configuration (of a State or a StateMachine). Unified Modeling Language 2.5.1 State, StateMachine, Region, composite State, State::/isComposite, State::/isSimple, state configuration
SEMANTIC Similar to junction points in Petri nets, join Pseudostates perform a synchronization function, whereby all incoming Transitions have to complete before execution can continue through an outgoing Transition. Unified Modeling Language 2.5.1 Pseudostate, PseudostateKind::join, Transition
INFO Signals pass through ports in the direction shown by the arrows. Item flows on connectors indicate that the signals are real numbers. SysPhS-1.1 Port, Connector "standard" Port, FlowProperty, FlowProperty::direction, ItemFlow SysPhS, signal processing
INFO Signals flowing in and out of components are modeled by ports typed by interface blocks that have flow properties typed by numbers. SysPhS-1.1 Port "standard" Port, InterfaceBlock, FlowProperty, Number SysPhS, signal processing
INFO Signal flow is the movement of numbers between system components. These numbers might reflect physical quantities or not. In this example, they do not ... SysPhS-1.1 SysPhS, signal processing
CONSTRAINT shallowHistory – ... this type of Pseudostate is a kind of variable that represents the most recent active substate of its containing Region, but not the substates of that substate. A Transition terminating on this Pseudostate implies rest Unified Modeling Language 2.5.1 StateMachine, State, Pseudostate, PseudostateKind::shallowHistory, Region, Transition
CONSTRAINT shallowHistory – ... A single outgoing Transition from this Pseudostate may be defined terminating on a substate of the composite State. This substate is the default shallow history state of the composite State. Unified Modeling Language 2.5.1 StateMachine, State, Pseudostate, PseudostateKind::shallowHistory, composite State, Transition, substate, default shallow history
CONSTRAINT shallowHistory Pseudostate can only be defined for composite States and, at most one such Pseudostate can be included in a Region of a composite State. Unified Modeling Language 2.5.1 StateMachine, State, Pseudostate, PseudostateKind::shallowHistory, composite State, Region
INFO Shallow history (shallowHistory) represents a return to only the topmost substate of the most recent state configuration, which is entered using the default entry rule. Unified Modeling Language 2.5.1 State, StateMachine, Vertex, Pseudostate, history, PseudostateKind::shallowHistory, substate, default entry rule, state configuration
INFO Several requirements relationships are specified that enable the modeler to relate requirements to other requirements as well as to other model elements. OMG Systems Modeling Language (SysML) 1.6 Requirement, SysML Requirements Diagram, Satisfy, DeriveReqt, Copy, Verify requirements engineering
INFO Sensors [DISPUTED] in office buildings for example, can adjust lights, blinds and temperature to balance optimal working environment with energy consumption, with the digital twin managing and adjusting in near real-time. ANZLIC 2019 - Principles for Spatially Enabled Digital Twins of the Built and Natural Environment in Australia
INFO SendSignalAction::target: The InputPin that provides the target object to which the Signal instance is sent Unified Modeling Language 2.5.1 SendSignalAction::target, SendSignalAction, InputPin
INFO SendSignalAction::signal: The Signal whose instance is transmitted to the target. Unified Modeling Language 2.5.1 SendSignalAction::signal, SendSignalAction
SEMANTIC Scientific notation consists of decimal notation followed by either the letter “e” or “E” and an exponent consisting of an optional sign character followed by one or more digits. ... Unified Modeling Language 2.5.1 value, notation, LiteralReal, Real, digit, scientific notation
INFO Schematic of a Keplerian refracting telescope. The arrow at (4) is a (notional) representation of the original image; the arrow at (5) is the inverted image at the focal plane; the arrow at (6) is the virtual image that forms in the viewer's visual sphere Wikipedia Keplerian refractor, telescope, refracting telescope, optical telescope
INFO Satisfy::getSatisfies (in ref : NamedElement) : AbstractRequirement [0..*] OMG Systems Modeling Language (SysML) 1.6 Dependency, Dependency::supplier Requirement, Satisfy, AbstractRequirement, Satisfy::getSatisfies(in ref) requirements engineering, requirements analysis
CONSTRAINT Satisfy::1_supplier_is_requirement The supplier shall be an element stereotyped by any subtype of «AbstractRequirement». OMG Systems Modeling Language (SysML) 1.6 Dependency, Dependency::supplier Requirement, Satisfy, AbstractRequirement::/satisfiedBy, AbstractRequirement requirements engineering, requirements analysis
INFO Reusable constraint definitions may be specified on block definition diagrams and packaged into general-purpose or domain-specific model libraries. Such constraints can be arbitrarily complex mathematical or logical expressions. OMG Systems Modeling Language (SysML) 1.6 Constraint ConstraintBlock, MD:ConstraintParameter, constraint parameter, SysML Block Definition Diagram mathematics, equation
INFO Restrictions on the rate at which entities flow along edges in an activity, or in and out of parameters of a behavior (see Rate in Figure 11-8). This includes both discrete and continuous flows, either of material, energy, or information. OMG Systems Modeling Language (SysML) 1.6 «continuous», Continuous, Discrete, Rate, «discrete» continuous system, material, energy, information, flow
INFO Requirements are used to establish a contract between the customer (or other stakeholder) and those responsible for designing and implementing the system. OMG Systems Modeling Language (SysML) 1.6 Requirement, «system» requirements engineering, contract, customer, stakeholder, designer
INFO Required Interfaces specify services that a BehavioredClassifier needs in order to perform its function and fulfill its own obligations to its clients. Unified Modeling Language 2.5.1 BehavioredClassifier, Interface, Usage, required Interface
INFO Required and provided features are operations, receptions, and non-flow properties that a block supports for other blocks to use, or requires other blocks to support for its own use, or both. OMG Systems Modeling Language (SysML) 1.6 Feature, Operation, Reception, Property DirectedFeature, FeatureDirectionKind, FeatureDirectionKind::provided, FeatureDirectionKind::required, FeatureDirectionKind::providedrequired, value property
INFO René François Ghislain Magritte was a Belgian surrealist artist. He became well known for creating a number of witty and thought-provoking images. Wikipedia
SEMANTIC Reinserting an existing value at a new position in an ordered, unique StructuralFeature moves the value to that position (this works because such StructuralFeature values are ordered sets). Unified Modeling Language 2.5.1 StructuralFeature, AddStructuralFeatureValueAction, StructuralFeatureAction, AddStructuralFeatureValueAction::insertAt, MultiplicityElement::isOrdered, MultiplicityElement::isUnique
INFO Regardless of how a State is exited, the StateMachine is deemed to have “left” that State only after the exit Behavior (if defined) of that State has completed execution. Unified Modeling Language 2.5.1 State, StateMachine, Behavior, State::exit
INFO Regardless of how a State is entered, the StateMachine is deemed to be “in” that State even before any entry Behavior or effect Behavior (if defined) of that State start executing. Unified Modeling Language 2.5.1 State, StateMachine, Transition, State::entry, State::exit, active state configuration, state configuration
INFO Refine::getRefines (in ref : NamedElement) : AbstractRequirement [0..*] The query getRefines() gives all the requirements that are suppliers ("to"end of the concrete syntax) of a «Refine» relationships whose client is the element in parameter ... OMG Systems Modeling Language (SysML) 1.6 query Refine, Refine::getRefines(in ref : NamedElement)
NOTATION Receptions are shown in the receptions compartment using the same notation as for Operations with the keyword «signal». Unified Modeling Language 2.5.1 Reception
INFO RealInSignalElement has an in flow property rsig, while RealOutSignalElement has the same property with an out direction. SysPhS-1.1 Port "standard" Port SysPhS
INFO rays that enter the system parallel to the optical axis are focused such that they pass through the rear focal point Wikipedia optics, principal plane, optic axis, focal point, focal length
CONSTRAINT Rate::rate - In particular, the denominator for units used in the rate property shall be time units. OMG Systems Modeling Language (SysML) 1.6 InstanceSpecification Rate, «rate», Rate::rate time
INFO Rate ... When the stereotype is applied to a parameter, the parameter shall be streaming, and the stereotype gives the number of objects or values that flow in or out of the parameter per time interval while the behavior or operation is executing. OMG Systems Modeling Language (SysML) 1.6 Parameter, object token, value, Behavior, Operation, Parameter::isStreaming Rate, «rate» flow, time
INFO Rate ... It does not refer to the rate at which a value changes over time. OMG Systems Modeling Language (SysML) 1.6 value Rate, «rate»
INFO Radio frequency (RF) is the oscillation rate of an alternating electric current or voltage or of a magnetic, electric or electromagnetic field or mechanical system in the frequency range from around 20 kHz to around 300 GHz. Wikipedia radio astronomy, radio frequency, RF
INFO Quarks have various intrinsic properties, including electric charge, mass, color charge, and spin. Wikipedia
INFO Quarks combine to form composite particles called hadrons, the most stable of which are protons and neutrons, the components of atomic nuclei. Wikipedia
INFO Quarks are fermionic particles of spin 1/2 (S = 1/2). Wikipedia
INFO Quarks ... are the only known particles whose electric charges are not integer multiples of the elementary charge. Wikipedia
INFO Quarks ... are the only elementary particles in the Standard Model of particle physics to experience all four fundamental interactions, also known as fundamental forces (electromagnetism, gravitation, strong interaction, and weak interaction). Wikipedia
INFO QuantityKind, or a specialization of it, classifies an InstanceSpecification to define a particular "kind-of-quantity" in the sense of an "aspect common to mutually comparable quantities" [VIM3-1.2], ... OMG Systems Modeling Language (SysML) 1.6 QuantityKind, Unit, Unit::quantityKind, ValueType::quantityKind scientific unit system
INFO QuantityKind is defined as a non-abstract SysML Block defined in the SysML UnitAndQuantityKind model library. OMG Systems Modeling Language (SysML) 1.6 QuantityKind, Unit, Unit::quantityKind, ValueType::quantityKind scientific unit system
INFO quantityKind : InstanceSpecification [0..1] A kind of quantity, represented by an InstanceSpecification classified by a kind of SysML QuantityKind, that may be stated by means of units. A value type may optionally specify a quantity kind without any unit. OMG Systems Modeling Language (SysML) 1.6 ValueType, ValueType::quantityKind, QuantityKind
CONSTRAINT ProxyPort::3_subports_are_proxyports Ports owned by the type of a proxy port shall be proxy ports. OMG Systems Modeling Language (SysML) 1.6 ProxyPort, nested Port
CONSTRAINT ProxyPort::2_interfaceblock Proxy ports shall only be typed by interface blocks. OMG Systems Modeling Language (SysML) 1.6 ProxyPort, InterfaceBlock
CONSTRAINT ProxyPort::1_not_fullport Proxy ports shall not also be full ports. This applies even if some of the stereotypes are on subsetted or redefined ports. OMG Systems Modeling Language (SysML) 1.6 Property::redefinedProperty, Property::subsettedProperty ProxyPort
INFO Proxy ports identify features of the owning block or its internal parts that are available to external blocks through external connectors to the ports. They do not specify a separate element of the system from the owning block or internal parts. OMG Systems Modeling Language (SysML) 1.6 internal part, external Connector, Feature, Connector Connector, external Connector, ProxyPort
INFO Proxy ports do not specify their own behaviors or internal parts, and shall be typed by interface blocks. Their nested ports shall also be proxy ports. OMG Systems Modeling Language (SysML) 1.6 Port, Behavior, part ProxyPort, InterfaceBlock, nested Port, part property
INFO Proxy ports define the boundary by specifying which features of the owning block or internal parts are visible through external connectors, while full ports define the boundary with their own features. OMG Systems Modeling Language (SysML) 1.6 Port ProxyPort, FullPort
INFO Proxy ports can be connected to internal parts or ports on internal parts, identifying features on those parts or ports that are available to external blocks. OMG Systems Modeling Language (SysML) 1.6 Port, part, Feature ProxyPort, part property, MD:PartProperty
INFO Proxy ports are always typed by interface blocks, a specialized kind of block that has no behaviors or internal parts. OMG Systems Modeling Language (SysML) 1.6 Port ProxyPort, InterfaceBlock, ~InterfaceBlock
INFO Proxy and full ports support the capabilities of ports in general, but these capabilities are also available on ports that are not declared as proxy or full. OMG Systems Modeling Language (SysML) 1.6 Port FullPort, "standard" Port, ProxyPort
INFO Provided non-flow properties are read and written on the owning block, while required non-flow properties are read or written on an external block OMG Systems Modeling Language (SysML) 1.6 Property, Feature DirectedFeature, FeatureDirectionKind::provided, FeatureDirectionKind::required, block property, value property, MD:ValueProperty
INFO Provided behavioral features are invoked with the owning block as target, while required behavioral features are invoked with an external block as target (required). OMG Systems Modeling Language (SysML) 1.6 Feature, BehavioralFeature, Operation, Reception DirectedFeature, FeatureDirectionKind::provided, FeatureDirectionKind::required, block property, value property, MD:ValueProperty, Block
INFO Protons are spin-1/2 fermions and are composed of three valence quarks, making them baryons (a sub-type of hadrons). Wikipedia
INFO Protons are composite particles composed of three valence quarks: two up quarks of charge + 2/3e and one down quark of charge –1/3e. Wikipedia
INFO Protons and neutrons, each with masses of approximately one atomic mass unit, are collectively referred to as "nucleons" (particles present in atomic nuclei). Wikipedia
INFO Protons and neutrons constitute the nuclei of atoms. Wikipedia neutron
INFO Protons and neutrons are both nucleons, which may be bound together by the nuclear force to form atomic nuclei. Wikipedia
INFO Property::subsettedProperty : Property [0..*] ... The properties of which this Property is constrained to be a subset, if any. Unified Modeling Language 2.5.1 Property, Property::subsettedProperty
INFO Property::isDerivedUnion : Boolean [1..1] = false Specifies whether the property is derived as the union of all of the Properties that are constrained to subset it. Unified Modeling Language 2.5.1 Property, Property::isDerivedUnion
INFO Property::defaultValue : ValueSpecification [0..1] Specifies a ValueSpecification that represents a value to be used when no argument is supplied for the Parameter. Unified Modeling Language 2.5.1 Property, Property::defaultValue, ValueSpecification UML, Unified Modeling Language
INFO Property is indirectly a kind of RedefinableElement, so Properties may be redefined. The name and visibility of a Property are not required to match those of any Property it redefines. Unified Modeling Language 2.5.1 Property, Property::redefinedProperty, NamedElement, NamedElement::name, VisibilityKind, NamedElement::visibility, RedefinableElement
INFO Properties with AdjunctProperty applied, where the principal of the AdjunctProperty is an object node, variable, or parameter, can be used as the end of the associations toward the object node, variable, or parameter type. OMG Systems Modeling Language (SysML) 1.6 Association, Classifier, ObjectNode, Variable, Parameter Block, ValueType, SysML Block Definition Diagram, AdjunctProperty, AdjunctProperty::principal
EXAMPLE Properties with AdjunctProperty applied, where the principal of the AdjunctProperty is an interaction use, can be used as the end of the associations towards the interaction being used. OMG Systems Modeling Language (SysML) 1.6 Interaction, Property, Association, Association::memberEnd «interaction», SysML Block Definition Diagram, AdjunctProperty
INFO Properties with AdjunctProperty applied, where the principal of the AdjunctProperty is a submachine state, can be used as the end of the associations towards the sub state machine. OMG Systems Modeling Language (SysML) 1.6 StateMachine, Association, submachine SysML Block Definition Diagram, AdjunctProperty, AdjunctProperty::principal
INFO Properties with AdjunctProperty applied, where the principal of the AdjunctProperty is a parameter of the state machine, can be used as the end of the associations towards the parameter type. OMG Systems Modeling Language (SysML) 1.6 StateMachine, Association, Parameter SysML Block Definition Diagram, AdjunctProperty, AdjunctProperty::principal
EXAMPLE Properties with AdjunctProperty applied, where the principal of the AdjunctProperty is a parameter of the interaction, can be used as the end of the associations towards the parameter type. OMG Systems Modeling Language (SysML) 1.6 Interaction, Association, Parameter «interaction», SysML Block Definition Diagram, AdjunctProperty
INFO Properties with AdjunctProperty applied, where the principal of the AdjunctProperties are call actions, including call behavior actions, can be used as the part end of the associations. See 8.3.2.2 for constraints when AdjunctProperty is used ... OMG Systems Modeling Language (SysML) 1.6 Property, CallBehaviorAction, Association, Association::ownedEnd, Activity SysML Block Definition Diagram, Block, AdjunctProperty functional allocation, functional decomposition