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 descending Source UML keywords SysML keywords Keywords
INFO An air-conditioned room at sea level has an indoor design temperature of 75°F and a relative humidity of 50%. Determine the humidity ratio, enthalpy, density, dew point, and thermodynamic wet bulb temperature of the indoor air at design condition. CED Engineering course PDF: 'Air Conditioning Psychrometrics (A.Bhatia)' thermodynamics, Psychrometrics, humid air, temperature, dry bulb temperature, wet bulb temperature, relative humidity, absolute humidity, air conditioning, air conditioner, air
INFO An alternative for specifying initial values of part properties in the ConnectedTanks is to specialize it and redefine the part properties with default values for various configurations ... SysPhS-1.1 Property::redefinedProperty SysPhS
NOTATION An asynchronous Message (messageSort equals asynchCall or asynchSignal) has an open arrow head. OMG Systems Modeling Language (SysML) 1.6 Message, MessageEnd, Message::messageSort, MessageSort, MessageSort::asynchCall, MessageSort::asynchSignal
INFO An entire specification can be decomposed into children requirements, which can be further decomposed into their children to define the requirements hierarchy. OMG Systems Modeling Language (SysML) 1.6 Namespace, Element::owner, containment Requirement, SysML Requirements Diagram, composite (compound) requirement requirements engineering
SEMANTIC An entry point connection point reference as the target of a Transition implies that the target of the Transition is the entryPoint Pseudostate as defined in the submachine of the submachine State. As a result, the Regions of the submachine ... Unified Modeling Language 2.5.1 State, StateMachine, submachine, ConnectionPointReference, Transition, DirectedRelationship::/target, PseudostateKind::entryPoint, Region
SEMANTIC An entry point is equivalent to a junction Pseudostate (fork in cases where the composite State is orthogonal): Entering via an entry point implies that the entry Behavior of the composite state is executed, followed by the Transition from the entry ... Unified Modeling Language 2.5.1 State, StateMachine, submachine, Pseudostate, State::/isSubmachineState, PseudostateKind::junction, PseudostateKind::fork, State::entry, Vertex, entry point, composite State
INFO An essential point here is that differentiation is lossy. If we know position, we can easily express velocity. But if we only know velocity, we cannot compute position without knowing an additional integration constant. Modelica By Example Modelica, acausal connection
INFO An Event is the specification of some occurrence that may potentially trigger effects by an object. Unified Modeling Language 2.5.1 Event, object, Event occurrence, Trigger, Trigger::event, Transition::trigger, ChangeEvent, MessageEvent, TimeEvent
INFO An ExecutableNode is a kind of ActivityNode that may be executed as a step in the overall desired behavior of the containing Activity. Unified Modeling Language 2.5.1 Behavior, Activity, Activity Diagram, ExecutableNode, ActivityNode, execution
INFO An ExecutableNode is an ActivityNode that carries out a substantive behavioral step of the Activity that contains it. Unified Modeling Language 2.5.1 Behavior, Activity, Activity Diagram, ExecutableNode, ActivityNode, execution
INFO An ExecutableNode may also consume and produce data, but it must do so through related ObjectNodes (Actions use Pins for this purpose ... Unified Modeling Language 2.5.1 Behavior, Activity, Activity Diagram, ExecutableNode, ActivityNode, ObjectNode, Action, Pin, InputPin, OutputPin
INFO An ExecutableNode shall not execute until all incoming ControlFlows (if any) are offering tokens. That is, there is an implicit join on the incoming Control Flows. Specific kinds of ExecutableNodes may have additional prerequisites ... Unified Modeling Language 2.5.1 Behavior, Activity, Activity Diagram, ExecutableNode, implicit join, ControlFlow, ActivityNode::incoming, token
INFO An executing StateMachine instance can only be in exactly one state configuration at a time, which is referred to as its active state configuration. Unified Modeling Language 2.5.1 State, StateMachine, Region, composite State, State::/isComposite, State::/isSimple, state configuration, valid state configuration, active state configuration
SEMANTIC An exit point connection point reference as the source of a Transition implies that the source of the Transition is the exit point Pseudostate as defined in the submachine of the submachine State that has the exit point connection point defined. Unified Modeling Language 2.5.1 State, StateMachine, submachine, ConnectionPointReference, Transition, DirectedRelationship::/target, exit point, PseudostateKind::exitPoint
INFO An eyepiece, or ocular lens, is a type of lens that is attached to a variety of optical devices such as telescopes and microscopes. It is so named because it is usually the lens that is closest to the eye when someone looks through the device. Wikipedia eyepiece, ocular lens, lens
CONSTRAINT An in Parameter shall not be associated with an output ActivityParameterNode and an out or return Parameter shall not be associated with an input ActivityParameterNode (though either may be associated with an ActivityParameterNode that does not have .. Unified Modeling Language 2.5.1 Activity, Behavior, Parameter, ActivityParameterNode, ActivityEdge, ParameterDirectionKind::in, ParameterDirectionKind::out, ParameterDirectionKind::return, Parameter::direction
SEMANTIC An InitialNode is a ControlNode that acts as a starting point for executing an Activity. Unified Modeling Language 2.5.1 Activity, InitialNode, ControlNode
SEMANTIC An InitialNode shall not have any incoming ActivityEdges, which means the InitialNodes owned by an Activity will always be enabled when the Activity begins execution and a single control token is placed on each such InitialNode when Activity execution sta Unified Modeling Language 2.5.1 Activity, InitialNode, ControlNode, control token, ActivityEdge
CONSTRAINT An inout Parameter shall be associated with at most one input ActivityParameterNode and at most one output ActivityParameterNode. Unified Modeling Language 2.5.1 Activity, Behavior, Parameter, ActivityParameterNode, ActivityEdge, ParameterDirectionKind::inout, Parameter::direction
INFO An InputPin is a Pin that holds input values to be consumed by its Action. Unified Modeling Language 2.5.1 Activity, Activity Diagram, Action, Pin, InputPin, Action::/input
SEMANTIC An insertion point that is a positive integer less than or equal to the current number of values means to insert the new value at that position in the sequence of existing values, with the integer 1 meaning the new value will be first in the sequence. Unified Modeling Language 2.5.1 StructuralFeature, AddStructuralFeatureValueAction, StructuralFeatureAction, AddStructuralFeatureValueAction::insertAt
INFO An InstanceSpecification can act as a DeploymentTarget in a Deployment relationship, in the case that it represents an instance of a Node. It can also act as a DeployedArtifact, if it represents an instance of an Artifact. Unified Modeling Language 2.5.1 instance, InstanceSpecification, DeploymentTarget, Node, DeployedArtifact, Artifact
INFO An InstanceSpecification is a model element that represents an instance in a modeled system. Unified Modeling Language 2.5.1 instance, InstanceSpecification
INFO An internal Transition can be taken even if the S[t]ateMachine is in one or more Regions nested within the associated State. Unified Modeling Language 2.5.1 Transition, TransitionKind, Transition::kind, Enumeration, TransitionKind::internal, State::entry, State::exit
An Interval is a ValueSpecification specified using two other ValueSpecifications, the min and the max. Unified Modeling Language 2.5.1 Interval, Interval::min, Interval::max
INFO An ItemFlow describes the flow of items across a connector or an association. It may constrain the item exchange between blocks, block usages, or ports as specified by their flow properties. OMG Systems Modeling Language (SysML) 1.6 InformationFlow ItemFlow
NOTATION An ItemFlow describes the flow of items across a connector or an association. The notation of an item flow is a black arrowhead on the connector or association. The arrowhead is towards the target element. OMG Systems Modeling Language (SysML) 1.6 Connector, Association ItemFlow
NOTATION An object creation Message (messageSort equals createMessage) has a dashed line with an open arrow head. OMG Systems Modeling Language (SysML) 1.6 Message, MessageEnd, Message::messageSort, MessageSort, MessageSort::createMessage
NOTATION An object deletion Message (messageSort equals deleteMessage) must end in a DestructionOccurrenceSpecification. OMG Systems Modeling Language (SysML) 1.6 Message, MessageEnd, Message::messageSort, MessageSort, MessageSort::deleteMessage, DestructionOccurrenceSpecification
INFO, NOTATION An object flow is notated by an arrowed line. In Figure 15.9, upper right, the two object flow arrows denote a single object flow edge between two pins in the underlying model, as shown in the lower middle of the figure. Unified Modeling Language 2.5.1 ObjectNode, ActivityEdge, ObjectFlow
INFO An object infinitely far from the optical system forms an image at the rear focal plane. Wikipedia optics, focal plane, rear focal plane
SEMANTIC An ObjectFlow is an ActivityEdge that can have object tokens passing along it. ObjectFlows model the flow of values between ObjectNodes. Unified Modeling Language 2.5.1 Activity, ActivityEdge, ObjectFlow, object token, token
INFO An ObjectFlow is an ActivityEdge that is traversed by object tokens that may hold values. Object flows also support multicast/receive, token selection from object nodes, and transformation of tokens. Unified Modeling Language 2.5.1 ObjectFlow
INFO An ObjectNode may contain multiple object tokens with the same value. Such tokens are not normally combined (but see the special semantics for DataStoreNodes ...). Unified Modeling Language 2.5.1 Activity, ObjectNode, token, object token, DataStoreNode
INFO An ObjectNode may not contain more tokens than specified by its upperBound, if any. If an ObjectNode has an upperBound, then this ValueSpecification shall evaluate to an UnlimitedNatural value. The upperBound is evaluated each time a token is offered ... Unified Modeling Language 2.5.1 Activity, ObjectNode, token, object token, ObjectNode::upperBound, ValueSpecification, UnlimitedNatural
INFO An OpaqueAction is an Action whose specification may be given in a textual concrete syntax other than UML. An OpaqueAction may also be used as a temporary placeholder before some other kind of Action is chosen. Unified Modeling Language 2.5.1 Activity Diagram, Activity, OpaqueAction, Action
SEMANTIC An OpaqueExpression specifies the computation of a set of values either in terms of a UML Behavior or based on a textual statement in a language other than UML. Unified Modeling Language 2.5.1 OpaqueExpression, computation, language, Behavior, value, textual statement
INFO An optical telescope is a telescope that gathers and focuses light, mainly from the visible part of the electromagnetic spectrum, to create a magnified image for direct view, or to make a photograph, or to collect data through electronic image sensors. Wikipedia optical telescope, telescope, light, image
INFO An output-argument always explicitly names the parameter to which it is to be matched. Any parameters that are not named are considered to have implicit wildcard arguments. (There is thus no need for an explicit wildcard notation for output-arguments.) Unified Modeling Language 2.5.1 reply-message-label, Message, Message::messageSort, MessageSort, MessageSort::reply, ValueSpecification, Operation, ParameterDirectionKind::return, Parameter
INFO An output-argument with an explicit assignment-target given may also optionally include a value-specification. If a value-specification is given, then this denotes the returned value for the argument. Otherwise the argument has no modeled returned value Unified Modeling Language 2.5.1 reply-message-label, Message, Message::messageSort, MessageSort, MessageSort::reply, ValueSpecification
INFO An OutputPin is a Pin that holds output values produced by an Action. Unified Modeling Language 2.5.1 Activity, Activity Diagram, Action, Pin, OutputPin, Action::/output
INFO and the third are the tauonic leptons, comprising the tau ( τ− ) and the tau neutrino ( ν τ) Wikipedia
INFO Antiparticles of quarks are called antiquarks, and are denoted by a bar over the symbol for the corresponding quark, such as ū for an up antiquark. Wikipedia
INFO Any ExecutableNode in the LoopNode must be included in the setupPart, test or bodyPart for the LoopNode. Unified Modeling Language 2.5.1 Activity, Activity Diagram, LoopNode, LoopNode::setupPart, LoopNode::test, LoopNode::bodyPart, ExecutableNode
CONSTRAINT Any guards associated with these entry point Transitions must evaluate to true in order for the specification to be well formed. Unified Modeling Language 2.5.1 State, StateMachine, submachine, State::/isComposite, State::/isSubmachineState, State::entry, Transition, Transition::guard, entry point
INFO As an ActivityNode may be the source for multiple ActivityEdges, the same token can be offered to multiple targets. Unified Modeling Language 2.5.1 ActivityEdge, ActivityNode::outgoing, ActivityNode, token
INFO As its name indicates, a triple is a set of three entities that codifies a statement about semantic data in the form of subject–predicate–object expressions (e.g., "Bob is 35", or "Bob knows John"). Wikipedia semantic triple, semantic web, RDF, OWL
INFO As part of the 2019 redefinition of SI base units, the Boltzmann constant is one of the seven "defining constants" that have been given exact definitions. They are used in various combinations to define the seven SI base units. Wikipedia Boltzmann constant, thermodynamics, physics
INFO As the name implies, the "tube" of this design is actually composed of an upper 'cage assembly', which contains the secondary mirror, and focuser, held in place by several rigid poles over a ‘mirror box’ which contains the objective mirror. Wikipedia Dobsonian reflector, telescope, telescope tube, truss tube, Newtonian reflector, reflecting telescope
INFO As the symbol e is used for the elementary charge, the electron is commonly symbolized by e−, where the minus sign indicates the negative charge. Wikipedia
INFO As we will see in many of the examples to come, there are many different types of relationships between the through and across variables (Ohm’s law being just one of many). Modelica By Example Modelica, acausal connection
INFO As with any connector owned by a SysML Block, the ends of a binding connector may be nested within a multi-level path of properties accessible from the owning block. The NestedConnectorEnd stereotype is used to represent such nested ends just as for ... OMG Systems Modeling Language (SysML) 1.6 Connector, Property BindingConnector, Block, NestedConnectorEnd, multi-level property path
INFO, NOTATION As with other dependencies, the arrow direction points from the derived (client) requirement to the (supplier) requirement from which it is derived. OMG Systems Modeling Language (SysML) 1.6 Dependency, Dependency::client, Dependency::supplier DeriveReqt, Requirement
INFO As with other dependencies, the arrow direction points from the satisfying (client) model element to the (supplier) requirement that is satisfied. OMG Systems Modeling Language (SysML) 1.6 Dependency, Dependency::client, Dependency::supplier Requirement, Satisfy, AbstractRequirement::/satisfiedBy requirements engineering, requirements analysis
INFO Associations can be used between activities and classifiers (blocks or value types) that are the type of object nodes, variables, or parameters in the activity, as shown in Figure 11-5. OMG Systems Modeling Language (SysML) 1.6 Association, Classifier, ObjectNode, Variable, Parameter Block, ValueType, SysML Block Definition Diagram
INFO Associations can be used between activities and classifiers (blocks or value types) that are the type of object nodes, variables, or parameters in the activity, as shown in Figure 11-5. OMG Systems Modeling Language (SysML) 1.6 Activity, Association, Classifier Block, ValueType
INFO At first it is not an item or resource and is classified only as a machine. Before delivery to the factory, a new machine is stored in a warehouse, classified additionally as a warehouse item, and is assigned a storage location. OMG Systems Modeling Language (SysML) 1.6 Classifier, Stereotype, Property PropertySpecificType
INFO AVCC is the supply voltage pin for Port F and the A/D Converter. It should be externally connected to VCC, even if the ADC is not used. If the ADC is used, it should be connected to VCC through a low-pass filter. Datasheet: Atmel ATmega640/V-1280/V-1281/V-2560/V-2561/V electronics, Microchip, AVR microcontroller, Atmel, ATmega2560
INFO Baryons belong to the hadron family of particles, which are the quark-based particles. Wikipedia
INFO Because of this, up and down quarks are generally stable and the most common in the universe, whereas strange, charm, bottom, and top quarks can only be produced in high energy collisions (such as those involving cosmic rays and in particle accelerators). Wikipedia
INFO Because spin projections vary in increments of 1 (that is 1 ħ), a single quark has a spin vector of length 1/2, and has two spin projections (Sz = +1/2 and Sz = −1/2). Wikipedia
INFO Because the rays never really converge, a virtual image cannot be projected onto a screen. In contrast, a real image can be projected on the screen as it is formed by rays that converge on a real location. Wikipedia optics, image, light ray, focus point, real image, virtual image
INFO Before an ExecutableNode begins executing, it accepts all tokens offered on incoming ControlFlows. If multiple tokens are being offered on a ControlFlow, they are all consumed. Unified Modeling Language 2.5.1 Behavior, Activity, Activity Diagram, ExecutableNode, implicit join, ControlFlow, ActivityNode::incoming, token, control token, object token
INFO Behavior allocation relates to the systems engineering concept segregating form from function. This concept requires independent models of "function" (behavior) and "form" (structure), and a separate, deliberate mapping between elements in each of these.. OMG Systems Modeling Language (SysML) 1.6 Behavior Allocate, allocation, «allocate» functional allocation
RULE Behaviors and Operations have totally ordered lists of owned Parameters, and these Parameters are matched to Pins on a CallAction using that ordering. Unified Modeling Language 2.5.1 CallAction, CallBehaviorAction, CallOperationAction, StartObjectBehaviorAction, Parameter, Behavior, Operation, Pin
INFO Beta decay, in which neutrons decay to protons, or vice versa, is governed by the weak force, and it requires the emission or absorption of electrons and neutrinos, or their antiparticles. Wikipedia neutron
INFO Binding connectors link constraint parameters to simulation variables and constants, indicating their values must be the same. SysPhS-1.1 Constraint ConstraintBlock, constraint parameter, BindingConnector, SysML Parametric Diagram, constraint property, MD:ConstraintProperty SysPhS, signal processing
INFO Binding connectors link constraint parameters to simulation variables and constants, indicating their values must be the same. SysPhS-1.1 Constraint constraint parameter, ConstraintBlock, BindingConnector, SysML Parametric Diagram SysPhS
INFO Binding connectors, as defined in Clause 8 are used to bind each parameter of the constraint block to a property in the surrounding context. OMG Systems Modeling Language (SysML) 1.6 ConstraintBlock, constraint parameter, MD:ConstraintParameter, BindingConnector
CONSTRAINT BindingConnector::1_compatible_types The two ends of a binding connector shall have either the same type or types that are compatible so that equality of their values can be defined. OMG Systems Modeling Language (SysML) 1.6 Connector, ConnectorEnd BindingConnector
CONSTRAINT Block:8_specializations_are_blocks: Any classifier that specializes a Block shall also have the Block stereotype or one of its specializations applied. OMG Systems Modeling Language (SysML) 1.6 Stereotype Block Systems Modeling Language, SysML
CONSTRAINT Block::6_valueproperties_composite: If a property owned by a SysML Block or SysML ValueType is typed by a SysML ValueType, then the aggregation attribute of the property shall be "composite." OMG Systems Modeling Language (SysML) 1.6
INFO Block::isEncapsulated : Boolean [0..1] If true, then the block is treated as a black box; a part typed by this black box can only be connected via its ports or directly to its outer boundary. OMG Systems Modeling Language (SysML) 1.6 Port Block::isEncapsulated, Block, NestedConnectorEnd
INFO Block::isEncapsulated : Boolean [0..1] ... If false, or if a value is not present, then connections can be established to elements of its internal structure via deep-nested connector ends. OMG Systems Modeling Language (SysML) 1.6 Port Block::isEncapsulated, Block, NestedConnectorEnd
INFO Blocks are modular units of system description. OMG Systems Modeling Language (SysML) 1.6 Block systems engineering, Model-Based Systems Engineering, SysML, Systems Modeling Language
NOTATION Blocks may also specify operations or other features that describe the behavior of a system OMG Systems Modeling Language (SysML) 1.6 Operation, BehavioralFeature, Activity, Interaction, StateMachine, Behavior, operations compartment Block systems engineering, Model-Based Systems Engineering, SysML, Systems Modeling Language
INFO Blocks provide a general-purpose capability to model systems as trees of modular components. OMG Systems Modeling Language (SysML) 1.6 Property, part Block, part property, reference property, shared property, block property systems engineering, Model-Based Systems Engineering, SysML, Systems Modeling Language
INFO Blocks with ports can type other ports (nested ports). OMG Systems Modeling Language (SysML) 1.6 Port nested Port
INFO Both are ways of defining the boundary of the owning block as features available through external connectors to ports. OMG Systems Modeling Language (SysML) 1.6 Port ProxyPort, FullPort
INFO Both of these decays imply that color is no longer a property of the byproducts. Wikipedia
CONSTRAINT BoundReference::7_cannot_redefine_boundreference BoundReferences shall not be applied to properties that are related by redefinition to other properties with BoundReference applied. OMG Systems Modeling Language (SysML) 1.6 BoundReference Systems Modeling Language, SysML
INFO Brake pressure information also flows to a control operator that outputs a control value to enable or disable the Monitor Traction behavior. OMG Systems Modeling Language (SysML) 1.6 SysML specification figure, ControlOperator, ControlValueKind, ControlValueKind::disable, ControlValueKind::enable
INFO By default, Modelica properties are continuous. PhSVariables with isContinuous=true correspond to continuous components, PhSVariables with isContinuous=false correspond to discrete components, and PhSConstants correspond to parameter variables. SysPhS-1.1 Modelica, SysPhS, SysML, Systems Modeling Language
EXAMPLE, INFO By invoking these operations, the PowerControlUnit can set the throttle and mixture of the InternalCombustionEngine. The PowerControlUnit can also read properties of the InternalCombustionEngine across the connector to find out the rpm, temperature, ... OMG Systems Modeling Language (SysML) 1.6 Connector HSUV sample problem, provided Feature, required Feature, part property, Block
INFO Calculate the amount of sensible heat that must be added to 100lb of air at 85°F dry bulb and 75°F wet bulb to raise the temperature of air to 100°F dry bulb. CED Engineering course PDF: 'Air Conditioning Psychrometrics (A.Bhatia)' thermodynamics, Psychrometrics, humid air, temperature, dry bulb temperature, wet bulb temperature, relative humidity, absolute humidity, sensible heat, heat, energy, energy transfer
INFO CallBehaviorAction::behavior : Behavior [1..1] ... The Behavior being invoked. Unified Modeling Language 2.5.1 CallBehaviorAction, Behavior, CallBehaviorAction::behavior
NOTATION CallBehaviorActions in activity diagrams may optionally show the action name with the name of the invoked behavior using the colon notation shown in Figure 11-3. OMG Systems Modeling Language (SysML) 1.6 CallBehaviorAction, Action, NamedElement::name, Behavior, Activity SysML Activity Diagram
INFO Charged leptons can combine with other particles to form various composite particles such as atoms and positronium, while neutrinos rarely interact with anything, and are consequently rarely observed. Wikipedia
INFO Charged mesons decay (sometimes through mediating particles) to form electrons and neutrinos. Wikipedia
SEMANTIC choice – ... If more than one guard evaluates to true, one of the corresponding Transitions is selected. The algorithm for making this selection is not defined. Unified Modeling Language 2.5.1 Pseudostate, PseudostateKind::choice, StateMachine, Transition::guard
SEMANTIC, TIP choice – ... If none of the guards evaluates to true, then the model is considered ill formed. To avoid this, it is recommended to define one outgoing Transition with the predefined “else” guard for every choice Pseudostate. Unified Modeling Language 2.5.1 Pseudostate, PseudostateKind::choice, StateMachine, Transition::guard, [else], ill formed
SEMANTIC choice – This type of Pseudostate is similar to a junction Pseudostate ... and serves similar purposes, with the difference that the guard Constraints on all outgoing Transitions are evaluated dynamically ... Unified Modeling Language 2.5.1 Pseudostate, PseudostateKind::choice, Transition, StateMachine, dynamic conditional branch, Transition::guard, Constraint
INFO Classifier::isAbstract : Boolean [1..1] If true, the Classifier can only be instantiated by instantiating one of its specializations. An abstract Classifier is intended to be used by other Classifiers e.g., as the target of Associations or Generalizations Unified Modeling Language 2.5.1 Classifier::isAbstract, Classifier, Class
INFO clothes maketh the man Wiktionary proverb, Webel Parsing Analysis
INFO Collapsible "truss tube" Dobsonians appeared in the amateur telescope making community as early as 1982 and allow the optical tube assembly, the largest component, to be broken down. Wikipedia Dobsonian reflector, telescope, telescope tube, truss tube, Newtonian reflector, reflecting telescope
EXAMPLE, INFO CombinedFragments are used to illustrate that steering can take place at the same time as controlling the speed and that controlling speed can be either idling, accelerating/cruising, or braking. OMG Systems Modeling Language (SysML) 1.6 interactionOperator ref, Interaction, CombinedFragment SysML Sequence Diagram
INFO Completion events have dispatching priority. That is, they are dispatched ahead of any pending Event occurrences in the event pool. Unified Modeling Language 2.5.1 StateMachine, State, completion, completion transition, implicit trigger, Transition, Trigger, completion event, Trigger::event, State::entry, State::doActivity
INFO Component input ports for scalars are typed by RealSignalInElement, IntegerSignalInElement, or BooleanSignalInElement, while component output ports for scalars are typed by RealSignalOutElement, IntegerSignalOutElement, or BooleanSignalOutElement ... SysPhS-1.1 Port "standard" Port
INFO Component input ports for vectors are typed by specializations of RealVectorSignalInElement, while component output ports for vectors are typed by specializations of RealVectorSignalOutElement ... SysPhS-1.1 Port "standard" Port
INFO Component parametric diagrams show properties typed by constraint blocks (constraint properties), as well as component and port simulation variables and constants. SysPhS-1.1 Constraint ConstraintBlock, constraint parameter, BindingConnector, SysML Parametric Diagram, constraint property, MD:ConstraintProperty SysPhS, signal processing