Starion Group

Generated with uml4net version on 2025-08-08 19:46:44

OMG SysML® Version 2 UML based Meta Model Documentation

Release 2025-07

Powered By Starion Group, 2022-2025

Name: SysML
URI: https://www.omg.org/spec/SysML/20250201

1. Enumeration Types

FeatureDirectionKind [Enumeration]

Features

Name Description
Fully Qualified Name SysML::Core::Types::FeatureDirectionKind
Definition FeatureDirectionKind enumerates the possible kinds of direction that a Feature may be given as a member of a Type.

Enumeration Literals

Name Description
in Values of the Feature on each instance of its domain are determined externally to that instance and used internally.
inout Values of the Feature on each instance are determined either as in or out directions, or both.
out Values of the Feature on each instance of its domain are determined internally to that instance and used externally.

PortionKind [Enumeration]

Features

Name Description
Fully Qualified Name SysML::Systems::Occurrences::PortionKind
Definition PortionKind is an enumeration of the specific kinds of Occurrence portions that can be represented by an OccurrenceUsage.

Enumeration Literals

Name Description
timeslice A time slice of an Occurrence (a portion over time).
snapshot A snapshot of an Occurrence (a time slice with zero duration).

RequirementConstraintKind [Enumeration]

Features

Name Description
Fully Qualified Name SysML::Systems::Requirements::RequirementConstraintKind
Definition A RequirementConstraintKind indicates whether a ConstraintUsage is an assumption or a requirement in a RequirementDefinition or RequirementUsage.

Enumeration Literals

Name Description
assumption Indicates that a member ConstraintUsage of a RequirementDefinition or RequirementUsage represents an assumption.
requirement Indicates that a member ConstraintUsage of a RequirementDefinition or RequirementUsagerepresents an requirement.

StateSubactionKind [Enumeration]

Features

Name Description
Fully Qualified Name SysML::Systems::States::StateSubactionKind
Definition A StateSubactionKind indicates whether the action of a StateSubactionMembership is an entry, do or exit action.

Enumeration Literals

Name Description
entry Indicates that the action of a StateSubactionMembership is an entryAction.
do Indicates that the action of a StateSubactionMembership is a doAction.
exit Indicates that the action of a StateSubactionMembership is an exitAction.

TransitionFeatureKind [Enumeration]

Features

Name Description
Fully Qualified Name SysML::Systems::States::TransitionFeatureKind
Definition A TransitionActionKind indicates whether the transitionFeature of a TransitionFeatureMembership is a trigger, guard or effect.

Enumeration Literals

Name Description
trigger Indicates that the transitionFeature of a TransitionFeatureMembership is a triggerAction.
guard Indicates that the transitionFeature of a TransitionFeatureMembership is a guardExpression.
effect Indicates that the transitionFeature of a TransitionFeatureMembership is an effectAction.

TriggerKind [Enumeration]

Features

Name Description
Fully Qualified Name SysML::Systems::Actions::TriggerKind
Definition TriggerKind enumerates the kinds of triggers that can be represented by a TriggerInvocationExpression.

Enumeration Literals

Name Description
when Indicates a change trigger, corresponding to the TriggerWhen Function from the Triggers model in the Kernel Semantic Library.
at Indicates an absolute time trigger, corresponding to the TriggerAt Function from the Triggers model in the Kernel Semantic Library.
after Indicates a relative time trigger, corresponding to the TriggerAfter Function from the Triggers model in the Kernel Semantic Library.

VisibilityKind [Enumeration]

Features

Name Description
Fully Qualified Name SysML::Root::Namespaces::VisibilityKind
Definition VisibilityKind is an enumeration whose literals specify the visibility of a Membership of an Element in a Namespace outside of that Namespace. Note that "visibility" specifically restricts whether an Element in a Namespace may be referenced by name from outside the Namespace and only otherwise restricts access to an Element as provided by specific constraints in the abstract syntax (e.g., preventing the import or inheritance of private Elements).

Enumeration Literals

Name Description
private Indicates a Membership is not visible outside its owning Namespace.
protected An intermediate level of visibility between public and private. By default, it is equivalent to private for the purposes of normal access to and import of Elements from a Namespace. However, other Relationships may be specified to include Memberships with protected visibility in the list of memberships for a Namespace (e.g., Specialization).
public Indicates that a Membership is publicly visible outside its owning Namespace.

2. Primitive Types

Boolean [PrimitiveType]

Features

Name Description
Fully Qualified Name PrimitiveTypes::Boolean
Definition Boolean is used for logical expressions, consisting of the predefined values true and false.

Integer [PrimitiveType]

Features

Name Description
Fully Qualified Name PrimitiveTypes::Integer
Definition Integer is a primitive type representing integer values.

Real [PrimitiveType]

Features

Name Description
Fully Qualified Name PrimitiveTypes::Real
Definition Real is a primitive type representing the mathematical concept of real.

String [PrimitiveType]

Features

Name Description
Fully Qualified Name PrimitiveTypes::String
Definition String is a sequence of characters in some suitable character set used to display information about the model. Character sets may include non-Roman alphabets and characters.

UnlimitedNatural [PrimitiveType]

Features

Name Description
Fully Qualified Name PrimitiveTypes::UnlimitedNatural
Definition UnlimitedNatural is a primitive type representing unlimited natural values.

3. Data Types

No Data Types (other than Enumerations and Primitive Types) have been found in the UML model

4. Classes

AcceptActionUsage [Class]

Features

Name Description
Fully Qualified Name SysML::Systems::Actions::AcceptActionUsage
Definition An AcceptActionUsage is an ActionUsage that specifies the acceptance of an incomingTransfer from the Occurrence given by the result of its receiverArgument Expression. (If no receiverArgument is provided, the default is the this context of the AcceptActionUsage.) The payload of the accepted Transfer is output on its payloadParameter. Which Transfers may be accepted is determined by conformance to the typing and (potentially) binding of the payloadParameter.
Is Abstract FALSE
Generalizations ActionUsage
Specializations
Containers

Properties

Name Type Default Description Inheritance
actionDefinition Behavior [0..*] {derived} {ordered} {many-to-many:ActionUsage.definedAction} The Behaviors that are the types of this ActionUsage. Nominally, these would be ActionDefinitions, but other kinds of Kernel Behaviors are also allowed, to permit use of Behaviors from the Kernel Model Libraries. ActionUsage
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
behavior Behavior [0..*] {derived} {ordered} {redefined} {subsetted: Feature.type} {many-to-many:Step.typedStep} The Behaviors that type this Step. Step
chainingFeature Feature [0..*] {derived} {ordered} {many-to-many:Feature.chainedFeature} The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature. Feature
crossFeature Feature [0..1] {derived} The second chainingFeature of the crossedFeature of the ownedCrossSubsetting of this Feature, if it has one. Semantically, the values of the crossFeature of an end Feature must include all values of the end Feature obtained when navigating from values of the other end Features of the same owningType. Feature
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
definition Classifier [0..*] {derived} {ordered} {redefined} {many-to-many:Usage.definedUsage} The Classifiers that are the types of this Usage. Nominally, these are Definitions, but other kinds of Kernel Classifiers are also allowed, to permit use of Classifiers from the Kernel Model Libraries. Usage
differencingType Type [0..*] {derived} {ordered} {many-to-many:Type.differencedType} The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
directedFeature Feature [0..*] {derived} {ordered} {redefined} {subsetted: Type.feature} {many-to-many:Type.typeWithDirectedFeature} The features of this Type that have a non-null direction. Type
directedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {subsetted: Usage.usage} {many-to-many:Usage.usageWithDirectedUsage} The usages of this Usage that are directedFeatures. Usage
direction FeatureDirectionKind [0..1] Indicates how values of this Feature are determined or used (as specified for the FeatureDirectionKind). Feature
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
endFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithEndFeature} All features of this Type with isEnd = true. Type
endOwningType Type [0..1] {derived} {subsetted: A_endFeature_typeWithEndFeature.typeWithEndFeature} {subsetted: Feature.owningType} The Type that is related to this Feature by an EndFeatureMembership in which the Feature is an ownedMemberFeature. Feature
feature Feature [0..*] {derived} {ordered} {subsetted: Namespace.member} {many-to-many:Type.typeWithFeature} The ownedMemberFeatures of the featureMemberships of this Type. Type
featureMembership FeatureMembership [0..*] {derived} {ordered} {many-to-many:Type.type} The FeatureMemberships for features of this Type, which include all ownedFeatureMemberships and those inheritedMemberships that are FeatureMemberships (but does not include any importedMemberships). Type
featureTarget Feature [1..1] {derived} The last of the chainingFeatures of this Feature, if it has any. Otherwise, this Feature itself. Feature
featuringType Type [0..*] {derived} {ordered} {many-to-many:Feature.featureOfType} Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature. Feature
importedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Namespace.importingNamespace} The Memberships in this Namespace that result from the ownedImports of this Namespace. Namespace
individualDefinition OccurrenceDefinition [0..1] {derived} {subsetted: OccurrenceUsage.occurrenceDefinition} The at most one occurrenceDefinition that has isIndividual = true. OccurrenceUsage
inheritedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.inheritingType} All the memberFeatures of the inheritedMemberships of this Type that are FeatureMemberships. Type
inheritedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Type.inheritingType} All Memberships inherited by this Type via Specialization or Conjugation. These are included in the derived union for the memberships of the Type. Type
input Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithInput} All features related to this Type by FeatureMemberships that have direction in or inout. Type
intersectingType Type [0..*] {derived} {ordered} {many-to-many:Type.intersectedType} The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
isAbstract Boolean [1..1] Indicates whether instances of this Type must also be instances of at least one of its specialized Types. Type
isComposite Boolean [1..1] Whether the Feature is a composite feature of its featuringType. If so, the values of the Feature cannot exist after its featuring instance no longer does and cannot be values of another composite feature that is not on the same featuring instance. Feature
isConjugated Boolean [1..1] {derived} Indicates whether this Type has an ownedConjugator. Type
isConstant Boolean [1..1] If isVariable is true, then whether the value of this Feature nevertheless does not change over all snapshots of its owningType. Feature
isDerived Boolean [1..1] Whether the values of this Feature can always be computed from the values of other Features. Feature
isEnd Boolean [1..1] Whether or not this Feature is an end Feature. An end Feature always has multiplicity 1, mapping each of its domain instances to a single co-domain instance. However, it may have a crossFeature, in which case values of the crossFeature must be the same as those found by navigation across instances of the owningType from values of other end Features to values of this Feature. If the owningType has n end Features, then the multiplicity, ordering, and uniqueness declared for the crossFeature of any one of these end Features constrains the cardinality, ordering, and uniqueness of the collection of values of that Feature reached by navigation when the values of the other n-1 end Features are held fixed. Feature
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isIndividual Boolean [1..1] Whether this OccurrenceUsage represents the usage of the specific individual represented by its individualDefinition. OccurrenceUsage
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
isOrdered Boolean [1..1] Whether an order exists for the values of this Feature or not. Feature
isPortion Boolean [1..1] Whether the values of this Feature are contained in the space and time of instances of the domain of the Feature and represent the same thing as those instances. Feature
isReference Boolean [1..1] {derived} Whether this Usage is a referential Usage, that is, it has isComposite = false. Usage
isSufficient Boolean [1..1] Whether all things that meet the classification conditions of this Type must be classified by the Type.(A Type gives conditions that must be met by whatever it classifies, but when isSufficient is false, things may meet those conditions but still not be classified by the Type. For example, a Type Car that is not sufficient could require everything it classifies to have four wheels, but not all four wheeled things would classify as cars. However, if the Type Car were sufficient, it would classify all four-wheeled things.) Type
isUnique Boolean [1..1] Whether or not values for this Feature must have no duplicates or not. Feature
isVariable Boolean [1..1] {redefined} Whether the value of this Feature might vary over time. That is, whether the Feature may have a different value for each snapshot of an owningType that is an Occurrence. Feature
isVariation Boolean [1..1] Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships. Usage
mayTimeVary Boolean [1..1] {derived} Whether this Usage may be time varying (that is, whether it is featured by the snapshots of its owningType, rather than being featured by the owningType itself). However, if isConstant is also true, then the value of the Usage is nevertheless constant over the entire duration of an instance of its owningType (that is, it has the same value on all snapshots).The property mayTimeVary redefines the KerML property Feature::isVariable, making it derived. The property isConstant is inherited from Feature. Usage
member Element [0..*] {derived} {ordered} {many-to-many:Namespace.namespace} The set of all member Elements of this Namespace, which are the memberElements of all memberships of the Namespace. Namespace
membership Membership [0..*] {derived} {derived-union} {ordered} {many-to-many:Namespace.membershipNamespace} All Memberships in this Namespace, including (at least) the union of ownedMemberships and importedMemberships. Namespace
multiplicity Multiplicity [0..1] {derived} {subsetted: Namespace.ownedMember} An ownedMember of this Type that is a Multiplicity, which constraints the cardinality of the Type. If there is no such ownedMember, then the cardinality of this Type is constrained by all the Multiplicity constraints applicable to any direct supertypes. Type
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
nestedAction ActionUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ActionUsages that are nestedUsages of this Usage. Usage
nestedAllocation AllocationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConnection} The AllocationUsages that are nestedUsages of this Usage. Usage
nestedAnalysisCase AnalysisCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The AnalysisCaseUsages that are nestedUsages of this Usage. Usage
nestedAttribute AttributeUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The code>AttributeUsages that are nestedUsages of this Usage. Usage
nestedCalculation CalculationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAction} The CalculationUsage that are nestedUsages of this Usage. Usage
nestedCase CaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCalculation} The CaseUsages that are nestedUsages of this Usage. Usage
nestedConcern ConcernUsage [0..*] {derived} {subsetted: Usage.nestedRequirement} The ConcernUsages that are nestedUsages of this Usage. Usage
nestedConnection ConnectorAsUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The ConnectorAsUsages that are nestedUsages of this Usage. Note that this list includes BindingConnectorAsUsages, SuccessionAsUsages, and FlowConnectionUsages because these are ConnectorAsUsages even though they are not ConnectionUsages. Usage
nestedConstraint ConstraintUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ConstraintUsages that are nestedUsages of this Usage. Usage
nestedEnumeration EnumerationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAttribute} The code>EnumerationUsages that are nestedUsages of this Usage. Usage
nestedFlow FlowUsage [0..*] {derived} {subsetted: Usage.nestedConnection} The code>FlowUsages that are nestedUsages of this Usage. Usage
nestedInterface InterfaceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConnection} The InterfaceUsages that are nestedUsages of this Usage. Usage
nestedItem ItemUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ItemUsages that are nestedUsages of this Usage. Usage
nestedMetadata MetadataUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedItem} The MetadataUsages that are nestedUsages of this of this Usage. Usage
nestedOccurrence OccurrenceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The OccurrenceUsages that are nestedUsages of this Usage. Usage
nestedPart PartUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedItem} The PartUsages that are nestedUsages of this Usage. Usage
nestedPort PortUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The PortUsages that are nestedUsages of this Usage. Usage
nestedReference ReferenceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The ReferenceUsages that are nestedUsages of this Usage. Usage
nestedRendering RenderingUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedPart} The RenderingUsages that are nestedUsages of this Usage. Usage
nestedRequirement RequirementUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConstraint} The RequirementUsages that are nestedUsages of this Usage. Usage
nestedState StateUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAction} The StateUsages that are nestedUsages of this Usage. Usage
nestedTransition TransitionUsage [0..*] {derived} {subsetted: Usage.nestedUsage} The TransitionUsages that are nestedUsages of this Usage. Usage
nestedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.ownedFeature} {subsetted: Usage.usage} The Usages that are ownedFeatures of this Usage. Usage
nestedUseCase UseCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The UseCaseUsages that are nestedUsages of this Usage. Usage
nestedVerificationCase VerificationCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The VerificationCaseUsages that are nestedUsages of this Usage. Usage
nestedView ViewUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedPart} The ViewUsages that are nestedUsages of this Usage. Usage
nestedViewpoint ViewpointUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedRequirement} The ViewpointUsages that are nestedUsages of this Usage. Usage
occurrenceDefinition Class [0..*] {derived} {ordered} {redefined} {many-to-many:OccurrenceUsage.definedOccurrence} The Classes that are the types of this OccurrenceUsage. Nominally, these are OccurrenceDefinitions, but other kinds of kernel Classes are also allowed, to permit use of Classes from the Kernel Model Libraries. OccurrenceUsage
output Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithOutput} All features related to this Type by FeatureMemberships that have direction out or inout. Type
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedConjugator Conjugation [0..1] {composite} {derived} {subsetted: A_conjugatedType_conjugator.conjugator} {subsetted: Element.ownedRelationship} A Conjugation owned by this Type for which the Type is the originalType. Type
ownedCrossSubsetting CrossSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a CrossSubsetting}, for which the Feature is the crossingFeature. Feature
ownedDifferencing Differencing [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Differencings, having this Type as their typeDifferenced. Type
ownedDisjoining Disjoining [0..*] {composite} {derived} {subsetted: Element.ownedRelationship} {subsetted: A_disjoiningTypeDisjoining_typeDisjoined.disjoiningTypeDisjoining} The ownedRelationships of this Type that are Disjoinings, for which the Type is the typeDisjoined Type. Type
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedEndFeature Feature [0..*] {derived} {ordered} {subsetted: Type.endFeature} {subsetted: Type.ownedFeature} All endFeatures of this Type that are ownedFeatures. Type
ownedFeature Feature [0..*] {derived} {ordered} {subsetted: Namespace.ownedMember} The ownedMemberFeatures of the ownedFeatureMemberships of this Type. Type
ownedFeatureChaining FeatureChaining [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Feature that are FeatureChainings, for which the Feature will be the featureChained. Feature
ownedFeatureInverting FeatureInverting [0..*] {composite} {derived} {subsetted: A_invertingFeatureInverting_featureInverted.invertingFeatureInverting} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are FeatureInvertings and for which the Feature is the featureInverted. Feature
ownedFeatureMembership FeatureMembership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.ownedMembership} {subsetted: Type.featureMembership} The ownedMemberships of this Type that are FeatureMemberships, for which the Type is the owningType. Each such FeatureMembership identifies an ownedFeature of the Type. Type
ownedImport Import [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Namespace that are Imports, for which the Namespace is the importOwningNamespace. Namespace
ownedIntersecting Intersecting [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Intersectings, have the Type as their typeIntersected. Type
ownedMember Element [0..*] {derived} {ordered} {subsetted: Namespace.member} The owned members of this Namespace, which are the ownedMemberElements of the ownedMemberships of the Namespace. Namespace
ownedMembership Membership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.membership} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Namespace that are Memberships, for which the Namespace is the membershipOwningNamespace. Namespace
ownedRedefinition Redefinition [0..*] {composite} {derived} {subsetted: Feature.ownedSubsetting} The ownedSubsettings of this Feature that are Redefinitions, for which the Feature is the redefiningFeature. Feature
ownedReferenceSubsetting ReferenceSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a ReferenceSubsetting, for which the Feature is the referencingFeature. Feature
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
ownedSpecialization Specialization [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_specific_specialization.specialization} The ownedRelationships of this Type that are Specializations, for which the Type is the specific Type. Type
ownedSubsetting Subsetting [0..*] {composite} {derived} {subsetted: Type.ownedSpecialization} {subsetted: A_subsettingFeature_subsetting.subsetting} The ownedSpecializations of this Feature that are Subsettings, for which the Feature is the subsettingFeature. Feature
ownedTypeFeaturing TypeFeaturing [0..*] {composite} {derived} {ordered} {subsetted: A_featureOfType_typeFeaturing.typeFeaturing} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are TypeFeaturings and for which the Feature is the featureOfType. Feature
ownedTyping FeatureTyping [0..*] {composite} {derived} {ordered} {subsetted: Type.ownedSpecialization} {subsetted: A_typing_typedFeature.typing} The ownedSpecializations of this Feature that are FeatureTypings, for which the Feature is the typedFeature. Feature
ownedUnioning Unioning [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Type that are Unionings, having the Type as their typeUnioned. Type
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningDefinition Definition [0..1] {derived} {subsetted: Feature.owningType} {subsetted: A_usage_featuringDefinition.featuringDefinition} The Definition that owns this Usage (if any). Usage
owningFeatureMembership FeatureMembership [0..1] {derived} {subsetted: Element.owningMembership} The FeatureMembership that owns this Feature as an ownedMemberFeature, determining its owningType. Feature
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
owningType Type [0..1] {derived} {subsetted: A_typeWithFeature_feature.typeWithFeature} {subsetted: Element.owningNamespace} {subsetted: Feature.featuringType} The Type that is the owningType of the owningFeatureMembership of this Feature. Feature
owningUsage Usage [0..1] {derived} {subsetted: Feature.owningType} The Usage in which this Usage is nested (if any). Usage
parameter Feature [0..*] {derived} {ordered} {many-to-many:Step.parameteredStep} The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step. Step
payloadArgument Expression [0..1] {derived} An Expression whose result is bound to the payload parameter of this AcceptActionUsage. If provided, the AcceptActionUsage will only accept a Transfer with exactly this payload. AcceptActionUsage
payloadParameter ReferenceUsage [1..1] {derived} {subsetted: Usage.nestedReference} {subsetted: Step.parameter} The nestedReference of this AcceptActionUsage that redefines the payload output parameter of the base AcceptActionUsage AcceptAction from the Systems Model Library. AcceptActionUsage
portionKind PortionKind [0..1] The kind of temporal portion (time slice or snapshot) is represented by this OccurrenceUsage. If portionKind is not null, then the owningType of the OccurrenceUsage must be non-null, and the OccurrenceUsage represents portions of the featuring instance of the owningType. OccurrenceUsage
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
receiverArgument Expression [0..1] {derived} An Expression whose result is bound to the receiver input parameter of this AcceptActionUsage. AcceptActionUsage
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element
type Type [0..*] {derived} {ordered} {redefined} {many-to-many:Feature.typedFeature} Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature. Feature
unioningType Type [0..*] {derived} {ordered} {many-to-many:Type.unionedType} The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general. Type
usage Usage [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Usage.featuringUsage} The Usages that are features of this Usage (not necessarily owned). Usage
variant Usage [0..*] {derived} {subsetted: Namespace.ownedMember} The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants. Usage
variantMembership VariantMembership [0..*] {composite} {derived} {subsetted: Namespace.ownedMembership} The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty. Usage

ActionDefinition [Class]

Features

Name Description
Fully Qualified Name SysML::Systems::Actions::ActionDefinition
Definition An ActionDefinition is a Definition that is also a Behavior that defines an Action performed by a system or part of a system.
Is Abstract FALSE
Generalizations Behavior OccurrenceDefinition
Specializations CalculationDefinition FlowDefinition StateDefinition
Containers

Properties

Name Type Default Description Inheritance
action ActionUsage [0..*] {derived} {ordered} {subsetted: Behavior.step} {subsetted: Definition.usage} {many-to-many:ActionDefinition.featuringActionDefinition} The ActionUsages that are steps in this ActionDefinition, which define the actions that specify the behavior of the ActionDefinition. ActionDefinition
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
differencingType Type [0..*] {derived} {ordered} {many-to-many:Type.differencedType} The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
directedFeature Feature [0..*] {derived} {ordered} {redefined} {subsetted: Type.feature} {many-to-many:Type.typeWithDirectedFeature} The features of this Type that have a non-null direction. Type
directedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {subsetted: Definition.usage} {many-to-many:Definition.definitionWithDirectedUsage} The usages of this Definition that are directedFeatures. Definition
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
endFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithEndFeature} All features of this Type with isEnd = true. Type
feature Feature [0..*] {derived} {ordered} {subsetted: Namespace.member} {many-to-many:Type.typeWithFeature} The ownedMemberFeatures of the featureMemberships of this Type. Type
featureMembership FeatureMembership [0..*] {derived} {ordered} {many-to-many:Type.type} The FeatureMemberships for features of this Type, which include all ownedFeatureMemberships and those inheritedMemberships that are FeatureMemberships (but does not include any importedMemberships). Type
importedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Namespace.importingNamespace} The Memberships in this Namespace that result from the ownedImports of this Namespace. Namespace
inheritedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.inheritingType} All the memberFeatures of the inheritedMemberships of this Type that are FeatureMemberships. Type
inheritedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Type.inheritingType} All Memberships inherited by this Type via Specialization or Conjugation. These are included in the derived union for the memberships of the Type. Type
input Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithInput} All features related to this Type by FeatureMemberships that have direction in or inout. Type
intersectingType Type [0..*] {derived} {ordered} {many-to-many:Type.intersectedType} The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
isAbstract Boolean [1..1] Indicates whether instances of this Type must also be instances of at least one of its specialized Types. Type
isConjugated Boolean [1..1] {derived} Indicates whether this Type has an ownedConjugator. Type
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isIndividual Boolean [1..1] Whether this OccurrenceDefinition is constrained to represent at most one thing. OccurrenceDefinition
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
isSufficient Boolean [1..1] Whether all things that meet the classification conditions of this Type must be classified by the Type.(A Type gives conditions that must be met by whatever it classifies, but when isSufficient is false, things may meet those conditions but still not be classified by the Type. For example, a Type Car that is not sufficient could require everything it classifies to have four wheels, but not all four wheeled things would classify as cars. However, if the Type Car were sufficient, it would classify all four-wheeled things.) Type
isVariation Boolean [1..1] Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships. Definition
member Element [0..*] {derived} {ordered} {many-to-many:Namespace.namespace} The set of all member Elements of this Namespace, which are the memberElements of all memberships of the Namespace. Namespace
membership Membership [0..*] {derived} {derived-union} {ordered} {many-to-many:Namespace.membershipNamespace} All Memberships in this Namespace, including (at least) the union of ownedMemberships and importedMemberships. Namespace
multiplicity Multiplicity [0..1] {derived} {subsetted: Namespace.ownedMember} An ownedMember of this Type that is a Multiplicity, which constraints the cardinality of the Type. If there is no such ownedMember, then the cardinality of this Type is constrained by all the Multiplicity constraints applicable to any direct supertypes. Type
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
output Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithOutput} All features related to this Type by FeatureMemberships that have direction out or inout. Type
ownedAction ActionUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedOccurrence} The ActionUsages that are ownedUsages of this Definition. Definition
ownedAllocation AllocationUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedConnection} The AllocationUsages that are ownedUsages of this Definition. Definition
ownedAnalysisCase AnalysisCaseUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedCase} The AnalysisCaseUsages that are ownedUsages of this Definition. Definition
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedAttribute AttributeUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The AttributeUsages that are ownedUsages of this Definition. Definition
ownedCalculation CalculationUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedAction} The CalculationUsages that are ownedUsages of this Definition. Definition
ownedCase CaseUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedCalculation} The code>CaseUsages that are ownedUsages of this Definition. Definition
ownedConcern ConcernUsage [0..*] {derived} {subsetted: Definition.ownedRequirement} The ConcernUsages that are ownedUsages of this Definition. Definition
ownedConjugator Conjugation [0..1] {composite} {derived} {subsetted: A_conjugatedType_conjugator.conjugator} {subsetted: Element.ownedRelationship} A Conjugation owned by this Type for which the Type is the originalType. Type
ownedConnection ConnectorAsUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The ConnectorAsUsages that are ownedUsages of this Definition. Note that this list includes BindingConnectorAsUsages, SuccessionAsUsages, and FlowUsages because these are ConnectorAsUsages even though they are not ConnectionUsages. Definition
ownedConstraint ConstraintUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedOccurrence} The ConstraintUsages that are ownedUsages of this Definition. Definition
ownedDifferencing Differencing [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Differencings, having this Type as their typeDifferenced. Type
ownedDisjoining Disjoining [0..*] {composite} {derived} {subsetted: Element.ownedRelationship} {subsetted: A_disjoiningTypeDisjoining_typeDisjoined.disjoiningTypeDisjoining} The ownedRelationships of this Type that are Disjoinings, for which the Type is the typeDisjoined Type. Type
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedEndFeature Feature [0..*] {derived} {ordered} {subsetted: Type.endFeature} {subsetted: Type.ownedFeature} All endFeatures of this Type that are ownedFeatures. Type
ownedEnumeration EnumerationUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedAttribute} The EnumerationUsages that are ownedUsages of this Definition. Definition
ownedFeature Feature [0..*] {derived} {ordered} {subsetted: Namespace.ownedMember} The ownedMemberFeatures of the ownedFeatureMemberships of this Type. Type
ownedFeatureMembership FeatureMembership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.ownedMembership} {subsetted: Type.featureMembership} The ownedMemberships of this Type that are FeatureMemberships, for which the Type is the owningType. Each such FeatureMembership identifies an ownedFeature of the Type. Type
ownedFlow FlowUsage [0..*] {derived} {subsetted: Definition.ownedConnection} The FlowUsages that are ownedUsages of this Definition. Definition
ownedImport Import [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Namespace that are Imports, for which the Namespace is the importOwningNamespace. Namespace
ownedInterface InterfaceUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedConnection} The InterfaceUsages that are ownedUsages of this Definition. Definition
ownedIntersecting Intersecting [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Intersectings, have the Type as their typeIntersected. Type
ownedItem ItemUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedOccurrence} The ItemUsages that are ownedUsages of this Definition. Definition
ownedMember Element [0..*] {derived} {ordered} {subsetted: Namespace.member} The owned members of this Namespace, which are the ownedMemberElements of the ownedMemberships of the Namespace. Namespace
ownedMembership Membership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.membership} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Namespace that are Memberships, for which the Namespace is the membershipOwningNamespace. Namespace
ownedMetadata MetadataUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedItem} The MetadataUsages that are ownedUsages of this Definition. Definition
ownedOccurrence OccurrenceUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The OccurrenceUsages that are ownedUsages of this Definition. Definition
ownedPart PartUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedItem} The PartUsages that are ownedUsages of this Definition. Definition
ownedPort PortUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The PortUsages that are ownedUsages of this Definition. Definition
ownedReference ReferenceUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The ReferenceUsages that are ownedUsages of this Definition. Definition
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
ownedRendering RenderingUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedPart} The RenderingUsages that are ownedUsages of this Definition. Definition
ownedRequirement RequirementUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedConstraint} The RequirementUsages that are ownedUsages of this Definition. Definition
ownedSpecialization Specialization [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_specific_specialization.specialization} The ownedRelationships of this Type that are Specializations, for which the Type is the specific Type. Type
ownedState StateUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedAction} The StateUsages that are ownedUsages of this Definition. Definition
ownedSubclassification Subclassification [0..*] {composite} {derived} {subsetted: Type.ownedSpecialization} The ownedSpecializations of this Classifier that are Subclassifications, for which this Classifier is the subclassifier. Classifier
ownedTransition TransitionUsage [0..*] {derived} {subsetted: Definition.ownedUsage} The TransitionUsages that are ownedUsages of this Definition. Definition
ownedUnioning Unioning [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Type that are Unionings, having the Type as their typeUnioned. Type
ownedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.ownedFeature} {subsetted: Definition.usage} The Usages that are ownedFeatures of this Definition. Definition
ownedUseCase UseCaseUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedCase} The UseCaseUsages that are ownedUsages of this Definition. Definition
ownedVerificationCase VerificationCaseUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedCase} The VerificationCaseUsages that are ownedUsages of this Definition. Definition
ownedView ViewUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedPart} The ViewUsages that are ownedUsages of this Definition. Definition
ownedViewpoint ViewpointUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedRequirement} The ViewpointUsages that are ownedUsages of this Definition. Definition
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
parameter Feature [0..*] {derived} {ordered} {many-to-many:Behavior.parameteredBehavior} The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior. Behavior
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
step Step [0..*] {derived} {subsetted: Type.feature} {many-to-many:Behavior.featuringBehavior} The Steps that make up this Behavior. Behavior
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element
unioningType Type [0..*] {derived} {ordered} {many-to-many:Type.unionedType} The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general. Type
usage Usage [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Definition.featuringDefinition} The Usages that are features of this Definition (not necessarily owned). Definition
variant Usage [0..*] {derived} {subsetted: Namespace.ownedMember} The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants. Definition
variantMembership VariantMembership [0..*] {composite} {derived} {subsetted: Namespace.ownedMembership} The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty. Definition

ActionUsage [Class]

Features

Name Description
Fully Qualified Name SysML::Systems::Actions::ActionUsage
Definition An ActionUsage is a Usage that is also a Step, and, so, is typed by a Behavior. Nominally, if the type is an ActionDefinition, an ActionUsage is a Usage of that ActionDefinition within a system. However, other kinds of kernel Behaviors are also allowed, to permit use of Behaviors from the Kernel Model Libraries.
Is Abstract FALSE
Generalizations Step OccurrenceUsage
Specializations AcceptActionUsage AssignmentActionUsage CalculationUsage ControlNode FlowUsage IfActionUsage LoopActionUsage PerformActionUsage SendActionUsage StateUsage TerminateActionUsage TransitionUsage
Containers StateSubactionMembership

Properties

Name Type Default Description Inheritance
actionDefinition Behavior [0..*] {derived} {ordered} {many-to-many:ActionUsage.definedAction} The Behaviors that are the types of this ActionUsage. Nominally, these would be ActionDefinitions, but other kinds of Kernel Behaviors are also allowed, to permit use of Behaviors from the Kernel Model Libraries. ActionUsage
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
behavior Behavior [0..*] {derived} {ordered} {redefined} {subsetted: Feature.type} {many-to-many:Step.typedStep} The Behaviors that type this Step. Step
chainingFeature Feature [0..*] {derived} {ordered} {many-to-many:Feature.chainedFeature} The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature. Feature
crossFeature Feature [0..1] {derived} The second chainingFeature of the crossedFeature of the ownedCrossSubsetting of this Feature, if it has one. Semantically, the values of the crossFeature of an end Feature must include all values of the end Feature obtained when navigating from values of the other end Features of the same owningType. Feature
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
definition Classifier [0..*] {derived} {ordered} {redefined} {many-to-many:Usage.definedUsage} The Classifiers that are the types of this Usage. Nominally, these are Definitions, but other kinds of Kernel Classifiers are also allowed, to permit use of Classifiers from the Kernel Model Libraries. Usage
differencingType Type [0..*] {derived} {ordered} {many-to-many:Type.differencedType} The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
directedFeature Feature [0..*] {derived} {ordered} {redefined} {subsetted: Type.feature} {many-to-many:Type.typeWithDirectedFeature} The features of this Type that have a non-null direction. Type
directedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {subsetted: Usage.usage} {many-to-many:Usage.usageWithDirectedUsage} The usages of this Usage that are directedFeatures. Usage
direction FeatureDirectionKind [0..1] Indicates how values of this Feature are determined or used (as specified for the FeatureDirectionKind). Feature
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
endFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithEndFeature} All features of this Type with isEnd = true. Type
endOwningType Type [0..1] {derived} {subsetted: A_endFeature_typeWithEndFeature.typeWithEndFeature} {subsetted: Feature.owningType} The Type that is related to this Feature by an EndFeatureMembership in which the Feature is an ownedMemberFeature. Feature
feature Feature [0..*] {derived} {ordered} {subsetted: Namespace.member} {many-to-many:Type.typeWithFeature} The ownedMemberFeatures of the featureMemberships of this Type. Type
featureMembership FeatureMembership [0..*] {derived} {ordered} {many-to-many:Type.type} The FeatureMemberships for features of this Type, which include all ownedFeatureMemberships and those inheritedMemberships that are FeatureMemberships (but does not include any importedMemberships). Type
featureTarget Feature [1..1] {derived} The last of the chainingFeatures of this Feature, if it has any. Otherwise, this Feature itself. Feature
featuringType Type [0..*] {derived} {ordered} {many-to-many:Feature.featureOfType} Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature. Feature
importedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Namespace.importingNamespace} The Memberships in this Namespace that result from the ownedImports of this Namespace. Namespace
individualDefinition OccurrenceDefinition [0..1] {derived} {subsetted: OccurrenceUsage.occurrenceDefinition} The at most one occurrenceDefinition that has isIndividual = true. OccurrenceUsage
inheritedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.inheritingType} All the memberFeatures of the inheritedMemberships of this Type that are FeatureMemberships. Type
inheritedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Type.inheritingType} All Memberships inherited by this Type via Specialization or Conjugation. These are included in the derived union for the memberships of the Type. Type
input Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithInput} All features related to this Type by FeatureMemberships that have direction in or inout. Type
intersectingType Type [0..*] {derived} {ordered} {many-to-many:Type.intersectedType} The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
isAbstract Boolean [1..1] Indicates whether instances of this Type must also be instances of at least one of its specialized Types. Type
isComposite Boolean [1..1] Whether the Feature is a composite feature of its featuringType. If so, the values of the Feature cannot exist after its featuring instance no longer does and cannot be values of another composite feature that is not on the same featuring instance. Feature
isConjugated Boolean [1..1] {derived} Indicates whether this Type has an ownedConjugator. Type
isConstant Boolean [1..1] If isVariable is true, then whether the value of this Feature nevertheless does not change over all snapshots of its owningType. Feature
isDerived Boolean [1..1] Whether the values of this Feature can always be computed from the values of other Features. Feature
isEnd Boolean [1..1] Whether or not this Feature is an end Feature. An end Feature always has multiplicity 1, mapping each of its domain instances to a single co-domain instance. However, it may have a crossFeature, in which case values of the crossFeature must be the same as those found by navigation across instances of the owningType from values of other end Features to values of this Feature. If the owningType has n end Features, then the multiplicity, ordering, and uniqueness declared for the crossFeature of any one of these end Features constrains the cardinality, ordering, and uniqueness of the collection of values of that Feature reached by navigation when the values of the other n-1 end Features are held fixed. Feature
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isIndividual Boolean [1..1] Whether this OccurrenceUsage represents the usage of the specific individual represented by its individualDefinition. OccurrenceUsage
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
isOrdered Boolean [1..1] Whether an order exists for the values of this Feature or not. Feature
isPortion Boolean [1..1] Whether the values of this Feature are contained in the space and time of instances of the domain of the Feature and represent the same thing as those instances. Feature
isReference Boolean [1..1] {derived} Whether this Usage is a referential Usage, that is, it has isComposite = false. Usage
isSufficient Boolean [1..1] Whether all things that meet the classification conditions of this Type must be classified by the Type.(A Type gives conditions that must be met by whatever it classifies, but when isSufficient is false, things may meet those conditions but still not be classified by the Type. For example, a Type Car that is not sufficient could require everything it classifies to have four wheels, but not all four wheeled things would classify as cars. However, if the Type Car were sufficient, it would classify all four-wheeled things.) Type
isUnique Boolean [1..1] Whether or not values for this Feature must have no duplicates or not. Feature
isVariable Boolean [1..1] {redefined} Whether the value of this Feature might vary over time. That is, whether the Feature may have a different value for each snapshot of an owningType that is an Occurrence. Feature
isVariation Boolean [1..1] Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships. Usage
mayTimeVary Boolean [1..1] {derived} Whether this Usage may be time varying (that is, whether it is featured by the snapshots of its owningType, rather than being featured by the owningType itself). However, if isConstant is also true, then the value of the Usage is nevertheless constant over the entire duration of an instance of its owningType (that is, it has the same value on all snapshots).The property mayTimeVary redefines the KerML property Feature::isVariable, making it derived. The property isConstant is inherited from Feature. Usage
member Element [0..*] {derived} {ordered} {many-to-many:Namespace.namespace} The set of all member Elements of this Namespace, which are the memberElements of all memberships of the Namespace. Namespace
membership Membership [0..*] {derived} {derived-union} {ordered} {many-to-many:Namespace.membershipNamespace} All Memberships in this Namespace, including (at least) the union of ownedMemberships and importedMemberships. Namespace
multiplicity Multiplicity [0..1] {derived} {subsetted: Namespace.ownedMember} An ownedMember of this Type that is a Multiplicity, which constraints the cardinality of the Type. If there is no such ownedMember, then the cardinality of this Type is constrained by all the Multiplicity constraints applicable to any direct supertypes. Type
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
nestedAction ActionUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ActionUsages that are nestedUsages of this Usage. Usage
nestedAllocation AllocationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConnection} The AllocationUsages that are nestedUsages of this Usage. Usage
nestedAnalysisCase AnalysisCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The AnalysisCaseUsages that are nestedUsages of this Usage. Usage
nestedAttribute AttributeUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The code>AttributeUsages that are nestedUsages of this Usage. Usage
nestedCalculation CalculationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAction} The CalculationUsage that are nestedUsages of this Usage. Usage
nestedCase CaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCalculation} The CaseUsages that are nestedUsages of this Usage. Usage
nestedConcern ConcernUsage [0..*] {derived} {subsetted: Usage.nestedRequirement} The ConcernUsages that are nestedUsages of this Usage. Usage
nestedConnection ConnectorAsUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The ConnectorAsUsages that are nestedUsages of this Usage. Note that this list includes BindingConnectorAsUsages, SuccessionAsUsages, and FlowConnectionUsages because these are ConnectorAsUsages even though they are not ConnectionUsages. Usage
nestedConstraint ConstraintUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ConstraintUsages that are nestedUsages of this Usage. Usage
nestedEnumeration EnumerationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAttribute} The code>EnumerationUsages that are nestedUsages of this Usage. Usage
nestedFlow FlowUsage [0..*] {derived} {subsetted: Usage.nestedConnection} The code>FlowUsages that are nestedUsages of this Usage. Usage
nestedInterface InterfaceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConnection} The InterfaceUsages that are nestedUsages of this Usage. Usage
nestedItem ItemUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ItemUsages that are nestedUsages of this Usage. Usage
nestedMetadata MetadataUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedItem} The MetadataUsages that are nestedUsages of this of this Usage. Usage
nestedOccurrence OccurrenceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The OccurrenceUsages that are nestedUsages of this Usage. Usage
nestedPart PartUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedItem} The PartUsages that are nestedUsages of this Usage. Usage
nestedPort PortUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The PortUsages that are nestedUsages of this Usage. Usage
nestedReference ReferenceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The ReferenceUsages that are nestedUsages of this Usage. Usage
nestedRendering RenderingUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedPart} The RenderingUsages that are nestedUsages of this Usage. Usage
nestedRequirement RequirementUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConstraint} The RequirementUsages that are nestedUsages of this Usage. Usage
nestedState StateUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAction} The StateUsages that are nestedUsages of this Usage. Usage
nestedTransition TransitionUsage [0..*] {derived} {subsetted: Usage.nestedUsage} The TransitionUsages that are nestedUsages of this Usage. Usage
nestedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.ownedFeature} {subsetted: Usage.usage} The Usages that are ownedFeatures of this Usage. Usage
nestedUseCase UseCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The UseCaseUsages that are nestedUsages of this Usage. Usage
nestedVerificationCase VerificationCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The VerificationCaseUsages that are nestedUsages of this Usage. Usage
nestedView ViewUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedPart} The ViewUsages that are nestedUsages of this Usage. Usage
nestedViewpoint ViewpointUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedRequirement} The ViewpointUsages that are nestedUsages of this Usage. Usage
occurrenceDefinition Class [0..*] {derived} {ordered} {redefined} {many-to-many:OccurrenceUsage.definedOccurrence} The Classes that are the types of this OccurrenceUsage. Nominally, these are OccurrenceDefinitions, but other kinds of kernel Classes are also allowed, to permit use of Classes from the Kernel Model Libraries. OccurrenceUsage
output Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithOutput} All features related to this Type by FeatureMemberships that have direction out or inout. Type
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedConjugator Conjugation [0..1] {composite} {derived} {subsetted: A_conjugatedType_conjugator.conjugator} {subsetted: Element.ownedRelationship} A Conjugation owned by this Type for which the Type is the originalType. Type
ownedCrossSubsetting CrossSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a CrossSubsetting}, for which the Feature is the crossingFeature. Feature
ownedDifferencing Differencing [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Differencings, having this Type as their typeDifferenced. Type
ownedDisjoining Disjoining [0..*] {composite} {derived} {subsetted: Element.ownedRelationship} {subsetted: A_disjoiningTypeDisjoining_typeDisjoined.disjoiningTypeDisjoining} The ownedRelationships of this Type that are Disjoinings, for which the Type is the typeDisjoined Type. Type
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedEndFeature Feature [0..*] {derived} {ordered} {subsetted: Type.endFeature} {subsetted: Type.ownedFeature} All endFeatures of this Type that are ownedFeatures. Type
ownedFeature Feature [0..*] {derived} {ordered} {subsetted: Namespace.ownedMember} The ownedMemberFeatures of the ownedFeatureMemberships of this Type. Type
ownedFeatureChaining FeatureChaining [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Feature that are FeatureChainings, for which the Feature will be the featureChained. Feature
ownedFeatureInverting FeatureInverting [0..*] {composite} {derived} {subsetted: A_invertingFeatureInverting_featureInverted.invertingFeatureInverting} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are FeatureInvertings and for which the Feature is the featureInverted. Feature
ownedFeatureMembership FeatureMembership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.ownedMembership} {subsetted: Type.featureMembership} The ownedMemberships of this Type that are FeatureMemberships, for which the Type is the owningType. Each such FeatureMembership identifies an ownedFeature of the Type. Type
ownedImport Import [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Namespace that are Imports, for which the Namespace is the importOwningNamespace. Namespace
ownedIntersecting Intersecting [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Intersectings, have the Type as their typeIntersected. Type
ownedMember Element [0..*] {derived} {ordered} {subsetted: Namespace.member} The owned members of this Namespace, which are the ownedMemberElements of the ownedMemberships of the Namespace. Namespace
ownedMembership Membership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.membership} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Namespace that are Memberships, for which the Namespace is the membershipOwningNamespace. Namespace
ownedRedefinition Redefinition [0..*] {composite} {derived} {subsetted: Feature.ownedSubsetting} The ownedSubsettings of this Feature that are Redefinitions, for which the Feature is the redefiningFeature. Feature
ownedReferenceSubsetting ReferenceSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a ReferenceSubsetting, for which the Feature is the referencingFeature. Feature
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
ownedSpecialization Specialization [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_specific_specialization.specialization} The ownedRelationships of this Type that are Specializations, for which the Type is the specific Type. Type
ownedSubsetting Subsetting [0..*] {composite} {derived} {subsetted: Type.ownedSpecialization} {subsetted: A_subsettingFeature_subsetting.subsetting} The ownedSpecializations of this Feature that are Subsettings, for which the Feature is the subsettingFeature. Feature
ownedTypeFeaturing TypeFeaturing [0..*] {composite} {derived} {ordered} {subsetted: A_featureOfType_typeFeaturing.typeFeaturing} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are TypeFeaturings and for which the Feature is the featureOfType. Feature
ownedTyping FeatureTyping [0..*] {composite} {derived} {ordered} {subsetted: Type.ownedSpecialization} {subsetted: A_typing_typedFeature.typing} The ownedSpecializations of this Feature that are FeatureTypings, for which the Feature is the typedFeature. Feature
ownedUnioning Unioning [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Type that are Unionings, having the Type as their typeUnioned. Type
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningDefinition Definition [0..1] {derived} {subsetted: Feature.owningType} {subsetted: A_usage_featuringDefinition.featuringDefinition} The Definition that owns this Usage (if any). Usage
owningFeatureMembership FeatureMembership [0..1] {derived} {subsetted: Element.owningMembership} The FeatureMembership that owns this Feature as an ownedMemberFeature, determining its owningType. Feature
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
owningType Type [0..1] {derived} {subsetted: A_typeWithFeature_feature.typeWithFeature} {subsetted: Element.owningNamespace} {subsetted: Feature.featuringType} The Type that is the owningType of the owningFeatureMembership of this Feature. Feature
owningUsage Usage [0..1] {derived} {subsetted: Feature.owningType} The Usage in which this Usage is nested (if any). Usage
parameter Feature [0..*] {derived} {ordered} {many-to-many:Step.parameteredStep} The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step. Step
portionKind PortionKind [0..1] The kind of temporal portion (time slice or snapshot) is represented by this OccurrenceUsage. If portionKind is not null, then the owningType of the OccurrenceUsage must be non-null, and the OccurrenceUsage represents portions of the featuring instance of the owningType. OccurrenceUsage
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element
type Type [0..*] {derived} {ordered} {redefined} {many-to-many:Feature.typedFeature} Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature. Feature
unioningType Type [0..*] {derived} {ordered} {many-to-many:Type.unionedType} The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general. Type
usage Usage [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Usage.featuringUsage} The Usages that are features of this Usage (not necessarily owned). Usage
variant Usage [0..*] {derived} {subsetted: Namespace.ownedMember} The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants. Usage
variantMembership VariantMembership [0..*] {composite} {derived} {subsetted: Namespace.ownedMembership} The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty. Usage

ActorMembership [Class]

Features

Name Description
Fully Qualified Name SysML::Systems::Requirements::ActorMembership
Definition An ActorMembership is a ParameterMembership that identifies a PartUsage as an actor parameter, which specifies a role played by an external entity in interaction with the owningType of the ActorMembership.
Is Abstract FALSE
Generalizations ParameterMembership
Specializations
Containers

Properties

Name Type Default Description Inheritance
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
isImplied Boolean [1..1] Whether this Relationship was generated by tooling to meet semantic rules, rather than being directly created by a modeler. Relationship
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
memberElement Element [1..1] {redefined} The Element that becomes a member of the membershipOwningNamespace due to this Membership. Membership
memberElementId String [1..1] {derived} {redefined} The elementId of the memberElement. Membership
memberName String [0..1] {redefined} The name of the memberElement relative to the membershipOwningNamespace. Membership
membershipOwningNamespace Namespace [1..1] {derived} {redefined} {subsetted: A_membership_membershipNamespace.membershipNamespace} {subsetted: Relationship.owningRelatedElement} The Namespace of which the memberElement becomes a member due to this Membership. Membership
memberShortName String [0..1] {redefined} The short name of the memberElement relative to the membershipOwningNamespace. Membership
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
ownedActorParameter PartUsage [1..1] {composite} {derived} The PartUsage specifying the actor. ActorMembership
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedMemberElement Element [1..1] {composite} {derived} {redefined} {subsetted: Relationship.ownedRelatedElement} The Element that becomes an ownedMember of the membershipOwningNamespace due to this OwningMembership. OwningMembership
ownedMemberElementId String [1..1] {derived} The elementId of the ownedMemberElement. OwningMembership
ownedMemberFeature Feature [1..1] {composite} {derived} {redefined} The Feature that this FeatureMembership relates to its owningType, making it an ownedFeature of the owningType. FeatureMembership
ownedMemberName String [0..1] {derived} The name of the ownedMemberElement. OwningMembership
ownedMemberParameter Feature [1..1] {composite} {derived} {redefined} The Feature that is identified as a parameter by this ParameterMembership. ParameterMembership
ownedMemberShortName String [0..1] {derived} The shortName of the ownedMemberElement. OwningMembership
ownedRelatedElement Element [0..*] {composite} {ordered} {subsetted: Relationship.relatedElement} The relatedElements of this Relationship that are owned by the Relationship. Relationship
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelatedElement Element [0..1] {subsetted: Relationship.relatedElement} The relatedElement of this Relationship that owns the Relationship, if any. Relationship
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
owningType Type [1..1] {derived} {subsetted: A_featureMembership_type.type} The Type that owns this FeatureMembership. FeatureMembership
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
relatedElement Element [0..*] {derived} {ordered} {many-to-many:Relationship.relationship} The Elements that are related by this Relationship, derived as the union of the source and target Elements of the Relationship. Relationship
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
source Element [0..*] {ordered} {redefined} {subsetted: Relationship.relatedElement} {many-to-many:Relationship.sourceRelationship} The relatedElements from which this Relationship is considered to be directed. Relationship
target Element [0..*] {ordered} {redefined} {subsetted: Relationship.relatedElement} {many-to-many:Relationship.targetRelationship} The relatedElements to which this Relationship is considered to be directed. Relationship
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element
visibility VisibilityKind [1..1] Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace. Membership

AllocationDefinition [Class]

Features

Name Description
Fully Qualified Name SysML::Systems::Allocations::AllocationDefinition
Definition An AllocationDefinition is a ConnectionDefinition that specifies that some or all of the responsibility to realize the intent of the source is allocated to the target instances. Such allocations define mappings across the various structures and hierarchies of a system model, perhaps as a precursor to more rigorous specifications and implementations. An AllocationDefinition can itself be refined using nested allocations that give a finer-grained decomposition of the containing allocation mapping.
Is Abstract FALSE
Generalizations ConnectionDefinition
Specializations
Containers

Properties

Name Type Default Description Inheritance
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
allocation AllocationUsage [0..*] {derived} {ordered} {subsetted: Definition.usage} {many-to-many:AllocationDefinition.featuringAllocationDefinition} The AllocationUsages that refine the allocation mapping defined by this AllocationDefinition. AllocationDefinition
associationEnd Feature [0..*] {derived} {redefined} {many-to-many:Association.associationWithEnd} The features of the Association that identify the things that can be related by it. A concrete Association must have at least two associationEnds. When it has exactly two, the Association is called a binary Association. Association
connectionEnd Usage [0..*] {derived} {ordered} {many-to-many:ConnectionDefinition.connectionDefinitionWithEnd} The Usages that define the things related by the ConnectionDefinition. ConnectionDefinition
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
differencingType Type [0..*] {derived} {ordered} {many-to-many:Type.differencedType} The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
directedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithDirectedFeature} The features of this Type that have a non-null direction. Type
directedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {subsetted: Definition.usage} {many-to-many:Definition.definitionWithDirectedUsage} The usages of this Definition that are directedFeatures. Definition
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
endFeature Feature [0..*] {derived} {ordered} {redefined} {subsetted: Type.feature} {many-to-many:Type.typeWithEndFeature} All features of this Type with isEnd = true. Type
feature Feature [0..*] {derived} {ordered} {subsetted: Namespace.member} {many-to-many:Type.typeWithFeature} The ownedMemberFeatures of the featureMemberships of this Type. Type
featureMembership FeatureMembership [0..*] {derived} {ordered} {many-to-many:Type.type} The FeatureMemberships for features of this Type, which include all ownedFeatureMemberships and those inheritedMemberships that are FeatureMemberships (but does not include any importedMemberships). Type
importedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Namespace.importingNamespace} The Memberships in this Namespace that result from the ownedImports of this Namespace. Namespace
inheritedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.inheritingType} All the memberFeatures of the inheritedMemberships of this Type that are FeatureMemberships. Type
inheritedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Type.inheritingType} All Memberships inherited by this Type via Specialization or Conjugation. These are included in the derived union for the memberships of the Type. Type
input Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithInput} All features related to this Type by FeatureMemberships that have direction in or inout. Type
intersectingType Type [0..*] {derived} {ordered} {many-to-many:Type.intersectedType} The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
isAbstract Boolean [1..1] Indicates whether instances of this Type must also be instances of at least one of its specialized Types. Type
isConjugated Boolean [1..1] {derived} Indicates whether this Type has an ownedConjugator. Type
isImplied Boolean [1..1] Whether this Relationship was generated by tooling to meet semantic rules, rather than being directly created by a modeler. Relationship
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isIndividual Boolean [1..1] Whether this OccurrenceDefinition is constrained to represent at most one thing. OccurrenceDefinition
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
isSufficient Boolean [1..1] A ConnectionDefinition always has isSufficient = true. ConnectionDefinition
isSufficient Boolean [1..1] {redefined} Whether all things that meet the classification conditions of this Type must be classified by the Type.(A Type gives conditions that must be met by whatever it classifies, but when isSufficient is false, things may meet those conditions but still not be classified by the Type. For example, a Type Car that is not sufficient could require everything it classifies to have four wheels, but not all four wheeled things would classify as cars. However, if the Type Car were sufficient, it would classify all four-wheeled things.) Type
isVariation Boolean [1..1] Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships. Definition
member Element [0..*] {derived} {ordered} {many-to-many:Namespace.namespace} The set of all member Elements of this Namespace, which are the memberElements of all memberships of the Namespace. Namespace
membership Membership [0..*] {derived} {derived-union} {ordered} {many-to-many:Namespace.membershipNamespace} All Memberships in this Namespace, including (at least) the union of ownedMemberships and importedMemberships. Namespace
multiplicity Multiplicity [0..1] {derived} {subsetted: Namespace.ownedMember} An ownedMember of this Type that is a Multiplicity, which constraints the cardinality of the Type. If there is no such ownedMember, then the cardinality of this Type is constrained by all the Multiplicity constraints applicable to any direct supertypes. Type
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
output Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithOutput} All features related to this Type by FeatureMemberships that have direction out or inout. Type
ownedAction ActionUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedOccurrence} The ActionUsages that are ownedUsages of this Definition. Definition
ownedAllocation AllocationUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedConnection} The AllocationUsages that are ownedUsages of this Definition. Definition
ownedAnalysisCase AnalysisCaseUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedCase} The AnalysisCaseUsages that are ownedUsages of this Definition. Definition
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedAttribute AttributeUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The AttributeUsages that are ownedUsages of this Definition. Definition
ownedCalculation CalculationUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedAction} The CalculationUsages that are ownedUsages of this Definition. Definition
ownedCase CaseUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedCalculation} The code>CaseUsages that are ownedUsages of this Definition. Definition
ownedConcern ConcernUsage [0..*] {derived} {subsetted: Definition.ownedRequirement} The ConcernUsages that are ownedUsages of this Definition. Definition
ownedConjugator Conjugation [0..1] {composite} {derived} {subsetted: A_conjugatedType_conjugator.conjugator} {subsetted: Element.ownedRelationship} A Conjugation owned by this Type for which the Type is the originalType. Type
ownedConnection ConnectorAsUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The ConnectorAsUsages that are ownedUsages of this Definition. Note that this list includes BindingConnectorAsUsages, SuccessionAsUsages, and FlowUsages because these are ConnectorAsUsages even though they are not ConnectionUsages. Definition
ownedConstraint ConstraintUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedOccurrence} The ConstraintUsages that are ownedUsages of this Definition. Definition
ownedDifferencing Differencing [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Differencings, having this Type as their typeDifferenced. Type
ownedDisjoining Disjoining [0..*] {composite} {derived} {subsetted: Element.ownedRelationship} {subsetted: A_disjoiningTypeDisjoining_typeDisjoined.disjoiningTypeDisjoining} The ownedRelationships of this Type that are Disjoinings, for which the Type is the typeDisjoined Type. Type
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedEndFeature Feature [0..*] {derived} {ordered} {subsetted: Type.endFeature} {subsetted: Type.ownedFeature} All endFeatures of this Type that are ownedFeatures. Type
ownedEnumeration EnumerationUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedAttribute} The EnumerationUsages that are ownedUsages of this Definition. Definition
ownedFeature Feature [0..*] {derived} {ordered} {subsetted: Namespace.ownedMember} The ownedMemberFeatures of the ownedFeatureMemberships of this Type. Type
ownedFeatureMembership FeatureMembership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.ownedMembership} {subsetted: Type.featureMembership} The ownedMemberships of this Type that are FeatureMemberships, for which the Type is the owningType. Each such FeatureMembership identifies an ownedFeature of the Type. Type
ownedFlow FlowUsage [0..*] {derived} {subsetted: Definition.ownedConnection} The FlowUsages that are ownedUsages of this Definition. Definition
ownedImport Import [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Namespace that are Imports, for which the Namespace is the importOwningNamespace. Namespace
ownedInterface InterfaceUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedConnection} The InterfaceUsages that are ownedUsages of this Definition. Definition
ownedIntersecting Intersecting [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Intersectings, have the Type as their typeIntersected. Type
ownedItem ItemUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedOccurrence} The ItemUsages that are ownedUsages of this Definition. Definition
ownedMember Element [0..*] {derived} {ordered} {subsetted: Namespace.member} The owned members of this Namespace, which are the ownedMemberElements of the ownedMemberships of the Namespace. Namespace
ownedMembership Membership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.membership} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Namespace that are Memberships, for which the Namespace is the membershipOwningNamespace. Namespace
ownedMetadata MetadataUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedItem} The MetadataUsages that are ownedUsages of this Definition. Definition
ownedOccurrence OccurrenceUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The OccurrenceUsages that are ownedUsages of this Definition. Definition
ownedPart PartUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedItem} The PartUsages that are ownedUsages of this Definition. Definition
ownedPort PortUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The PortUsages that are ownedUsages of this Definition. Definition
ownedReference ReferenceUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The ReferenceUsages that are ownedUsages of this Definition. Definition
ownedRelatedElement Element [0..*] {composite} {ordered} {subsetted: Relationship.relatedElement} The relatedElements of this Relationship that are owned by the Relationship. Relationship
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
ownedRendering RenderingUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedPart} The RenderingUsages that are ownedUsages of this Definition. Definition
ownedRequirement RequirementUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedConstraint} The RequirementUsages that are ownedUsages of this Definition. Definition
ownedSpecialization Specialization [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_specific_specialization.specialization} The ownedRelationships of this Type that are Specializations, for which the Type is the specific Type. Type
ownedState StateUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedAction} The StateUsages that are ownedUsages of this Definition. Definition
ownedSubclassification Subclassification [0..*] {composite} {derived} {subsetted: Type.ownedSpecialization} The ownedSpecializations of this Classifier that are Subclassifications, for which this Classifier is the subclassifier. Classifier
ownedTransition TransitionUsage [0..*] {derived} {subsetted: Definition.ownedUsage} The TransitionUsages that are ownedUsages of this Definition. Definition
ownedUnioning Unioning [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Type that are Unionings, having the Type as their typeUnioned. Type
ownedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.ownedFeature} {subsetted: Definition.usage} The Usages that are ownedFeatures of this Definition. Definition
ownedUseCase UseCaseUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedCase} The UseCaseUsages that are ownedUsages of this Definition. Definition
ownedVerificationCase VerificationCaseUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedCase} The VerificationCaseUsages that are ownedUsages of this Definition. Definition
ownedView ViewUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedPart} The ViewUsages that are ownedUsages of this Definition. Definition
ownedViewpoint ViewpointUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedRequirement} The ViewpointUsages that are ownedUsages of this Definition. Definition
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelatedElement Element [0..1] {subsetted: Relationship.relatedElement} The relatedElement of this Relationship that owns the Relationship, if any. Relationship
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
relatedElement Element [0..*] {derived} {ordered} {redefined} {many-to-many:Relationship.relationship} The Elements that are related by this Relationship, derived as the union of the source and target Elements of the Relationship. Relationship
relatedType Type [0..*] {derived} {ordered} {many-to-many:Association.association} The types of the associationEnds of the Association, which are the relatedElements of the Association considered as a Relationship. Association
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
source Element [0..*] {ordered} {redefined} {subsetted: Relationship.relatedElement} {many-to-many:Relationship.sourceRelationship} The relatedElements from which this Relationship is considered to be directed. Relationship
sourceType Type [0..1] {derived} {subsetted: Association.relatedType} The source relatedType for this Association. It is the first relatedType of the Association. Association
target Element [0..*] {ordered} {redefined} {subsetted: Relationship.relatedElement} {many-to-many:Relationship.targetRelationship} The relatedElements to which this Relationship is considered to be directed. Relationship
targetType Type [0..*] {derived} {subsetted: Association.relatedType} {many-to-many:Association.targetAssociation} The target relatedTypes for this Association. This includes all the relatedTypes other than the sourceType. Association
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element
unioningType Type [0..*] {derived} {ordered} {many-to-many:Type.unionedType} The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general. Type
usage Usage [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Definition.featuringDefinition} The Usages that are features of this Definition (not necessarily owned). Definition
variant Usage [0..*] {derived} {subsetted: Namespace.ownedMember} The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants. Definition
variantMembership VariantMembership [0..*] {composite} {derived} {subsetted: Namespace.ownedMembership} The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty. Definition

AllocationUsage [Class]

Features

Name Description
Fully Qualified Name SysML::Systems::Allocations::AllocationUsage
Definition An AllocationUsage is a usage of an AllocationDefinition asserting the allocation of the source feature to the target feature.
Is Abstract FALSE
Generalizations ConnectionUsage
Specializations
Containers

Properties

Name Type Default Description Inheritance
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
allocationDefinition AllocationDefinition [0..*] {derived} {ordered} {many-to-many:AllocationUsage.definedAllocation} The AllocationDefinitions that are the types of this AllocationUsage. AllocationUsage
association Association [0..*] {derived} {ordered} {redefined} {many-to-many:Connector.typedConnector} The Associations that type the Connector. Connector
chainingFeature Feature [0..*] {derived} {ordered} {many-to-many:Feature.chainedFeature} The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature. Feature
connectionDefinition AssociationStructure [0..*] {derived} {ordered} {redefined} {subsetted: ItemUsage.itemDefinition} {many-to-many:ConnectionUsage.definedConnection} The AssociationStructures that are the types of this ConnectionUsage. Nominally, these are , but other kinds of Kernel AssociationStructures are also allowed, to permit use of AssociationStructures from the Kernel Model Libraries ConnectionUsage
connectorEnd Feature [0..*] {derived} {ordered} {many-to-many:Connector.featuringConnector} The endFeatures of a Connector, which redefine the endFeatures of the associations of the Connector. The connectorEnds determine via ReferenceSubsetting Relationships which Features are related by the Connector. Connector
crossFeature Feature [0..1] {derived} The second chainingFeature of the crossedFeature of the ownedCrossSubsetting of this Feature, if it has one. Semantically, the values of the crossFeature of an end Feature must include all values of the end Feature obtained when navigating from values of the other end Features of the same owningType. Feature
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
defaultFeaturingType Type [0..1] {derived} The innermost Type that is a common direct or indirect featuringType of the relatedFeatures, such that, if it exists and was the featuringType of this Connector, the Connector would satisfy the checkConnectorTypeFeaturing constraint. Connector
definition Classifier [0..*] {derived} {ordered} {redefined} {many-to-many:Usage.definedUsage} The Classifiers that are the types of this Usage. Nominally, these are Definitions, but other kinds of Kernel Classifiers are also allowed, to permit use of Classifiers from the Kernel Model Libraries. Usage
differencingType Type [0..*] {derived} {ordered} {many-to-many:Type.differencedType} The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
directedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithDirectedFeature} The features of this Type that have a non-null direction. Type
directedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {subsetted: Usage.usage} {many-to-many:Usage.usageWithDirectedUsage} The usages of this Usage that are directedFeatures. Usage
direction FeatureDirectionKind [0..1] Indicates how values of this Feature are determined or used (as specified for the FeatureDirectionKind). Feature
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
endFeature Feature [0..*] {derived} {ordered} {redefined} {subsetted: Type.feature} {many-to-many:Type.typeWithEndFeature} All features of this Type with isEnd = true. Type
endOwningType Type [0..1] {derived} {subsetted: A_endFeature_typeWithEndFeature.typeWithEndFeature} {subsetted: Feature.owningType} The Type that is related to this Feature by an EndFeatureMembership in which the Feature is an ownedMemberFeature. Feature
feature Feature [0..*] {derived} {ordered} {subsetted: Namespace.member} {many-to-many:Type.typeWithFeature} The ownedMemberFeatures of the featureMemberships of this Type. Type
featureMembership FeatureMembership [0..*] {derived} {ordered} {many-to-many:Type.type} The FeatureMemberships for features of this Type, which include all ownedFeatureMemberships and those inheritedMemberships that are FeatureMemberships (but does not include any importedMemberships). Type
featureTarget Feature [1..1] {derived} The last of the chainingFeatures of this Feature, if it has any. Otherwise, this Feature itself. Feature
featuringType Type [0..*] {derived} {ordered} {many-to-many:Feature.featureOfType} Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature. Feature
importedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Namespace.importingNamespace} The Memberships in this Namespace that result from the ownedImports of this Namespace. Namespace
individualDefinition OccurrenceDefinition [0..1] {derived} {subsetted: OccurrenceUsage.occurrenceDefinition} The at most one occurrenceDefinition that has isIndividual = true. OccurrenceUsage
inheritedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.inheritingType} All the memberFeatures of the inheritedMemberships of this Type that are FeatureMemberships. Type
inheritedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Type.inheritingType} All Memberships inherited by this Type via Specialization or Conjugation. These are included in the derived union for the memberships of the Type. Type
input Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithInput} All features related to this Type by FeatureMemberships that have direction in or inout. Type
intersectingType Type [0..*] {derived} {ordered} {many-to-many:Type.intersectedType} The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
isAbstract Boolean [1..1] Indicates whether instances of this Type must also be instances of at least one of its specialized Types. Type
isComposite Boolean [1..1] Whether the Feature is a composite feature of its featuringType. If so, the values of the Feature cannot exist after its featuring instance no longer does and cannot be values of another composite feature that is not on the same featuring instance. Feature
isConjugated Boolean [1..1] {derived} Indicates whether this Type has an ownedConjugator. Type
isConstant Boolean [1..1] If isVariable is true, then whether the value of this Feature nevertheless does not change over all snapshots of its owningType. Feature
isDerived Boolean [1..1] Whether the values of this Feature can always be computed from the values of other Features. Feature
isEnd Boolean [1..1] Whether or not this Feature is an end Feature. An end Feature always has multiplicity 1, mapping each of its domain instances to a single co-domain instance. However, it may have a crossFeature, in which case values of the crossFeature must be the same as those found by navigation across instances of the owningType from values of other end Features to values of this Feature. If the owningType has n end Features, then the multiplicity, ordering, and uniqueness declared for the crossFeature of any one of these end Features constrains the cardinality, ordering, and uniqueness of the collection of values of that Feature reached by navigation when the values of the other n-1 end Features are held fixed. Feature
isImplied Boolean [1..1] Whether this Relationship was generated by tooling to meet semantic rules, rather than being directly created by a modeler. Relationship
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isIndividual Boolean [1..1] Whether this OccurrenceUsage represents the usage of the specific individual represented by its individualDefinition. OccurrenceUsage
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
isOrdered Boolean [1..1] Whether an order exists for the values of this Feature or not. Feature
isPortion Boolean [1..1] Whether the values of this Feature are contained in the space and time of instances of the domain of the Feature and represent the same thing as those instances. Feature
isReference Boolean [1..1] {derived} Whether this Usage is a referential Usage, that is, it has isComposite = false. Usage
isSufficient Boolean [1..1] Whether all things that meet the classification conditions of this Type must be classified by the Type.(A Type gives conditions that must be met by whatever it classifies, but when isSufficient is false, things may meet those conditions but still not be classified by the Type. For example, a Type Car that is not sufficient could require everything it classifies to have four wheels, but not all four wheeled things would classify as cars. However, if the Type Car were sufficient, it would classify all four-wheeled things.) Type
isUnique Boolean [1..1] Whether or not values for this Feature must have no duplicates or not. Feature
isVariable Boolean [1..1] {redefined} Whether the value of this Feature might vary over time. That is, whether the Feature may have a different value for each snapshot of an owningType that is an Occurrence. Feature
isVariation Boolean [1..1] Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships. Usage
itemDefinition Structure [0..*] {derived} {ordered} {subsetted: OccurrenceUsage.occurrenceDefinition} {many-to-many:ItemUsage.definedItem} The Structures that are the definitions of this ItemUsage. Nominally, these are ItemDefinitions, but other kinds of Kernel Structures are also allowed, to permit use of Structures from the Kernel Library. ItemUsage
mayTimeVary Boolean [1..1] {derived} Whether this Usage may be time varying (that is, whether it is featured by the snapshots of its owningType, rather than being featured by the owningType itself). However, if isConstant is also true, then the value of the Usage is nevertheless constant over the entire duration of an instance of its owningType (that is, it has the same value on all snapshots).The property mayTimeVary redefines the KerML property Feature::isVariable, making it derived. The property isConstant is inherited from Feature. Usage
member Element [0..*] {derived} {ordered} {many-to-many:Namespace.namespace} The set of all member Elements of this Namespace, which are the memberElements of all memberships of the Namespace. Namespace
membership Membership [0..*] {derived} {derived-union} {ordered} {many-to-many:Namespace.membershipNamespace} All Memberships in this Namespace, including (at least) the union of ownedMemberships and importedMemberships. Namespace
multiplicity Multiplicity [0..1] {derived} {subsetted: Namespace.ownedMember} An ownedMember of this Type that is a Multiplicity, which constraints the cardinality of the Type. If there is no such ownedMember, then the cardinality of this Type is constrained by all the Multiplicity constraints applicable to any direct supertypes. Type
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
nestedAction ActionUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ActionUsages that are nestedUsages of this Usage. Usage
nestedAllocation AllocationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConnection} The AllocationUsages that are nestedUsages of this Usage. Usage
nestedAnalysisCase AnalysisCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The AnalysisCaseUsages that are nestedUsages of this Usage. Usage
nestedAttribute AttributeUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The code>AttributeUsages that are nestedUsages of this Usage. Usage
nestedCalculation CalculationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAction} The CalculationUsage that are nestedUsages of this Usage. Usage
nestedCase CaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCalculation} The CaseUsages that are nestedUsages of this Usage. Usage
nestedConcern ConcernUsage [0..*] {derived} {subsetted: Usage.nestedRequirement} The ConcernUsages that are nestedUsages of this Usage. Usage
nestedConnection ConnectorAsUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The ConnectorAsUsages that are nestedUsages of this Usage. Note that this list includes BindingConnectorAsUsages, SuccessionAsUsages, and FlowConnectionUsages because these are ConnectorAsUsages even though they are not ConnectionUsages. Usage
nestedConstraint ConstraintUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ConstraintUsages that are nestedUsages of this Usage. Usage
nestedEnumeration EnumerationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAttribute} The code>EnumerationUsages that are nestedUsages of this Usage. Usage
nestedFlow FlowUsage [0..*] {derived} {subsetted: Usage.nestedConnection} The code>FlowUsages that are nestedUsages of this Usage. Usage
nestedInterface InterfaceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConnection} The InterfaceUsages that are nestedUsages of this Usage. Usage
nestedItem ItemUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ItemUsages that are nestedUsages of this Usage. Usage
nestedMetadata MetadataUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedItem} The MetadataUsages that are nestedUsages of this of this Usage. Usage
nestedOccurrence OccurrenceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The OccurrenceUsages that are nestedUsages of this Usage. Usage
nestedPart PartUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedItem} The PartUsages that are nestedUsages of this Usage. Usage
nestedPort PortUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The PortUsages that are nestedUsages of this Usage. Usage
nestedReference ReferenceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The ReferenceUsages that are nestedUsages of this Usage. Usage
nestedRendering RenderingUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedPart} The RenderingUsages that are nestedUsages of this Usage. Usage
nestedRequirement RequirementUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConstraint} The RequirementUsages that are nestedUsages of this Usage. Usage
nestedState StateUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAction} The StateUsages that are nestedUsages of this Usage. Usage
nestedTransition TransitionUsage [0..*] {derived} {subsetted: Usage.nestedUsage} The TransitionUsages that are nestedUsages of this Usage. Usage
nestedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.ownedFeature} {subsetted: Usage.usage} The Usages that are ownedFeatures of this Usage. Usage
nestedUseCase UseCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The UseCaseUsages that are nestedUsages of this Usage. Usage
nestedVerificationCase VerificationCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The VerificationCaseUsages that are nestedUsages of this Usage. Usage
nestedView ViewUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedPart} The ViewUsages that are nestedUsages of this Usage. Usage
nestedViewpoint ViewpointUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedRequirement} The ViewpointUsages that are nestedUsages of this Usage. Usage
occurrenceDefinition Class [0..*] {derived} {ordered} {many-to-many:OccurrenceUsage.definedOccurrence} The Classes that are the types of this OccurrenceUsage. Nominally, these are OccurrenceDefinitions, but other kinds of kernel Classes are also allowed, to permit use of Classes from the Kernel Model Libraries. OccurrenceUsage
output Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithOutput} All features related to this Type by FeatureMemberships that have direction out or inout. Type
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedConjugator Conjugation [0..1] {composite} {derived} {subsetted: A_conjugatedType_conjugator.conjugator} {subsetted: Element.ownedRelationship} A Conjugation owned by this Type for which the Type is the originalType. Type
ownedCrossSubsetting CrossSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a CrossSubsetting}, for which the Feature is the crossingFeature. Feature
ownedDifferencing Differencing [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Differencings, having this Type as their typeDifferenced. Type
ownedDisjoining Disjoining [0..*] {composite} {derived} {subsetted: Element.ownedRelationship} {subsetted: A_disjoiningTypeDisjoining_typeDisjoined.disjoiningTypeDisjoining} The ownedRelationships of this Type that are Disjoinings, for which the Type is the typeDisjoined Type. Type
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedEndFeature Feature [0..*] {derived} {ordered} {subsetted: Type.endFeature} {subsetted: Type.ownedFeature} All endFeatures of this Type that are ownedFeatures. Type
ownedFeature Feature [0..*] {derived} {ordered} {subsetted: Namespace.ownedMember} The ownedMemberFeatures of the ownedFeatureMemberships of this Type. Type
ownedFeatureChaining FeatureChaining [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Feature that are FeatureChainings, for which the Feature will be the featureChained. Feature
ownedFeatureInverting FeatureInverting [0..*] {composite} {derived} {subsetted: A_invertingFeatureInverting_featureInverted.invertingFeatureInverting} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are FeatureInvertings and for which the Feature is the featureInverted. Feature
ownedFeatureMembership FeatureMembership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.ownedMembership} {subsetted: Type.featureMembership} The ownedMemberships of this Type that are FeatureMemberships, for which the Type is the owningType. Each such FeatureMembership identifies an ownedFeature of the Type. Type
ownedImport Import [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Namespace that are Imports, for which the Namespace is the importOwningNamespace. Namespace
ownedIntersecting Intersecting [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Intersectings, have the Type as their typeIntersected. Type
ownedMember Element [0..*] {derived} {ordered} {subsetted: Namespace.member} The owned members of this Namespace, which are the ownedMemberElements of the ownedMemberships of the Namespace. Namespace
ownedMembership Membership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.membership} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Namespace that are Memberships, for which the Namespace is the membershipOwningNamespace. Namespace
ownedRedefinition Redefinition [0..*] {composite} {derived} {subsetted: Feature.ownedSubsetting} The ownedSubsettings of this Feature that are Redefinitions, for which the Feature is the redefiningFeature. Feature
ownedReferenceSubsetting ReferenceSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a ReferenceSubsetting, for which the Feature is the referencingFeature. Feature
ownedRelatedElement Element [0..*] {composite} {ordered} {subsetted: Relationship.relatedElement} The relatedElements of this Relationship that are owned by the Relationship. Relationship
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
ownedSpecialization Specialization [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_specific_specialization.specialization} The ownedRelationships of this Type that are Specializations, for which the Type is the specific Type. Type
ownedSubsetting Subsetting [0..*] {composite} {derived} {subsetted: Type.ownedSpecialization} {subsetted: A_subsettingFeature_subsetting.subsetting} The ownedSpecializations of this Feature that are Subsettings, for which the Feature is the subsettingFeature. Feature
ownedTypeFeaturing TypeFeaturing [0..*] {composite} {derived} {ordered} {subsetted: A_featureOfType_typeFeaturing.typeFeaturing} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are TypeFeaturings and for which the Feature is the featureOfType. Feature
ownedTyping FeatureTyping [0..*] {composite} {derived} {ordered} {subsetted: Type.ownedSpecialization} {subsetted: A_typing_typedFeature.typing} The ownedSpecializations of this Feature that are FeatureTypings, for which the Feature is the typedFeature. Feature
ownedUnioning Unioning [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Type that are Unionings, having the Type as their typeUnioned. Type
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningDefinition Definition [0..1] {derived} {subsetted: Feature.owningType} {subsetted: A_usage_featuringDefinition.featuringDefinition} The Definition that owns this Usage (if any). Usage
owningFeatureMembership FeatureMembership [0..1] {derived} {subsetted: Element.owningMembership} The FeatureMembership that owns this Feature as an ownedMemberFeature, determining its owningType. Feature
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelatedElement Element [0..1] {subsetted: Relationship.relatedElement} The relatedElement of this Relationship that owns the Relationship, if any. Relationship
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
owningType Type [0..1] {derived} {subsetted: A_typeWithFeature_feature.typeWithFeature} {subsetted: Element.owningNamespace} {subsetted: Feature.featuringType} The Type that is the owningType of the owningFeatureMembership of this Feature. Feature
owningUsage Usage [0..1] {derived} {subsetted: Feature.owningType} The Usage in which this Usage is nested (if any). Usage
partDefinition PartDefinition [0..*] {derived} {ordered} {subsetted: ItemUsage.itemDefinition} {many-to-many:PartUsage.definedPart} The itemDefinitions of this PartUsage that are PartDefinitions. PartUsage
portionKind PortionKind [0..1] The kind of temporal portion (time slice or snapshot) is represented by this OccurrenceUsage. If portionKind is not null, then the owningType of the OccurrenceUsage must be non-null, and the OccurrenceUsage represents portions of the featuring instance of the owningType. OccurrenceUsage
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
relatedElement Element [0..*] {derived} {ordered} {redefined} {many-to-many:Relationship.relationship} The Elements that are related by this Relationship, derived as the union of the source and target Elements of the Relationship. Relationship
relatedFeature Feature [0..*] {derived} {ordered} {many-to-many:Connector.connector} The Features that are related by this Connector considered as a Relationship and that restrict the links it identifies, given by the referenced Features of the connectorEnds of the Connector. Connector
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
source Element [0..*] {ordered} {redefined} {subsetted: Relationship.relatedElement} {many-to-many:Relationship.sourceRelationship} The relatedElements from which this Relationship is considered to be directed. Relationship
sourceFeature Feature [0..1] {derived} {ordered} {subsetted: Connector.relatedFeature} The source relatedFeature for this Connector. It is the first relatedFeature. Connector
target Element [0..*] {ordered} {redefined} {subsetted: Relationship.relatedElement} {many-to-many:Relationship.targetRelationship} The relatedElements to which this Relationship is considered to be directed. Relationship
targetFeature Feature [0..*] {derived} {ordered} {subsetted: Connector.relatedFeature} {many-to-many:Connector.targetConnector} The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature. Connector
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element
type Type [0..*] {derived} {ordered} {redefined} {many-to-many:Feature.typedFeature} Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature. Feature
unioningType Type [0..*] {derived} {ordered} {many-to-many:Type.unionedType} The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general. Type
usage Usage [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Usage.featuringUsage} The Usages that are features of this Usage (not necessarily owned). Usage
variant Usage [0..*] {derived} {subsetted: Namespace.ownedMember} The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants. Usage
variantMembership VariantMembership [0..*] {composite} {derived} {subsetted: Namespace.ownedMembership} The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty. Usage

AnalysisCaseDefinition [Class]

Features

Name Description
Fully Qualified Name SysML::Systems::AnalysisCases::AnalysisCaseDefinition
Definition An AnalysisCaseDefinition is a CaseDefinition for the case of carrying out an analysis.
Is Abstract FALSE
Generalizations CaseDefinition
Specializations
Containers

Properties

Name Type Default Description Inheritance
action ActionUsage [0..*] {derived} {ordered} {subsetted: Behavior.step} {subsetted: Definition.usage} {many-to-many:ActionDefinition.featuringActionDefinition} The ActionUsages that are steps in this ActionDefinition, which define the actions that specify the behavior of the ActionDefinition. ActionDefinition
actorParameter PartUsage [0..*] {derived} {ordered} {subsetted: Behavior.parameter} {subsetted: Definition.usage} The parameters of this CaseDefinition that represent actors involved in the case. CaseDefinition
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
calculation CalculationUsage [0..*] {derived} {ordered} {subsetted: ActionDefinition.action} {subsetted: Function.expression} {many-to-many:CalculationDefinition.featuringCalculationDefinition} The actions of this CalculationDefinition that are CalculationUsages. CalculationDefinition
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
differencingType Type [0..*] {derived} {ordered} {many-to-many:Type.differencedType} The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
directedFeature Feature [0..*] {derived} {ordered} {redefined} {subsetted: Type.feature} {many-to-many:Type.typeWithDirectedFeature} The features of this Type that have a non-null direction. Type
directedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {subsetted: Definition.usage} {many-to-many:Definition.definitionWithDirectedUsage} The usages of this Definition that are directedFeatures. Definition
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
endFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithEndFeature} All features of this Type with isEnd = true. Type
expression Expression [0..*] {derived} {subsetted: Behavior.step} {many-to-many:Function.computedFunction} The Expressions that are steps in the calculation of the result of this Function. Function
feature Feature [0..*] {derived} {ordered} {subsetted: Namespace.member} {many-to-many:Type.typeWithFeature} The ownedMemberFeatures of the featureMemberships of this Type. Type
featureMembership FeatureMembership [0..*] {derived} {ordered} {many-to-many:Type.type} The FeatureMemberships for features of this Type, which include all ownedFeatureMemberships and those inheritedMemberships that are FeatureMemberships (but does not include any importedMemberships). Type
importedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Namespace.importingNamespace} The Memberships in this Namespace that result from the ownedImports of this Namespace. Namespace
inheritedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.inheritingType} All the memberFeatures of the inheritedMemberships of this Type that are FeatureMemberships. Type
inheritedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Type.inheritingType} All Memberships inherited by this Type via Specialization or Conjugation. These are included in the derived union for the memberships of the Type. Type
input Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithInput} All features related to this Type by FeatureMemberships that have direction in or inout. Type
intersectingType Type [0..*] {derived} {ordered} {many-to-many:Type.intersectedType} The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
isAbstract Boolean [1..1] Indicates whether instances of this Type must also be instances of at least one of its specialized Types. Type
isConjugated Boolean [1..1] {derived} Indicates whether this Type has an ownedConjugator. Type
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isIndividual Boolean [1..1] Whether this OccurrenceDefinition is constrained to represent at most one thing. OccurrenceDefinition
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
isModelLevelEvaluable Boolean [1..1] {derived} Whether this Function can be used as the function of a model-level evaluable InvocationExpression. Certain Functions from the Kernel Functions Library are considered to have isModelLevelEvaluable = true. For all other Functions it is false.Note: See the specification of the KerML concrete syntax notation for Expressions for an identification of which library Functions are model-level evaluable. Function
isSufficient Boolean [1..1] Whether all things that meet the classification conditions of this Type must be classified by the Type.(A Type gives conditions that must be met by whatever it classifies, but when isSufficient is false, things may meet those conditions but still not be classified by the Type. For example, a Type Car that is not sufficient could require everything it classifies to have four wheels, but not all four wheeled things would classify as cars. However, if the Type Car were sufficient, it would classify all four-wheeled things.) Type
isVariation Boolean [1..1] Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships. Definition
member Element [0..*] {derived} {ordered} {many-to-many:Namespace.namespace} The set of all member Elements of this Namespace, which are the memberElements of all memberships of the Namespace. Namespace
membership Membership [0..*] {derived} {derived-union} {ordered} {many-to-many:Namespace.membershipNamespace} All Memberships in this Namespace, including (at least) the union of ownedMemberships and importedMemberships. Namespace
multiplicity Multiplicity [0..1] {derived} {subsetted: Namespace.ownedMember} An ownedMember of this Type that is a Multiplicity, which constraints the cardinality of the Type. If there is no such ownedMember, then the cardinality of this Type is constrained by all the Multiplicity constraints applicable to any direct supertypes. Type
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
objectiveRequirement RequirementUsage [0..1] {derived} {ordered} {subsetted: Definition.usage} The RequirementUsage representing the objective of this CaseDefinition. CaseDefinition
output Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithOutput} All features related to this Type by FeatureMemberships that have direction out or inout. Type
ownedAction ActionUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedOccurrence} The ActionUsages that are ownedUsages of this Definition. Definition
ownedAllocation AllocationUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedConnection} The AllocationUsages that are ownedUsages of this Definition. Definition
ownedAnalysisCase AnalysisCaseUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedCase} The AnalysisCaseUsages that are ownedUsages of this Definition. Definition
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedAttribute AttributeUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The AttributeUsages that are ownedUsages of this Definition. Definition
ownedCalculation CalculationUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedAction} The CalculationUsages that are ownedUsages of this Definition. Definition
ownedCase CaseUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedCalculation} The code>CaseUsages that are ownedUsages of this Definition. Definition
ownedConcern ConcernUsage [0..*] {derived} {subsetted: Definition.ownedRequirement} The ConcernUsages that are ownedUsages of this Definition. Definition
ownedConjugator Conjugation [0..1] {composite} {derived} {subsetted: A_conjugatedType_conjugator.conjugator} {subsetted: Element.ownedRelationship} A Conjugation owned by this Type for which the Type is the originalType. Type
ownedConnection ConnectorAsUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The ConnectorAsUsages that are ownedUsages of this Definition. Note that this list includes BindingConnectorAsUsages, SuccessionAsUsages, and FlowUsages because these are ConnectorAsUsages even though they are not ConnectionUsages. Definition
ownedConstraint ConstraintUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedOccurrence} The ConstraintUsages that are ownedUsages of this Definition. Definition
ownedDifferencing Differencing [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Differencings, having this Type as their typeDifferenced. Type
ownedDisjoining Disjoining [0..*] {composite} {derived} {subsetted: Element.ownedRelationship} {subsetted: A_disjoiningTypeDisjoining_typeDisjoined.disjoiningTypeDisjoining} The ownedRelationships of this Type that are Disjoinings, for which the Type is the typeDisjoined Type. Type
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedEndFeature Feature [0..*] {derived} {ordered} {subsetted: Type.endFeature} {subsetted: Type.ownedFeature} All endFeatures of this Type that are ownedFeatures. Type
ownedEnumeration EnumerationUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedAttribute} The EnumerationUsages that are ownedUsages of this Definition. Definition
ownedFeature Feature [0..*] {derived} {ordered} {subsetted: Namespace.ownedMember} The ownedMemberFeatures of the ownedFeatureMemberships of this Type. Type
ownedFeatureMembership FeatureMembership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.ownedMembership} {subsetted: Type.featureMembership} The ownedMemberships of this Type that are FeatureMemberships, for which the Type is the owningType. Each such FeatureMembership identifies an ownedFeature of the Type. Type
ownedFlow FlowUsage [0..*] {derived} {subsetted: Definition.ownedConnection} The FlowUsages that are ownedUsages of this Definition. Definition
ownedImport Import [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Namespace that are Imports, for which the Namespace is the importOwningNamespace. Namespace
ownedInterface InterfaceUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedConnection} The InterfaceUsages that are ownedUsages of this Definition. Definition
ownedIntersecting Intersecting [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Intersectings, have the Type as their typeIntersected. Type
ownedItem ItemUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedOccurrence} The ItemUsages that are ownedUsages of this Definition. Definition
ownedMember Element [0..*] {derived} {ordered} {subsetted: Namespace.member} The owned members of this Namespace, which are the ownedMemberElements of the ownedMemberships of the Namespace. Namespace
ownedMembership Membership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.membership} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Namespace that are Memberships, for which the Namespace is the membershipOwningNamespace. Namespace
ownedMetadata MetadataUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedItem} The MetadataUsages that are ownedUsages of this Definition. Definition
ownedOccurrence OccurrenceUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The OccurrenceUsages that are ownedUsages of this Definition. Definition
ownedPart PartUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedItem} The PartUsages that are ownedUsages of this Definition. Definition
ownedPort PortUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The PortUsages that are ownedUsages of this Definition. Definition
ownedReference ReferenceUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The ReferenceUsages that are ownedUsages of this Definition. Definition
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
ownedRendering RenderingUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedPart} The RenderingUsages that are ownedUsages of this Definition. Definition
ownedRequirement RequirementUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedConstraint} The RequirementUsages that are ownedUsages of this Definition. Definition
ownedSpecialization Specialization [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_specific_specialization.specialization} The ownedRelationships of this Type that are Specializations, for which the Type is the specific Type. Type
ownedState StateUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedAction} The StateUsages that are ownedUsages of this Definition. Definition
ownedSubclassification Subclassification [0..*] {composite} {derived} {subsetted: Type.ownedSpecialization} The ownedSpecializations of this Classifier that are Subclassifications, for which this Classifier is the subclassifier. Classifier
ownedTransition TransitionUsage [0..*] {derived} {subsetted: Definition.ownedUsage} The TransitionUsages that are ownedUsages of this Definition. Definition
ownedUnioning Unioning [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Type that are Unionings, having the Type as their typeUnioned. Type
ownedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.ownedFeature} {subsetted: Definition.usage} The Usages that are ownedFeatures of this Definition. Definition
ownedUseCase UseCaseUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedCase} The UseCaseUsages that are ownedUsages of this Definition. Definition
ownedVerificationCase VerificationCaseUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedCase} The VerificationCaseUsages that are ownedUsages of this Definition. Definition
ownedView ViewUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedPart} The ViewUsages that are ownedUsages of this Definition. Definition
ownedViewpoint ViewpointUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedRequirement} The ViewpointUsages that are ownedUsages of this Definition. Definition
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
parameter Feature [0..*] {derived} {ordered} {many-to-many:Behavior.parameteredBehavior} The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior. Behavior
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
result Feature [1..1] {derived} {subsetted: Type.output} {subsetted: Behavior.parameter} The object or value that is the result of evaluating the Function. Function
resultExpression Expression [0..1] {derived} {subsetted: Function.expression} {subsetted: Type.ownedFeature} An Expression used to compute the result of the AnalysisCaseDefinition, owned via a ResultExpressionMembership. AnalysisCaseDefinition
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
step Step [0..*] {derived} {subsetted: Type.feature} {many-to-many:Behavior.featuringBehavior} The Steps that make up this Behavior. Behavior
subjectParameter Usage [1..1] {derived} {subsetted: Behavior.parameter} {subsetted: Definition.usage} The parameter of this CaseDefinition that represents its subject. CaseDefinition
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element
unioningType Type [0..*] {derived} {ordered} {many-to-many:Type.unionedType} The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general. Type
usage Usage [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Definition.featuringDefinition} The Usages that are features of this Definition (not necessarily owned). Definition
variant Usage [0..*] {derived} {subsetted: Namespace.ownedMember} The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants. Definition
variantMembership VariantMembership [0..*] {composite} {derived} {subsetted: Namespace.ownedMembership} The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty. Definition

AnalysisCaseUsage [Class]

Features

Name Description
Fully Qualified Name SysML::Systems::AnalysisCases::AnalysisCaseUsage
Definition An AnalysisCaseUsage is a Usage of an AnalysisCaseDefinition.
Is Abstract FALSE
Generalizations CaseUsage
Specializations
Containers

Properties

Name Type Default Description Inheritance
actionDefinition Behavior [0..*] {derived} {ordered} {redefined} {many-to-many:ActionUsage.definedAction} The Behaviors that are the types of this ActionUsage. Nominally, these would be ActionDefinitions, but other kinds of Kernel Behaviors are also allowed, to permit use of Behaviors from the Kernel Model Libraries. ActionUsage
actorParameter PartUsage [0..*] {derived} {ordered} {subsetted: Step.parameter} {subsetted: Usage.usage} The parameters of this CaseUsage that represent actors involved in the case. CaseUsage
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
analysisCaseDefinition AnalysisCaseDefinition [0..1] {derived} The AnalysisCaseDefinition that is the definition of this AnalysisCaseUsage. AnalysisCaseUsage
behavior Behavior [0..*] {derived} {ordered} {redefined} {subsetted: Feature.type} {many-to-many:Step.typedStep} The Behaviors that type this Step. Step
calculationDefinition Function [0..1] {derived} {ordered} {redefined} The Function that is the type of this CalculationUsage. Nominally, this would be a CalculationDefinition, but a kernel Function is also allowed, to permit use of Functions from the Kernel Model Libraries. CalculationUsage
caseDefinition CaseDefinition [0..1] {derived} {redefined} The CaseDefinition that is the type of this CaseUsage. CaseUsage
chainingFeature Feature [0..*] {derived} {ordered} {many-to-many:Feature.chainedFeature} The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature. Feature
crossFeature Feature [0..1] {derived} The second chainingFeature of the crossedFeature of the ownedCrossSubsetting of this Feature, if it has one. Semantically, the values of the crossFeature of an end Feature must include all values of the end Feature obtained when navigating from values of the other end Features of the same owningType. Feature
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
definition Classifier [0..*] {derived} {ordered} {redefined} {many-to-many:Usage.definedUsage} The Classifiers that are the types of this Usage. Nominally, these are Definitions, but other kinds of Kernel Classifiers are also allowed, to permit use of Classifiers from the Kernel Model Libraries. Usage
differencingType Type [0..*] {derived} {ordered} {many-to-many:Type.differencedType} The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
directedFeature Feature [0..*] {derived} {ordered} {redefined} {subsetted: Type.feature} {many-to-many:Type.typeWithDirectedFeature} The features of this Type that have a non-null direction. Type
directedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {subsetted: Usage.usage} {many-to-many:Usage.usageWithDirectedUsage} The usages of this Usage that are directedFeatures. Usage
direction FeatureDirectionKind [0..1] Indicates how values of this Feature are determined or used (as specified for the FeatureDirectionKind). Feature
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
endFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithEndFeature} All features of this Type with isEnd = true. Type
endOwningType Type [0..1] {derived} {subsetted: A_endFeature_typeWithEndFeature.typeWithEndFeature} {subsetted: Feature.owningType} The Type that is related to this Feature by an EndFeatureMembership in which the Feature is an ownedMemberFeature. Feature
feature Feature [0..*] {derived} {ordered} {subsetted: Namespace.member} {many-to-many:Type.typeWithFeature} The ownedMemberFeatures of the featureMemberships of this Type. Type
featureMembership FeatureMembership [0..*] {derived} {ordered} {many-to-many:Type.type} The FeatureMemberships for features of this Type, which include all ownedFeatureMemberships and those inheritedMemberships that are FeatureMemberships (but does not include any importedMemberships). Type
featureTarget Feature [1..1] {derived} The last of the chainingFeatures of this Feature, if it has any. Otherwise, this Feature itself. Feature
featuringType Type [0..*] {derived} {ordered} {many-to-many:Feature.featureOfType} Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature. Feature
function Function [0..1] {derived} {redefined} The Function that types this Expression. Expression
importedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Namespace.importingNamespace} The Memberships in this Namespace that result from the ownedImports of this Namespace. Namespace
individualDefinition OccurrenceDefinition [0..1] {derived} {subsetted: OccurrenceUsage.occurrenceDefinition} The at most one occurrenceDefinition that has isIndividual = true. OccurrenceUsage
inheritedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.inheritingType} All the memberFeatures of the inheritedMemberships of this Type that are FeatureMemberships. Type
inheritedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Type.inheritingType} All Memberships inherited by this Type via Specialization or Conjugation. These are included in the derived union for the memberships of the Type. Type
input Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithInput} All features related to this Type by FeatureMemberships that have direction in or inout. Type
intersectingType Type [0..*] {derived} {ordered} {many-to-many:Type.intersectedType} The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
isAbstract Boolean [1..1] Indicates whether instances of this Type must also be instances of at least one of its specialized Types. Type
isComposite Boolean [1..1] Whether the Feature is a composite feature of its featuringType. If so, the values of the Feature cannot exist after its featuring instance no longer does and cannot be values of another composite feature that is not on the same featuring instance. Feature
isConjugated Boolean [1..1] {derived} Indicates whether this Type has an ownedConjugator. Type
isConstant Boolean [1..1] If isVariable is true, then whether the value of this Feature nevertheless does not change over all snapshots of its owningType. Feature
isDerived Boolean [1..1] Whether the values of this Feature can always be computed from the values of other Features. Feature
isEnd Boolean [1..1] Whether or not this Feature is an end Feature. An end Feature always has multiplicity 1, mapping each of its domain instances to a single co-domain instance. However, it may have a crossFeature, in which case values of the crossFeature must be the same as those found by navigation across instances of the owningType from values of other end Features to values of this Feature. If the owningType has n end Features, then the multiplicity, ordering, and uniqueness declared for the crossFeature of any one of these end Features constrains the cardinality, ordering, and uniqueness of the collection of values of that Feature reached by navigation when the values of the other n-1 end Features are held fixed. Feature
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isIndividual Boolean [1..1] Whether this OccurrenceUsage represents the usage of the specific individual represented by its individualDefinition. OccurrenceUsage
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
isModelLevelEvaluable Boolean [1..1] {derived} Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model. Expression
isOrdered Boolean [1..1] Whether an order exists for the values of this Feature or not. Feature
isPortion Boolean [1..1] Whether the values of this Feature are contained in the space and time of instances of the domain of the Feature and represent the same thing as those instances. Feature
isReference Boolean [1..1] {derived} Whether this Usage is a referential Usage, that is, it has isComposite = false. Usage
isSufficient Boolean [1..1] Whether all things that meet the classification conditions of this Type must be classified by the Type.(A Type gives conditions that must be met by whatever it classifies, but when isSufficient is false, things may meet those conditions but still not be classified by the Type. For example, a Type Car that is not sufficient could require everything it classifies to have four wheels, but not all four wheeled things would classify as cars. However, if the Type Car were sufficient, it would classify all four-wheeled things.) Type
isUnique Boolean [1..1] Whether or not values for this Feature must have no duplicates or not. Feature
isVariable Boolean [1..1] {redefined} Whether the value of this Feature might vary over time. That is, whether the Feature may have a different value for each snapshot of an owningType that is an Occurrence. Feature
isVariation Boolean [1..1] Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships. Usage
mayTimeVary Boolean [1..1] {derived} Whether this Usage may be time varying (that is, whether it is featured by the snapshots of its owningType, rather than being featured by the owningType itself). However, if isConstant is also true, then the value of the Usage is nevertheless constant over the entire duration of an instance of its owningType (that is, it has the same value on all snapshots).The property mayTimeVary redefines the KerML property Feature::isVariable, making it derived. The property isConstant is inherited from Feature. Usage
member Element [0..*] {derived} {ordered} {many-to-many:Namespace.namespace} The set of all member Elements of this Namespace, which are the memberElements of all memberships of the Namespace. Namespace
membership Membership [0..*] {derived} {derived-union} {ordered} {many-to-many:Namespace.membershipNamespace} All Memberships in this Namespace, including (at least) the union of ownedMemberships and importedMemberships. Namespace
multiplicity Multiplicity [0..1] {derived} {subsetted: Namespace.ownedMember} An ownedMember of this Type that is a Multiplicity, which constraints the cardinality of the Type. If there is no such ownedMember, then the cardinality of this Type is constrained by all the Multiplicity constraints applicable to any direct supertypes. Type
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
nestedAction ActionUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ActionUsages that are nestedUsages of this Usage. Usage
nestedAllocation AllocationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConnection} The AllocationUsages that are nestedUsages of this Usage. Usage
nestedAnalysisCase AnalysisCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The AnalysisCaseUsages that are nestedUsages of this Usage. Usage
nestedAttribute AttributeUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The code>AttributeUsages that are nestedUsages of this Usage. Usage
nestedCalculation CalculationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAction} The CalculationUsage that are nestedUsages of this Usage. Usage
nestedCase CaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCalculation} The CaseUsages that are nestedUsages of this Usage. Usage
nestedConcern ConcernUsage [0..*] {derived} {subsetted: Usage.nestedRequirement} The ConcernUsages that are nestedUsages of this Usage. Usage
nestedConnection ConnectorAsUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The ConnectorAsUsages that are nestedUsages of this Usage. Note that this list includes BindingConnectorAsUsages, SuccessionAsUsages, and FlowConnectionUsages because these are ConnectorAsUsages even though they are not ConnectionUsages. Usage
nestedConstraint ConstraintUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ConstraintUsages that are nestedUsages of this Usage. Usage
nestedEnumeration EnumerationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAttribute} The code>EnumerationUsages that are nestedUsages of this Usage. Usage
nestedFlow FlowUsage [0..*] {derived} {subsetted: Usage.nestedConnection} The code>FlowUsages that are nestedUsages of this Usage. Usage
nestedInterface InterfaceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConnection} The InterfaceUsages that are nestedUsages of this Usage. Usage
nestedItem ItemUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ItemUsages that are nestedUsages of this Usage. Usage
nestedMetadata MetadataUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedItem} The MetadataUsages that are nestedUsages of this of this Usage. Usage
nestedOccurrence OccurrenceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The OccurrenceUsages that are nestedUsages of this Usage. Usage
nestedPart PartUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedItem} The PartUsages that are nestedUsages of this Usage. Usage
nestedPort PortUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The PortUsages that are nestedUsages of this Usage. Usage
nestedReference ReferenceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The ReferenceUsages that are nestedUsages of this Usage. Usage
nestedRendering RenderingUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedPart} The RenderingUsages that are nestedUsages of this Usage. Usage
nestedRequirement RequirementUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConstraint} The RequirementUsages that are nestedUsages of this Usage. Usage
nestedState StateUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAction} The StateUsages that are nestedUsages of this Usage. Usage
nestedTransition TransitionUsage [0..*] {derived} {subsetted: Usage.nestedUsage} The TransitionUsages that are nestedUsages of this Usage. Usage
nestedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.ownedFeature} {subsetted: Usage.usage} The Usages that are ownedFeatures of this Usage. Usage
nestedUseCase UseCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The UseCaseUsages that are nestedUsages of this Usage. Usage
nestedVerificationCase VerificationCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The VerificationCaseUsages that are nestedUsages of this Usage. Usage
nestedView ViewUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedPart} The ViewUsages that are nestedUsages of this Usage. Usage
nestedViewpoint ViewpointUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedRequirement} The ViewpointUsages that are nestedUsages of this Usage. Usage
objectiveRequirement RequirementUsage [0..1] {derived} {ordered} {subsetted: Usage.usage} The RequirementUsage representing the objective of this CaseUsage. CaseUsage
occurrenceDefinition Class [0..*] {derived} {ordered} {redefined} {many-to-many:OccurrenceUsage.definedOccurrence} The Classes that are the types of this OccurrenceUsage. Nominally, these are OccurrenceDefinitions, but other kinds of kernel Classes are also allowed, to permit use of Classes from the Kernel Model Libraries. OccurrenceUsage
output Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithOutput} All features related to this Type by FeatureMemberships that have direction out or inout. Type
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedConjugator Conjugation [0..1] {composite} {derived} {subsetted: A_conjugatedType_conjugator.conjugator} {subsetted: Element.ownedRelationship} A Conjugation owned by this Type for which the Type is the originalType. Type
ownedCrossSubsetting CrossSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a CrossSubsetting}, for which the Feature is the crossingFeature. Feature
ownedDifferencing Differencing [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Differencings, having this Type as their typeDifferenced. Type
ownedDisjoining Disjoining [0..*] {composite} {derived} {subsetted: Element.ownedRelationship} {subsetted: A_disjoiningTypeDisjoining_typeDisjoined.disjoiningTypeDisjoining} The ownedRelationships of this Type that are Disjoinings, for which the Type is the typeDisjoined Type. Type
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedEndFeature Feature [0..*] {derived} {ordered} {subsetted: Type.endFeature} {subsetted: Type.ownedFeature} All endFeatures of this Type that are ownedFeatures. Type
ownedFeature Feature [0..*] {derived} {ordered} {subsetted: Namespace.ownedMember} The ownedMemberFeatures of the ownedFeatureMemberships of this Type. Type
ownedFeatureChaining FeatureChaining [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Feature that are FeatureChainings, for which the Feature will be the featureChained. Feature
ownedFeatureInverting FeatureInverting [0..*] {composite} {derived} {subsetted: A_invertingFeatureInverting_featureInverted.invertingFeatureInverting} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are FeatureInvertings and for which the Feature is the featureInverted. Feature
ownedFeatureMembership FeatureMembership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.ownedMembership} {subsetted: Type.featureMembership} The ownedMemberships of this Type that are FeatureMemberships, for which the Type is the owningType. Each such FeatureMembership identifies an ownedFeature of the Type. Type
ownedImport Import [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Namespace that are Imports, for which the Namespace is the importOwningNamespace. Namespace
ownedIntersecting Intersecting [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Intersectings, have the Type as their typeIntersected. Type
ownedMember Element [0..*] {derived} {ordered} {subsetted: Namespace.member} The owned members of this Namespace, which are the ownedMemberElements of the ownedMemberships of the Namespace. Namespace
ownedMembership Membership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.membership} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Namespace that are Memberships, for which the Namespace is the membershipOwningNamespace. Namespace
ownedRedefinition Redefinition [0..*] {composite} {derived} {subsetted: Feature.ownedSubsetting} The ownedSubsettings of this Feature that are Redefinitions, for which the Feature is the redefiningFeature. Feature
ownedReferenceSubsetting ReferenceSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a ReferenceSubsetting, for which the Feature is the referencingFeature. Feature
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
ownedSpecialization Specialization [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_specific_specialization.specialization} The ownedRelationships of this Type that are Specializations, for which the Type is the specific Type. Type
ownedSubsetting Subsetting [0..*] {composite} {derived} {subsetted: Type.ownedSpecialization} {subsetted: A_subsettingFeature_subsetting.subsetting} The ownedSpecializations of this Feature that are Subsettings, for which the Feature is the subsettingFeature. Feature
ownedTypeFeaturing TypeFeaturing [0..*] {composite} {derived} {ordered} {subsetted: A_featureOfType_typeFeaturing.typeFeaturing} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are TypeFeaturings and for which the Feature is the featureOfType. Feature
ownedTyping FeatureTyping [0..*] {composite} {derived} {ordered} {subsetted: Type.ownedSpecialization} {subsetted: A_typing_typedFeature.typing} The ownedSpecializations of this Feature that are FeatureTypings, for which the Feature is the typedFeature. Feature
ownedUnioning Unioning [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Type that are Unionings, having the Type as their typeUnioned. Type
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningDefinition Definition [0..1] {derived} {subsetted: Feature.owningType} {subsetted: A_usage_featuringDefinition.featuringDefinition} The Definition that owns this Usage (if any). Usage
owningFeatureMembership FeatureMembership [0..1] {derived} {subsetted: Element.owningMembership} The FeatureMembership that owns this Feature as an ownedMemberFeature, determining its owningType. Feature
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
owningType Type [0..1] {derived} {subsetted: A_typeWithFeature_feature.typeWithFeature} {subsetted: Element.owningNamespace} {subsetted: Feature.featuringType} The Type that is the owningType of the owningFeatureMembership of this Feature. Feature
owningUsage Usage [0..1] {derived} {subsetted: Feature.owningType} The Usage in which this Usage is nested (if any). Usage
parameter Feature [0..*] {derived} {ordered} {many-to-many:Step.parameteredStep} The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step. Step
portionKind PortionKind [0..1] The kind of temporal portion (time slice or snapshot) is represented by this OccurrenceUsage. If portionKind is not null, then the owningType of the OccurrenceUsage must be non-null, and the OccurrenceUsage represents portions of the featuring instance of the owningType. OccurrenceUsage
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
result Feature [1..1] {derived} {subsetted: Type.output} {subsetted: Step.parameter} An output parameter of the Expression whose value is the result of the Expression. The result of an Expression is either inherited from its function or it is related to the Expression via a ReturnParameterMembership, in which case it redefines the result parameter of its function. Expression
resultExpression Expression [0..1] {derived} {subsetted: Type.ownedFeature} An Expression used to compute the result of the AnalysisCaseUsage, owned via a ResultExpressionMembership. AnalysisCaseUsage
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
subjectParameter Usage [1..1] {derived} {subsetted: Step.parameter} {subsetted: Usage.usage} The parameter of this CaseUsage that represents its subject. CaseUsage
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element
type Type [0..*] {derived} {ordered} {redefined} {many-to-many:Feature.typedFeature} Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature. Feature
unioningType Type [0..*] {derived} {ordered} {many-to-many:Type.unionedType} The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general. Type
usage Usage [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Usage.featuringUsage} The Usages that are features of this Usage (not necessarily owned). Usage
variant Usage [0..*] {derived} {subsetted: Namespace.ownedMember} The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants. Usage
variantMembership VariantMembership [0..*] {composite} {derived} {subsetted: Namespace.ownedMembership} The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty. Usage

AnnotatingElement [Class]

Features

Name Description
Fully Qualified Name SysML::Root::Annotations::AnnotatingElement
Definition An AnnotatingElement is an Element that provides additional description of or metadata on some other Element. An AnnotatingElement is either attached to its annotatedElements by Annotation Relationships, or it implicitly annotates its owningNamespace.
Is Abstract FALSE
Generalizations Element
Specializations Comment MetadataFeature TextualRepresentation
Containers Annotation

Properties

Name Type Default Description Inheritance
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
annotatedElement Element [1..*] {derived} {ordered} {many-to-many:AnnotatingElement.annotatingElement} The Elements that are annotated by this AnnotatingElement. If annotation is not empty, these are the annotatedElements of the annotations. If annotation is empty, then it is the owningNamespace of the AnnotatingElement. AnnotatingElement
annotation Annotation [0..*] {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} The Annotations that relate this AnnotatingElement to its annotatedElements. This includes the owningAnnotatingRelationship (if any) followed by all the ownedAnnotatingRelationshps. AnnotatingElement
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
ownedAnnotatingRelationship Annotation [0..*] {composite} {derived} {ordered} {subsetted: AnnotatingElement.annotation} {subsetted: Element.ownedRelationship} The ownedRelationships of this AnnotatingElement that are Annotations, for which this AnnotatingElement is the annotatingElement. AnnotatingElement
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningAnnotatingRelationship Annotation [0..1] {derived} {subsetted: Element.owningRelationship} {subsetted: AnnotatingElement.annotation} The owningRelationship of this AnnotatingRelationship, if it is an Annotation AnnotatingElement
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element

Annotation [Class]

Features

Name Description
Fully Qualified Name SysML::Root::Annotations::Annotation
Definition An Annotation is a Relationship between an AnnotatingElement and the Element that is annotated by that AnnotatingElement.
Is Abstract FALSE
Generalizations Relationship
Specializations
Containers AnnotatingElement Element

Properties

Name Type Default Description Inheritance
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
annotatedElement Element [1..1] The Element that is annotated by the annotatingElement of this Annotation. Annotation
annotatingElement AnnotatingElement [1..1] {derived} The AnnotatingElement that annotates the annotatedElement of this Annotation. This is always either the ownedAnnotatingElement or the owningAnnotatingElement. Annotation
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
isImplied Boolean [1..1] Whether this Relationship was generated by tooling to meet semantic rules, rather than being directly created by a modeler. Relationship
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
ownedAnnotatingElement AnnotatingElement [0..1] {composite} {derived} {subsetted: Annotation.annotatingElement} {subsetted: Relationship.ownedRelatedElement} The annotatingElement of this Annotation, when it is an ownedRelatedElement. Annotation
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedRelatedElement Element [0..*] {composite} {ordered} {subsetted: Relationship.relatedElement} The relatedElements of this Relationship that are owned by the Relationship. Relationship
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningAnnotatedElement Element [0..1] {derived} {subsetted: Annotation.annotatedElement} {subsetted: Relationship.owningRelatedElement} The annotatedElement of this Annotation, when it is also the owningRelatedElement. Annotation
owningAnnotatingElement AnnotatingElement [0..1] {derived} {subsetted: Annotation.annotatingElement} {subsetted: Relationship.owningRelatedElement} The annotatingElement of this Annotation, when it is the owningRelatedElement. Annotation
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelatedElement Element [0..1] {subsetted: Relationship.relatedElement} The relatedElement of this Relationship that owns the Relationship, if any. Relationship
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
relatedElement Element [0..*] {derived} {ordered} {many-to-many:Relationship.relationship} The Elements that are related by this Relationship, derived as the union of the source and target Elements of the Relationship. Relationship
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
source Element [0..*] {ordered} {redefined} {subsetted: Relationship.relatedElement} {many-to-many:Relationship.sourceRelationship} The relatedElements from which this Relationship is considered to be directed. Relationship
target Element [0..*] {ordered} {redefined} {subsetted: Relationship.relatedElement} {many-to-many:Relationship.targetRelationship} The relatedElements to which this Relationship is considered to be directed. Relationship
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element

AssertConstraintUsage [Class]

Features

Name Description
Fully Qualified Name SysML::Systems::Constraints::AssertConstraintUsage
Definition An AssertConstraintUsage is a ConstraintUsage that is also an Invariant and, so, is asserted to be true (by default). Unless it is the AssertConstraintUsage itself, the asserted ConstraintUsage is related to the AssertConstraintUsage by a ReferenceSubsetting Relationship.
Is Abstract FALSE
Generalizations ConstraintUsage Invariant
Specializations SatisfyRequirementUsage
Containers

Properties

Name Type Default Description Inheritance
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
assertedConstraint ConstraintUsage [1..1] {derived} The ConstraintUsage to be performed by the AssertConstraintUsage. It is the referenceFeature of the ownedReferenceSubsetting for the AssertConstraintUsage, if there is one, and, otherwise, the AssertConstraintUsage itself. AssertConstraintUsage
behavior Behavior [0..*] {derived} {ordered} {redefined} {subsetted: Feature.type} {many-to-many:Step.typedStep} The Behaviors that type this Step. Step
chainingFeature Feature [0..*] {derived} {ordered} {many-to-many:Feature.chainedFeature} The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature. Feature
constraintDefinition Predicate [0..1] {derived} The (single) Predicate that is the type of this ConstraintUsage. Nominally, this will be a ConstraintDefinition, but other kinds of Predicates are also allowed, to permit use of Predicates from the Kernel Model Libraries. ConstraintUsage
crossFeature Feature [0..1] {derived} The second chainingFeature of the crossedFeature of the ownedCrossSubsetting of this Feature, if it has one. Semantically, the values of the crossFeature of an end Feature must include all values of the end Feature obtained when navigating from values of the other end Features of the same owningType. Feature
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
definition Classifier [0..*] {derived} {ordered} {redefined} {many-to-many:Usage.definedUsage} The Classifiers that are the types of this Usage. Nominally, these are Definitions, but other kinds of Kernel Classifiers are also allowed, to permit use of Classifiers from the Kernel Model Libraries. Usage
differencingType Type [0..*] {derived} {ordered} {many-to-many:Type.differencedType} The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
directedFeature Feature [0..*] {derived} {ordered} {redefined} {subsetted: Type.feature} {many-to-many:Type.typeWithDirectedFeature} The features of this Type that have a non-null direction. Type
directedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {subsetted: Usage.usage} {many-to-many:Usage.usageWithDirectedUsage} The usages of this Usage that are directedFeatures. Usage
direction FeatureDirectionKind [0..1] Indicates how values of this Feature are determined or used (as specified for the FeatureDirectionKind). Feature
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
endFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithEndFeature} All features of this Type with isEnd = true. Type
endOwningType Type [0..1] {derived} {subsetted: A_endFeature_typeWithEndFeature.typeWithEndFeature} {subsetted: Feature.owningType} The Type that is related to this Feature by an EndFeatureMembership in which the Feature is an ownedMemberFeature. Feature
feature Feature [0..*] {derived} {ordered} {subsetted: Namespace.member} {many-to-many:Type.typeWithFeature} The ownedMemberFeatures of the featureMemberships of this Type. Type
featureMembership FeatureMembership [0..*] {derived} {ordered} {many-to-many:Type.type} The FeatureMemberships for features of this Type, which include all ownedFeatureMemberships and those inheritedMemberships that are FeatureMemberships (but does not include any importedMemberships). Type
featureTarget Feature [1..1] {derived} The last of the chainingFeatures of this Feature, if it has any. Otherwise, this Feature itself. Feature
featuringType Type [0..*] {derived} {ordered} {many-to-many:Feature.featureOfType} Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature. Feature
function Function [0..1] {derived} {redefined} The Function that types this Expression. Expression
importedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Namespace.importingNamespace} The Memberships in this Namespace that result from the ownedImports of this Namespace. Namespace
individualDefinition OccurrenceDefinition [0..1] {derived} {subsetted: OccurrenceUsage.occurrenceDefinition} The at most one occurrenceDefinition that has isIndividual = true. OccurrenceUsage
inheritedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.inheritingType} All the memberFeatures of the inheritedMemberships of this Type that are FeatureMemberships. Type
inheritedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Type.inheritingType} All Memberships inherited by this Type via Specialization or Conjugation. These are included in the derived union for the memberships of the Type. Type
input Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithInput} All features related to this Type by FeatureMemberships that have direction in or inout. Type
intersectingType Type [0..*] {derived} {ordered} {many-to-many:Type.intersectedType} The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
isAbstract Boolean [1..1] Indicates whether instances of this Type must also be instances of at least one of its specialized Types. Type
isComposite Boolean [1..1] Whether the Feature is a composite feature of its featuringType. If so, the values of the Feature cannot exist after its featuring instance no longer does and cannot be values of another composite feature that is not on the same featuring instance. Feature
isConjugated Boolean [1..1] {derived} Indicates whether this Type has an ownedConjugator. Type
isConstant Boolean [1..1] If isVariable is true, then whether the value of this Feature nevertheless does not change over all snapshots of its owningType. Feature
isDerived Boolean [1..1] Whether the values of this Feature can always be computed from the values of other Features. Feature
isEnd Boolean [1..1] Whether or not this Feature is an end Feature. An end Feature always has multiplicity 1, mapping each of its domain instances to a single co-domain instance. However, it may have a crossFeature, in which case values of the crossFeature must be the same as those found by navigation across instances of the owningType from values of other end Features to values of this Feature. If the owningType has n end Features, then the multiplicity, ordering, and uniqueness declared for the crossFeature of any one of these end Features constrains the cardinality, ordering, and uniqueness of the collection of values of that Feature reached by navigation when the values of the other n-1 end Features are held fixed. Feature
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isIndividual Boolean [1..1] Whether this OccurrenceUsage represents the usage of the specific individual represented by its individualDefinition. OccurrenceUsage
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
isModelLevelEvaluable Boolean [1..1] {derived} Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model. Expression
isNegated Boolean [1..1] Whether this Invariant is asserted to be false rather than true. Invariant
isOrdered Boolean [1..1] Whether an order exists for the values of this Feature or not. Feature
isPortion Boolean [1..1] Whether the values of this Feature are contained in the space and time of instances of the domain of the Feature and represent the same thing as those instances. Feature
isReference Boolean [1..1] {derived} Whether this Usage is a referential Usage, that is, it has isComposite = false. Usage
isSufficient Boolean [1..1] Whether all things that meet the classification conditions of this Type must be classified by the Type.(A Type gives conditions that must be met by whatever it classifies, but when isSufficient is false, things may meet those conditions but still not be classified by the Type. For example, a Type Car that is not sufficient could require everything it classifies to have four wheels, but not all four wheeled things would classify as cars. However, if the Type Car were sufficient, it would classify all four-wheeled things.) Type
isUnique Boolean [1..1] Whether or not values for this Feature must have no duplicates or not. Feature
isVariable Boolean [1..1] {redefined} Whether the value of this Feature might vary over time. That is, whether the Feature may have a different value for each snapshot of an owningType that is an Occurrence. Feature
isVariation Boolean [1..1] Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships. Usage
mayTimeVary Boolean [1..1] {derived} Whether this Usage may be time varying (that is, whether it is featured by the snapshots of its owningType, rather than being featured by the owningType itself). However, if isConstant is also true, then the value of the Usage is nevertheless constant over the entire duration of an instance of its owningType (that is, it has the same value on all snapshots).The property mayTimeVary redefines the KerML property Feature::isVariable, making it derived. The property isConstant is inherited from Feature. Usage
member Element [0..*] {derived} {ordered} {many-to-many:Namespace.namespace} The set of all member Elements of this Namespace, which are the memberElements of all memberships of the Namespace. Namespace
membership Membership [0..*] {derived} {derived-union} {ordered} {many-to-many:Namespace.membershipNamespace} All Memberships in this Namespace, including (at least) the union of ownedMemberships and importedMemberships. Namespace
multiplicity Multiplicity [0..1] {derived} {subsetted: Namespace.ownedMember} An ownedMember of this Type that is a Multiplicity, which constraints the cardinality of the Type. If there is no such ownedMember, then the cardinality of this Type is constrained by all the Multiplicity constraints applicable to any direct supertypes. Type
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
nestedAction ActionUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ActionUsages that are nestedUsages of this Usage. Usage
nestedAllocation AllocationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConnection} The AllocationUsages that are nestedUsages of this Usage. Usage
nestedAnalysisCase AnalysisCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The AnalysisCaseUsages that are nestedUsages of this Usage. Usage
nestedAttribute AttributeUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The code>AttributeUsages that are nestedUsages of this Usage. Usage
nestedCalculation CalculationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAction} The CalculationUsage that are nestedUsages of this Usage. Usage
nestedCase CaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCalculation} The CaseUsages that are nestedUsages of this Usage. Usage
nestedConcern ConcernUsage [0..*] {derived} {subsetted: Usage.nestedRequirement} The ConcernUsages that are nestedUsages of this Usage. Usage
nestedConnection ConnectorAsUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The ConnectorAsUsages that are nestedUsages of this Usage. Note that this list includes BindingConnectorAsUsages, SuccessionAsUsages, and FlowConnectionUsages because these are ConnectorAsUsages even though they are not ConnectionUsages. Usage
nestedConstraint ConstraintUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ConstraintUsages that are nestedUsages of this Usage. Usage
nestedEnumeration EnumerationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAttribute} The code>EnumerationUsages that are nestedUsages of this Usage. Usage
nestedFlow FlowUsage [0..*] {derived} {subsetted: Usage.nestedConnection} The code>FlowUsages that are nestedUsages of this Usage. Usage
nestedInterface InterfaceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConnection} The InterfaceUsages that are nestedUsages of this Usage. Usage
nestedItem ItemUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ItemUsages that are nestedUsages of this Usage. Usage
nestedMetadata MetadataUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedItem} The MetadataUsages that are nestedUsages of this of this Usage. Usage
nestedOccurrence OccurrenceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The OccurrenceUsages that are nestedUsages of this Usage. Usage
nestedPart PartUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedItem} The PartUsages that are nestedUsages of this Usage. Usage
nestedPort PortUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The PortUsages that are nestedUsages of this Usage. Usage
nestedReference ReferenceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The ReferenceUsages that are nestedUsages of this Usage. Usage
nestedRendering RenderingUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedPart} The RenderingUsages that are nestedUsages of this Usage. Usage
nestedRequirement RequirementUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConstraint} The RequirementUsages that are nestedUsages of this Usage. Usage
nestedState StateUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAction} The StateUsages that are nestedUsages of this Usage. Usage
nestedTransition TransitionUsage [0..*] {derived} {subsetted: Usage.nestedUsage} The TransitionUsages that are nestedUsages of this Usage. Usage
nestedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.ownedFeature} {subsetted: Usage.usage} The Usages that are ownedFeatures of this Usage. Usage
nestedUseCase UseCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The UseCaseUsages that are nestedUsages of this Usage. Usage
nestedVerificationCase VerificationCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The VerificationCaseUsages that are nestedUsages of this Usage. Usage
nestedView ViewUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedPart} The ViewUsages that are nestedUsages of this Usage. Usage
nestedViewpoint ViewpointUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedRequirement} The ViewpointUsages that are nestedUsages of this Usage. Usage
occurrenceDefinition Class [0..*] {derived} {ordered} {many-to-many:OccurrenceUsage.definedOccurrence} The Classes that are the types of this OccurrenceUsage. Nominally, these are OccurrenceDefinitions, but other kinds of kernel Classes are also allowed, to permit use of Classes from the Kernel Model Libraries. OccurrenceUsage
output Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithOutput} All features related to this Type by FeatureMemberships that have direction out or inout. Type
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedConjugator Conjugation [0..1] {composite} {derived} {subsetted: A_conjugatedType_conjugator.conjugator} {subsetted: Element.ownedRelationship} A Conjugation owned by this Type for which the Type is the originalType. Type
ownedCrossSubsetting CrossSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a CrossSubsetting}, for which the Feature is the crossingFeature. Feature
ownedDifferencing Differencing [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Differencings, having this Type as their typeDifferenced. Type
ownedDisjoining Disjoining [0..*] {composite} {derived} {subsetted: Element.ownedRelationship} {subsetted: A_disjoiningTypeDisjoining_typeDisjoined.disjoiningTypeDisjoining} The ownedRelationships of this Type that are Disjoinings, for which the Type is the typeDisjoined Type. Type
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedEndFeature Feature [0..*] {derived} {ordered} {subsetted: Type.endFeature} {subsetted: Type.ownedFeature} All endFeatures of this Type that are ownedFeatures. Type
ownedFeature Feature [0..*] {derived} {ordered} {subsetted: Namespace.ownedMember} The ownedMemberFeatures of the ownedFeatureMemberships of this Type. Type
ownedFeatureChaining FeatureChaining [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Feature that are FeatureChainings, for which the Feature will be the featureChained. Feature
ownedFeatureInverting FeatureInverting [0..*] {composite} {derived} {subsetted: A_invertingFeatureInverting_featureInverted.invertingFeatureInverting} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are FeatureInvertings and for which the Feature is the featureInverted. Feature
ownedFeatureMembership FeatureMembership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.ownedMembership} {subsetted: Type.featureMembership} The ownedMemberships of this Type that are FeatureMemberships, for which the Type is the owningType. Each such FeatureMembership identifies an ownedFeature of the Type. Type
ownedImport Import [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Namespace that are Imports, for which the Namespace is the importOwningNamespace. Namespace
ownedIntersecting Intersecting [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Intersectings, have the Type as their typeIntersected. Type
ownedMember Element [0..*] {derived} {ordered} {subsetted: Namespace.member} The owned members of this Namespace, which are the ownedMemberElements of the ownedMemberships of the Namespace. Namespace
ownedMembership Membership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.membership} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Namespace that are Memberships, for which the Namespace is the membershipOwningNamespace. Namespace
ownedRedefinition Redefinition [0..*] {composite} {derived} {subsetted: Feature.ownedSubsetting} The ownedSubsettings of this Feature that are Redefinitions, for which the Feature is the redefiningFeature. Feature
ownedReferenceSubsetting ReferenceSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a ReferenceSubsetting, for which the Feature is the referencingFeature. Feature
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
ownedSpecialization Specialization [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_specific_specialization.specialization} The ownedRelationships of this Type that are Specializations, for which the Type is the specific Type. Type
ownedSubsetting Subsetting [0..*] {composite} {derived} {subsetted: Type.ownedSpecialization} {subsetted: A_subsettingFeature_subsetting.subsetting} The ownedSpecializations of this Feature that are Subsettings, for which the Feature is the subsettingFeature. Feature
ownedTypeFeaturing TypeFeaturing [0..*] {composite} {derived} {ordered} {subsetted: A_featureOfType_typeFeaturing.typeFeaturing} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are TypeFeaturings and for which the Feature is the featureOfType. Feature
ownedTyping FeatureTyping [0..*] {composite} {derived} {ordered} {subsetted: Type.ownedSpecialization} {subsetted: A_typing_typedFeature.typing} The ownedSpecializations of this Feature that are FeatureTypings, for which the Feature is the typedFeature. Feature
ownedUnioning Unioning [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Type that are Unionings, having the Type as their typeUnioned. Type
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningDefinition Definition [0..1] {derived} {subsetted: Feature.owningType} {subsetted: A_usage_featuringDefinition.featuringDefinition} The Definition that owns this Usage (if any). Usage
owningFeatureMembership FeatureMembership [0..1] {derived} {subsetted: Element.owningMembership} The FeatureMembership that owns this Feature as an ownedMemberFeature, determining its owningType. Feature
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
owningType Type [0..1] {derived} {subsetted: A_typeWithFeature_feature.typeWithFeature} {subsetted: Element.owningNamespace} {subsetted: Feature.featuringType} The Type that is the owningType of the owningFeatureMembership of this Feature. Feature
owningUsage Usage [0..1] {derived} {subsetted: Feature.owningType} The Usage in which this Usage is nested (if any). Usage
parameter Feature [0..*] {derived} {ordered} {many-to-many:Step.parameteredStep} The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step. Step
portionKind PortionKind [0..1] The kind of temporal portion (time slice or snapshot) is represented by this OccurrenceUsage. If portionKind is not null, then the owningType of the OccurrenceUsage must be non-null, and the OccurrenceUsage represents portions of the featuring instance of the owningType. OccurrenceUsage
predicate Predicate [0..1] {derived} {redefined} The Predicate that types the Expression. BooleanExpression
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
result Feature [1..1] {derived} {subsetted: Type.output} {subsetted: Step.parameter} An output parameter of the Expression whose value is the result of the Expression. The result of an Expression is either inherited from its function or it is related to the Expression via a ReturnParameterMembership, in which case it redefines the result parameter of its function. Expression
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element
type Type [0..*] {derived} {ordered} {redefined} {many-to-many:Feature.typedFeature} Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature. Feature
unioningType Type [0..*] {derived} {ordered} {many-to-many:Type.unionedType} The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general. Type
usage Usage [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Usage.featuringUsage} The Usages that are features of this Usage (not necessarily owned). Usage
variant Usage [0..*] {derived} {subsetted: Namespace.ownedMember} The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants. Usage
variantMembership VariantMembership [0..*] {composite} {derived} {subsetted: Namespace.ownedMembership} The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty. Usage

AssignmentActionUsage [Class]

Features

Name Description
Fully Qualified Name SysML::Systems::Actions::AssignmentActionUsage
Definition An AssignmentActionUsage is an ActionUsage that is defined, directly or indirectly, by the ActionDefinition AssignmentAction from the Systems Model Library. It specifies that the value of the referent Feature, relative to the target given by the result of the targetArgument Expression, should be set to the result of the valueExpression.
Is Abstract FALSE
Generalizations ActionUsage
Specializations
Containers

Properties

Name Type Default Description Inheritance
actionDefinition Behavior [0..*] {derived} {ordered} {many-to-many:ActionUsage.definedAction} The Behaviors that are the types of this ActionUsage. Nominally, these would be ActionDefinitions, but other kinds of Kernel Behaviors are also allowed, to permit use of Behaviors from the Kernel Model Libraries. ActionUsage
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
behavior Behavior [0..*] {derived} {ordered} {redefined} {subsetted: Feature.type} {many-to-many:Step.typedStep} The Behaviors that type this Step. Step
chainingFeature Feature [0..*] {derived} {ordered} {many-to-many:Feature.chainedFeature} The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature. Feature
crossFeature Feature [0..1] {derived} The second chainingFeature of the crossedFeature of the ownedCrossSubsetting of this Feature, if it has one. Semantically, the values of the crossFeature of an end Feature must include all values of the end Feature obtained when navigating from values of the other end Features of the same owningType. Feature
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
definition Classifier [0..*] {derived} {ordered} {redefined} {many-to-many:Usage.definedUsage} The Classifiers that are the types of this Usage. Nominally, these are Definitions, but other kinds of Kernel Classifiers are also allowed, to permit use of Classifiers from the Kernel Model Libraries. Usage
differencingType Type [0..*] {derived} {ordered} {many-to-many:Type.differencedType} The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
directedFeature Feature [0..*] {derived} {ordered} {redefined} {subsetted: Type.feature} {many-to-many:Type.typeWithDirectedFeature} The features of this Type that have a non-null direction. Type
directedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {subsetted: Usage.usage} {many-to-many:Usage.usageWithDirectedUsage} The usages of this Usage that are directedFeatures. Usage
direction FeatureDirectionKind [0..1] Indicates how values of this Feature are determined or used (as specified for the FeatureDirectionKind). Feature
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
endFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithEndFeature} All features of this Type with isEnd = true. Type
endOwningType Type [0..1] {derived} {subsetted: A_endFeature_typeWithEndFeature.typeWithEndFeature} {subsetted: Feature.owningType} The Type that is related to this Feature by an EndFeatureMembership in which the Feature is an ownedMemberFeature. Feature
feature Feature [0..*] {derived} {ordered} {subsetted: Namespace.member} {many-to-many:Type.typeWithFeature} The ownedMemberFeatures of the featureMemberships of this Type. Type
featureMembership FeatureMembership [0..*] {derived} {ordered} {many-to-many:Type.type} The FeatureMemberships for features of this Type, which include all ownedFeatureMemberships and those inheritedMemberships that are FeatureMemberships (but does not include any importedMemberships). Type
featureTarget Feature [1..1] {derived} The last of the chainingFeatures of this Feature, if it has any. Otherwise, this Feature itself. Feature
featuringType Type [0..*] {derived} {ordered} {many-to-many:Feature.featureOfType} Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature. Feature
importedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Namespace.importingNamespace} The Memberships in this Namespace that result from the ownedImports of this Namespace. Namespace
individualDefinition OccurrenceDefinition [0..1] {derived} {subsetted: OccurrenceUsage.occurrenceDefinition} The at most one occurrenceDefinition that has isIndividual = true. OccurrenceUsage
inheritedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.inheritingType} All the memberFeatures of the inheritedMemberships of this Type that are FeatureMemberships. Type
inheritedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Type.inheritingType} All Memberships inherited by this Type via Specialization or Conjugation. These are included in the derived union for the memberships of the Type. Type
input Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithInput} All features related to this Type by FeatureMemberships that have direction in or inout. Type
intersectingType Type [0..*] {derived} {ordered} {many-to-many:Type.intersectedType} The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
isAbstract Boolean [1..1] Indicates whether instances of this Type must also be instances of at least one of its specialized Types. Type
isComposite Boolean [1..1] Whether the Feature is a composite feature of its featuringType. If so, the values of the Feature cannot exist after its featuring instance no longer does and cannot be values of another composite feature that is not on the same featuring instance. Feature
isConjugated Boolean [1..1] {derived} Indicates whether this Type has an ownedConjugator. Type
isConstant Boolean [1..1] If isVariable is true, then whether the value of this Feature nevertheless does not change over all snapshots of its owningType. Feature
isDerived Boolean [1..1] Whether the values of this Feature can always be computed from the values of other Features. Feature
isEnd Boolean [1..1] Whether or not this Feature is an end Feature. An end Feature always has multiplicity 1, mapping each of its domain instances to a single co-domain instance. However, it may have a crossFeature, in which case values of the crossFeature must be the same as those found by navigation across instances of the owningType from values of other end Features to values of this Feature. If the owningType has n end Features, then the multiplicity, ordering, and uniqueness declared for the crossFeature of any one of these end Features constrains the cardinality, ordering, and uniqueness of the collection of values of that Feature reached by navigation when the values of the other n-1 end Features are held fixed. Feature
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isIndividual Boolean [1..1] Whether this OccurrenceUsage represents the usage of the specific individual represented by its individualDefinition. OccurrenceUsage
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
isOrdered Boolean [1..1] Whether an order exists for the values of this Feature or not. Feature
isPortion Boolean [1..1] Whether the values of this Feature are contained in the space and time of instances of the domain of the Feature and represent the same thing as those instances. Feature
isReference Boolean [1..1] {derived} Whether this Usage is a referential Usage, that is, it has isComposite = false. Usage
isSufficient Boolean [1..1] Whether all things that meet the classification conditions of this Type must be classified by the Type.(A Type gives conditions that must be met by whatever it classifies, but when isSufficient is false, things may meet those conditions but still not be classified by the Type. For example, a Type Car that is not sufficient could require everything it classifies to have four wheels, but not all four wheeled things would classify as cars. However, if the Type Car were sufficient, it would classify all four-wheeled things.) Type
isUnique Boolean [1..1] Whether or not values for this Feature must have no duplicates or not. Feature
isVariable Boolean [1..1] {redefined} Whether the value of this Feature might vary over time. That is, whether the Feature may have a different value for each snapshot of an owningType that is an Occurrence. Feature
isVariation Boolean [1..1] Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships. Usage
mayTimeVary Boolean [1..1] {derived} Whether this Usage may be time varying (that is, whether it is featured by the snapshots of its owningType, rather than being featured by the owningType itself). However, if isConstant is also true, then the value of the Usage is nevertheless constant over the entire duration of an instance of its owningType (that is, it has the same value on all snapshots).The property mayTimeVary redefines the KerML property Feature::isVariable, making it derived. The property isConstant is inherited from Feature. Usage
member Element [0..*] {derived} {ordered} {many-to-many:Namespace.namespace} The set of all member Elements of this Namespace, which are the memberElements of all memberships of the Namespace. Namespace
membership Membership [0..*] {derived} {derived-union} {ordered} {many-to-many:Namespace.membershipNamespace} All Memberships in this Namespace, including (at least) the union of ownedMemberships and importedMemberships. Namespace
multiplicity Multiplicity [0..1] {derived} {subsetted: Namespace.ownedMember} An ownedMember of this Type that is a Multiplicity, which constraints the cardinality of the Type. If there is no such ownedMember, then the cardinality of this Type is constrained by all the Multiplicity constraints applicable to any direct supertypes. Type
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
nestedAction ActionUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ActionUsages that are nestedUsages of this Usage. Usage
nestedAllocation AllocationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConnection} The AllocationUsages that are nestedUsages of this Usage. Usage
nestedAnalysisCase AnalysisCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The AnalysisCaseUsages that are nestedUsages of this Usage. Usage
nestedAttribute AttributeUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The code>AttributeUsages that are nestedUsages of this Usage. Usage
nestedCalculation CalculationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAction} The CalculationUsage that are nestedUsages of this Usage. Usage
nestedCase CaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCalculation} The CaseUsages that are nestedUsages of this Usage. Usage
nestedConcern ConcernUsage [0..*] {derived} {subsetted: Usage.nestedRequirement} The ConcernUsages that are nestedUsages of this Usage. Usage
nestedConnection ConnectorAsUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The ConnectorAsUsages that are nestedUsages of this Usage. Note that this list includes BindingConnectorAsUsages, SuccessionAsUsages, and FlowConnectionUsages because these are ConnectorAsUsages even though they are not ConnectionUsages. Usage
nestedConstraint ConstraintUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ConstraintUsages that are nestedUsages of this Usage. Usage
nestedEnumeration EnumerationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAttribute} The code>EnumerationUsages that are nestedUsages of this Usage. Usage
nestedFlow FlowUsage [0..*] {derived} {subsetted: Usage.nestedConnection} The code>FlowUsages that are nestedUsages of this Usage. Usage
nestedInterface InterfaceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConnection} The InterfaceUsages that are nestedUsages of this Usage. Usage
nestedItem ItemUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ItemUsages that are nestedUsages of this Usage. Usage
nestedMetadata MetadataUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedItem} The MetadataUsages that are nestedUsages of this of this Usage. Usage
nestedOccurrence OccurrenceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The OccurrenceUsages that are nestedUsages of this Usage. Usage
nestedPart PartUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedItem} The PartUsages that are nestedUsages of this Usage. Usage
nestedPort PortUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The PortUsages that are nestedUsages of this Usage. Usage
nestedReference ReferenceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The ReferenceUsages that are nestedUsages of this Usage. Usage
nestedRendering RenderingUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedPart} The RenderingUsages that are nestedUsages of this Usage. Usage
nestedRequirement RequirementUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConstraint} The RequirementUsages that are nestedUsages of this Usage. Usage
nestedState StateUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAction} The StateUsages that are nestedUsages of this Usage. Usage
nestedTransition TransitionUsage [0..*] {derived} {subsetted: Usage.nestedUsage} The TransitionUsages that are nestedUsages of this Usage. Usage
nestedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.ownedFeature} {subsetted: Usage.usage} The Usages that are ownedFeatures of this Usage. Usage
nestedUseCase UseCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The UseCaseUsages that are nestedUsages of this Usage. Usage
nestedVerificationCase VerificationCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The VerificationCaseUsages that are nestedUsages of this Usage. Usage
nestedView ViewUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedPart} The ViewUsages that are nestedUsages of this Usage. Usage
nestedViewpoint ViewpointUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedRequirement} The ViewpointUsages that are nestedUsages of this Usage. Usage
occurrenceDefinition Class [0..*] {derived} {ordered} {redefined} {many-to-many:OccurrenceUsage.definedOccurrence} The Classes that are the types of this OccurrenceUsage. Nominally, these are OccurrenceDefinitions, but other kinds of kernel Classes are also allowed, to permit use of Classes from the Kernel Model Libraries. OccurrenceUsage
output Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithOutput} All features related to this Type by FeatureMemberships that have direction out or inout. Type
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedConjugator Conjugation [0..1] {composite} {derived} {subsetted: A_conjugatedType_conjugator.conjugator} {subsetted: Element.ownedRelationship} A Conjugation owned by this Type for which the Type is the originalType. Type
ownedCrossSubsetting CrossSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a CrossSubsetting}, for which the Feature is the crossingFeature. Feature
ownedDifferencing Differencing [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Differencings, having this Type as their typeDifferenced. Type
ownedDisjoining Disjoining [0..*] {composite} {derived} {subsetted: Element.ownedRelationship} {subsetted: A_disjoiningTypeDisjoining_typeDisjoined.disjoiningTypeDisjoining} The ownedRelationships of this Type that are Disjoinings, for which the Type is the typeDisjoined Type. Type
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedEndFeature Feature [0..*] {derived} {ordered} {subsetted: Type.endFeature} {subsetted: Type.ownedFeature} All endFeatures of this Type that are ownedFeatures. Type
ownedFeature Feature [0..*] {derived} {ordered} {subsetted: Namespace.ownedMember} The ownedMemberFeatures of the ownedFeatureMemberships of this Type. Type
ownedFeatureChaining FeatureChaining [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Feature that are FeatureChainings, for which the Feature will be the featureChained. Feature
ownedFeatureInverting FeatureInverting [0..*] {composite} {derived} {subsetted: A_invertingFeatureInverting_featureInverted.invertingFeatureInverting} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are FeatureInvertings and for which the Feature is the featureInverted. Feature
ownedFeatureMembership FeatureMembership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.ownedMembership} {subsetted: Type.featureMembership} The ownedMemberships of this Type that are FeatureMemberships, for which the Type is the owningType. Each such FeatureMembership identifies an ownedFeature of the Type. Type
ownedImport Import [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Namespace that are Imports, for which the Namespace is the importOwningNamespace. Namespace
ownedIntersecting Intersecting [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Intersectings, have the Type as their typeIntersected. Type
ownedMember Element [0..*] {derived} {ordered} {subsetted: Namespace.member} The owned members of this Namespace, which are the ownedMemberElements of the ownedMemberships of the Namespace. Namespace
ownedMembership Membership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.membership} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Namespace that are Memberships, for which the Namespace is the membershipOwningNamespace. Namespace
ownedRedefinition Redefinition [0..*] {composite} {derived} {subsetted: Feature.ownedSubsetting} The ownedSubsettings of this Feature that are Redefinitions, for which the Feature is the redefiningFeature. Feature
ownedReferenceSubsetting ReferenceSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a ReferenceSubsetting, for which the Feature is the referencingFeature. Feature
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
ownedSpecialization Specialization [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_specific_specialization.specialization} The ownedRelationships of this Type that are Specializations, for which the Type is the specific Type. Type
ownedSubsetting Subsetting [0..*] {composite} {derived} {subsetted: Type.ownedSpecialization} {subsetted: A_subsettingFeature_subsetting.subsetting} The ownedSpecializations of this Feature that are Subsettings, for which the Feature is the subsettingFeature. Feature
ownedTypeFeaturing TypeFeaturing [0..*] {composite} {derived} {ordered} {subsetted: A_featureOfType_typeFeaturing.typeFeaturing} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are TypeFeaturings and for which the Feature is the featureOfType. Feature
ownedTyping FeatureTyping [0..*] {composite} {derived} {ordered} {subsetted: Type.ownedSpecialization} {subsetted: A_typing_typedFeature.typing} The ownedSpecializations of this Feature that are FeatureTypings, for which the Feature is the typedFeature. Feature
ownedUnioning Unioning [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Type that are Unionings, having the Type as their typeUnioned. Type
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningDefinition Definition [0..1] {derived} {subsetted: Feature.owningType} {subsetted: A_usage_featuringDefinition.featuringDefinition} The Definition that owns this Usage (if any). Usage
owningFeatureMembership FeatureMembership [0..1] {derived} {subsetted: Element.owningMembership} The FeatureMembership that owns this Feature as an ownedMemberFeature, determining its owningType. Feature
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
owningType Type [0..1] {derived} {subsetted: A_typeWithFeature_feature.typeWithFeature} {subsetted: Element.owningNamespace} {subsetted: Feature.featuringType} The Type that is the owningType of the owningFeatureMembership of this Feature. Feature
owningUsage Usage [0..1] {derived} {subsetted: Feature.owningType} The Usage in which this Usage is nested (if any). Usage
parameter Feature [0..*] {derived} {ordered} {many-to-many:Step.parameteredStep} The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step. Step
portionKind PortionKind [0..1] The kind of temporal portion (time slice or snapshot) is represented by this OccurrenceUsage. If portionKind is not null, then the owningType of the OccurrenceUsage must be non-null, and the OccurrenceUsage represents portions of the featuring instance of the owningType. OccurrenceUsage
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
referent Feature [1..1] {derived} {subsetted: Namespace.member} The Feature whose value is to be set. AssignmentActionUsage
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
targetArgument Expression [0..1] {derived} The Expression whose value is an occurrence in the domain of the referent Feature, for which the value of the referent will be set to the result of the valueExpression by this AssignmentActionUsage. AssignmentActionUsage
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element
type Type [0..*] {derived} {ordered} {redefined} {many-to-many:Feature.typedFeature} Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature. Feature
unioningType Type [0..*] {derived} {ordered} {many-to-many:Type.unionedType} The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general. Type
usage Usage [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Usage.featuringUsage} The Usages that are features of this Usage (not necessarily owned). Usage
valueExpression Expression [0..1] {derived} The Expression whose result is to be assigned to the referent Feature. AssignmentActionUsage
variant Usage [0..*] {derived} {subsetted: Namespace.ownedMember} The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants. Usage
variantMembership VariantMembership [0..*] {composite} {derived} {subsetted: Namespace.ownedMembership} The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty. Usage

Association [Class]

Features

Name Description
Fully Qualified Name SysML::Kernel::Associations::Association
Definition An Association is a Relationship and a Classifier to enable classification of links between things (in the universe). The co-domains (types) of the associationEnd Features are the relatedTypes, as co-domain and participants (linked things) of an Association identify each other.
Is Abstract FALSE
Generalizations Classifier Relationship
Specializations AssociationStructure Interaction
Containers

Properties

Name Type Default Description Inheritance
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
associationEnd Feature [0..*] {derived} {many-to-many:Association.associationWithEnd} The features of the Association that identify the things that can be related by it. A concrete Association must have at least two associationEnds. When it has exactly two, the Association is called a binary Association. Association
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
differencingType Type [0..*] {derived} {ordered} {many-to-many:Type.differencedType} The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
directedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithDirectedFeature} The features of this Type that have a non-null direction. Type
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
endFeature Feature [0..*] {derived} {ordered} {redefined} {subsetted: Type.feature} {many-to-many:Type.typeWithEndFeature} All features of this Type with isEnd = true. Type
feature Feature [0..*] {derived} {ordered} {subsetted: Namespace.member} {many-to-many:Type.typeWithFeature} The ownedMemberFeatures of the featureMemberships of this Type. Type
featureMembership FeatureMembership [0..*] {derived} {ordered} {many-to-many:Type.type} The FeatureMemberships for features of this Type, which include all ownedFeatureMemberships and those inheritedMemberships that are FeatureMemberships (but does not include any importedMemberships). Type
importedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Namespace.importingNamespace} The Memberships in this Namespace that result from the ownedImports of this Namespace. Namespace
inheritedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.inheritingType} All the memberFeatures of the inheritedMemberships of this Type that are FeatureMemberships. Type
inheritedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Type.inheritingType} All Memberships inherited by this Type via Specialization or Conjugation. These are included in the derived union for the memberships of the Type. Type
input Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithInput} All features related to this Type by FeatureMemberships that have direction in or inout. Type
intersectingType Type [0..*] {derived} {ordered} {many-to-many:Type.intersectedType} The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
isAbstract Boolean [1..1] Indicates whether instances of this Type must also be instances of at least one of its specialized Types. Type
isConjugated Boolean [1..1] {derived} Indicates whether this Type has an ownedConjugator. Type
isImplied Boolean [1..1] Whether this Relationship was generated by tooling to meet semantic rules, rather than being directly created by a modeler. Relationship
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
isSufficient Boolean [1..1] Whether all things that meet the classification conditions of this Type must be classified by the Type.(A Type gives conditions that must be met by whatever it classifies, but when isSufficient is false, things may meet those conditions but still not be classified by the Type. For example, a Type Car that is not sufficient could require everything it classifies to have four wheels, but not all four wheeled things would classify as cars. However, if the Type Car were sufficient, it would classify all four-wheeled things.) Type
member Element [0..*] {derived} {ordered} {many-to-many:Namespace.namespace} The set of all member Elements of this Namespace, which are the memberElements of all memberships of the Namespace. Namespace
membership Membership [0..*] {derived} {derived-union} {ordered} {many-to-many:Namespace.membershipNamespace} All Memberships in this Namespace, including (at least) the union of ownedMemberships and importedMemberships. Namespace
multiplicity Multiplicity [0..1] {derived} {subsetted: Namespace.ownedMember} An ownedMember of this Type that is a Multiplicity, which constraints the cardinality of the Type. If there is no such ownedMember, then the cardinality of this Type is constrained by all the Multiplicity constraints applicable to any direct supertypes. Type
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
output Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithOutput} All features related to this Type by FeatureMemberships that have direction out or inout. Type
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedConjugator Conjugation [0..1] {composite} {derived} {subsetted: A_conjugatedType_conjugator.conjugator} {subsetted: Element.ownedRelationship} A Conjugation owned by this Type for which the Type is the originalType. Type
ownedDifferencing Differencing [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Differencings, having this Type as their typeDifferenced. Type
ownedDisjoining Disjoining [0..*] {composite} {derived} {subsetted: Element.ownedRelationship} {subsetted: A_disjoiningTypeDisjoining_typeDisjoined.disjoiningTypeDisjoining} The ownedRelationships of this Type that are Disjoinings, for which the Type is the typeDisjoined Type. Type
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedEndFeature Feature [0..*] {derived} {ordered} {subsetted: Type.endFeature} {subsetted: Type.ownedFeature} All endFeatures of this Type that are ownedFeatures. Type
ownedFeature Feature [0..*] {derived} {ordered} {subsetted: Namespace.ownedMember} The ownedMemberFeatures of the ownedFeatureMemberships of this Type. Type
ownedFeatureMembership FeatureMembership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.ownedMembership} {subsetted: Type.featureMembership} The ownedMemberships of this Type that are FeatureMemberships, for which the Type is the owningType. Each such FeatureMembership identifies an ownedFeature of the Type. Type
ownedImport Import [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Namespace that are Imports, for which the Namespace is the importOwningNamespace. Namespace
ownedIntersecting Intersecting [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Intersectings, have the Type as their typeIntersected. Type
ownedMember Element [0..*] {derived} {ordered} {subsetted: Namespace.member} The owned members of this Namespace, which are the ownedMemberElements of the ownedMemberships of the Namespace. Namespace
ownedMembership Membership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.membership} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Namespace that are Memberships, for which the Namespace is the membershipOwningNamespace. Namespace
ownedRelatedElement Element [0..*] {composite} {ordered} {subsetted: Relationship.relatedElement} The relatedElements of this Relationship that are owned by the Relationship. Relationship
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
ownedSpecialization Specialization [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_specific_specialization.specialization} The ownedRelationships of this Type that are Specializations, for which the Type is the specific Type. Type
ownedSubclassification Subclassification [0..*] {composite} {derived} {subsetted: Type.ownedSpecialization} The ownedSpecializations of this Classifier that are Subclassifications, for which this Classifier is the subclassifier. Classifier
ownedUnioning Unioning [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Type that are Unionings, having the Type as their typeUnioned. Type
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelatedElement Element [0..1] {subsetted: Relationship.relatedElement} The relatedElement of this Relationship that owns the Relationship, if any. Relationship
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
relatedElement Element [0..*] {derived} {ordered} {redefined} {many-to-many:Relationship.relationship} The Elements that are related by this Relationship, derived as the union of the source and target Elements of the Relationship. Relationship
relatedType Type [0..*] {derived} {ordered} {many-to-many:Association.association} The types of the associationEnds of the Association, which are the relatedElements of the Association considered as a Relationship. Association
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
source Element [0..*] {ordered} {redefined} {subsetted: Relationship.relatedElement} {many-to-many:Relationship.sourceRelationship} The relatedElements from which this Relationship is considered to be directed. Relationship
sourceType Type [0..1] {derived} {subsetted: Association.relatedType} The source relatedType for this Association. It is the first relatedType of the Association. Association
target Element [0..*] {ordered} {redefined} {subsetted: Relationship.relatedElement} {many-to-many:Relationship.targetRelationship} The relatedElements to which this Relationship is considered to be directed. Relationship
targetType Type [0..*] {derived} {subsetted: Association.relatedType} {many-to-many:Association.targetAssociation} The target relatedTypes for this Association. This includes all the relatedTypes other than the sourceType. Association
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element
unioningType Type [0..*] {derived} {ordered} {many-to-many:Type.unionedType} The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general. Type

AssociationStructure [Class]

Features

Name Description
Fully Qualified Name SysML::Kernel::Associations::AssociationStructure
Definition An AssociationStructure is an Association that is also a Structure, classifying link objects that are both links and objects. As objects, link objects can be created and destroyed, and their non-end Features can change over time. However, the values of the end Features of a link object are fixed and cannot change over its lifetime.
Is Abstract FALSE
Generalizations Association Structure
Specializations ConnectionDefinition
Containers

Properties

Name Type Default Description Inheritance
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
associationEnd Feature [0..*] {derived} {many-to-many:Association.associationWithEnd} The features of the Association that identify the things that can be related by it. A concrete Association must have at least two associationEnds. When it has exactly two, the Association is called a binary Association. Association
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
differencingType Type [0..*] {derived} {ordered} {many-to-many:Type.differencedType} The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
directedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithDirectedFeature} The features of this Type that have a non-null direction. Type
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
endFeature Feature [0..*] {derived} {ordered} {redefined} {subsetted: Type.feature} {many-to-many:Type.typeWithEndFeature} All features of this Type with isEnd = true. Type
feature Feature [0..*] {derived} {ordered} {subsetted: Namespace.member} {many-to-many:Type.typeWithFeature} The ownedMemberFeatures of the featureMemberships of this Type. Type
featureMembership FeatureMembership [0..*] {derived} {ordered} {many-to-many:Type.type} The FeatureMemberships for features of this Type, which include all ownedFeatureMemberships and those inheritedMemberships that are FeatureMemberships (but does not include any importedMemberships). Type
importedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Namespace.importingNamespace} The Memberships in this Namespace that result from the ownedImports of this Namespace. Namespace
inheritedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.inheritingType} All the memberFeatures of the inheritedMemberships of this Type that are FeatureMemberships. Type
inheritedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Type.inheritingType} All Memberships inherited by this Type via Specialization or Conjugation. These are included in the derived union for the memberships of the Type. Type
input Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithInput} All features related to this Type by FeatureMemberships that have direction in or inout. Type
intersectingType Type [0..*] {derived} {ordered} {many-to-many:Type.intersectedType} The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
isAbstract Boolean [1..1] Indicates whether instances of this Type must also be instances of at least one of its specialized Types. Type
isConjugated Boolean [1..1] {derived} Indicates whether this Type has an ownedConjugator. Type
isImplied Boolean [1..1] Whether this Relationship was generated by tooling to meet semantic rules, rather than being directly created by a modeler. Relationship
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
isSufficient Boolean [1..1] Whether all things that meet the classification conditions of this Type must be classified by the Type.(A Type gives conditions that must be met by whatever it classifies, but when isSufficient is false, things may meet those conditions but still not be classified by the Type. For example, a Type Car that is not sufficient could require everything it classifies to have four wheels, but not all four wheeled things would classify as cars. However, if the Type Car were sufficient, it would classify all four-wheeled things.) Type
member Element [0..*] {derived} {ordered} {many-to-many:Namespace.namespace} The set of all member Elements of this Namespace, which are the memberElements of all memberships of the Namespace. Namespace
membership Membership [0..*] {derived} {derived-union} {ordered} {many-to-many:Namespace.membershipNamespace} All Memberships in this Namespace, including (at least) the union of ownedMemberships and importedMemberships. Namespace
multiplicity Multiplicity [0..1] {derived} {subsetted: Namespace.ownedMember} An ownedMember of this Type that is a Multiplicity, which constraints the cardinality of the Type. If there is no such ownedMember, then the cardinality of this Type is constrained by all the Multiplicity constraints applicable to any direct supertypes. Type
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
output Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithOutput} All features related to this Type by FeatureMemberships that have direction out or inout. Type
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedConjugator Conjugation [0..1] {composite} {derived} {subsetted: A_conjugatedType_conjugator.conjugator} {subsetted: Element.ownedRelationship} A Conjugation owned by this Type for which the Type is the originalType. Type
ownedDifferencing Differencing [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Differencings, having this Type as their typeDifferenced. Type
ownedDisjoining Disjoining [0..*] {composite} {derived} {subsetted: Element.ownedRelationship} {subsetted: A_disjoiningTypeDisjoining_typeDisjoined.disjoiningTypeDisjoining} The ownedRelationships of this Type that are Disjoinings, for which the Type is the typeDisjoined Type. Type
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedEndFeature Feature [0..*] {derived} {ordered} {subsetted: Type.endFeature} {subsetted: Type.ownedFeature} All endFeatures of this Type that are ownedFeatures. Type
ownedFeature Feature [0..*] {derived} {ordered} {subsetted: Namespace.ownedMember} The ownedMemberFeatures of the ownedFeatureMemberships of this Type. Type
ownedFeatureMembership FeatureMembership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.ownedMembership} {subsetted: Type.featureMembership} The ownedMemberships of this Type that are FeatureMemberships, for which the Type is the owningType. Each such FeatureMembership identifies an ownedFeature of the Type. Type
ownedImport Import [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Namespace that are Imports, for which the Namespace is the importOwningNamespace. Namespace
ownedIntersecting Intersecting [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Intersectings, have the Type as their typeIntersected. Type
ownedMember Element [0..*] {derived} {ordered} {subsetted: Namespace.member} The owned members of this Namespace, which are the ownedMemberElements of the ownedMemberships of the Namespace. Namespace
ownedMembership Membership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.membership} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Namespace that are Memberships, for which the Namespace is the membershipOwningNamespace. Namespace
ownedRelatedElement Element [0..*] {composite} {ordered} {subsetted: Relationship.relatedElement} The relatedElements of this Relationship that are owned by the Relationship. Relationship
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
ownedSpecialization Specialization [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_specific_specialization.specialization} The ownedRelationships of this Type that are Specializations, for which the Type is the specific Type. Type
ownedSubclassification Subclassification [0..*] {composite} {derived} {subsetted: Type.ownedSpecialization} The ownedSpecializations of this Classifier that are Subclassifications, for which this Classifier is the subclassifier. Classifier
ownedUnioning Unioning [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Type that are Unionings, having the Type as their typeUnioned. Type
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelatedElement Element [0..1] {subsetted: Relationship.relatedElement} The relatedElement of this Relationship that owns the Relationship, if any. Relationship
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
relatedElement Element [0..*] {derived} {ordered} {redefined} {many-to-many:Relationship.relationship} The Elements that are related by this Relationship, derived as the union of the source and target Elements of the Relationship. Relationship
relatedType Type [0..*] {derived} {ordered} {many-to-many:Association.association} The types of the associationEnds of the Association, which are the relatedElements of the Association considered as a Relationship. Association
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
source Element [0..*] {ordered} {redefined} {subsetted: Relationship.relatedElement} {many-to-many:Relationship.sourceRelationship} The relatedElements from which this Relationship is considered to be directed. Relationship
sourceType Type [0..1] {derived} {subsetted: Association.relatedType} The source relatedType for this Association. It is the first relatedType of the Association. Association
target Element [0..*] {ordered} {redefined} {subsetted: Relationship.relatedElement} {many-to-many:Relationship.targetRelationship} The relatedElements to which this Relationship is considered to be directed. Relationship
targetType Type [0..*] {derived} {subsetted: Association.relatedType} {many-to-many:Association.targetAssociation} The target relatedTypes for this Association. This includes all the relatedTypes other than the sourceType. Association
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element
unioningType Type [0..*] {derived} {ordered} {many-to-many:Type.unionedType} The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general. Type

AttributeDefinition [Class]

Features

Name Description
Fully Qualified Name SysML::Systems::Attributes::AttributeDefinition
Definition An AttributeDefinition is a Definition and a DataType of information about a quality or characteristic of a system or part of a system that has no independent identity other than its value. All features of an AttributeDefinition must be referential (non-composite).As a DataType, an AttributeDefinition must specialize, directly or indirectly, the base DataType Base::DataValue from the Kernel Semantic Library.
Is Abstract FALSE
Generalizations DataType Definition
Specializations EnumerationDefinition
Containers

Properties

Name Type Default Description Inheritance
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
differencingType Type [0..*] {derived} {ordered} {many-to-many:Type.differencedType} The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
directedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithDirectedFeature} The features of this Type that have a non-null direction. Type
directedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {subsetted: Definition.usage} {many-to-many:Definition.definitionWithDirectedUsage} The usages of this Definition that are directedFeatures. Definition
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
endFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithEndFeature} All features of this Type with isEnd = true. Type
feature Feature [0..*] {derived} {ordered} {subsetted: Namespace.member} {many-to-many:Type.typeWithFeature} The ownedMemberFeatures of the featureMemberships of this Type. Type
featureMembership FeatureMembership [0..*] {derived} {ordered} {many-to-many:Type.type} The FeatureMemberships for features of this Type, which include all ownedFeatureMemberships and those inheritedMemberships that are FeatureMemberships (but does not include any importedMemberships). Type
importedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Namespace.importingNamespace} The Memberships in this Namespace that result from the ownedImports of this Namespace. Namespace
inheritedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.inheritingType} All the memberFeatures of the inheritedMemberships of this Type that are FeatureMemberships. Type
inheritedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Type.inheritingType} All Memberships inherited by this Type via Specialization or Conjugation. These are included in the derived union for the memberships of the Type. Type
input Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithInput} All features related to this Type by FeatureMemberships that have direction in or inout. Type
intersectingType Type [0..*] {derived} {ordered} {many-to-many:Type.intersectedType} The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
isAbstract Boolean [1..1] Indicates whether instances of this Type must also be instances of at least one of its specialized Types. Type
isConjugated Boolean [1..1] {derived} Indicates whether this Type has an ownedConjugator. Type
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
isSufficient Boolean [1..1] Whether all things that meet the classification conditions of this Type must be classified by the Type.(A Type gives conditions that must be met by whatever it classifies, but when isSufficient is false, things may meet those conditions but still not be classified by the Type. For example, a Type Car that is not sufficient could require everything it classifies to have four wheels, but not all four wheeled things would classify as cars. However, if the Type Car were sufficient, it would classify all four-wheeled things.) Type
isVariation Boolean [1..1] Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships. Definition
member Element [0..*] {derived} {ordered} {many-to-many:Namespace.namespace} The set of all member Elements of this Namespace, which are the memberElements of all memberships of the Namespace. Namespace
membership Membership [0..*] {derived} {derived-union} {ordered} {many-to-many:Namespace.membershipNamespace} All Memberships in this Namespace, including (at least) the union of ownedMemberships and importedMemberships. Namespace
multiplicity Multiplicity [0..1] {derived} {subsetted: Namespace.ownedMember} An ownedMember of this Type that is a Multiplicity, which constraints the cardinality of the Type. If there is no such ownedMember, then the cardinality of this Type is constrained by all the Multiplicity constraints applicable to any direct supertypes. Type
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
output Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithOutput} All features related to this Type by FeatureMemberships that have direction out or inout. Type
ownedAction ActionUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedOccurrence} The ActionUsages that are ownedUsages of this Definition. Definition
ownedAllocation AllocationUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedConnection} The AllocationUsages that are ownedUsages of this Definition. Definition
ownedAnalysisCase AnalysisCaseUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedCase} The AnalysisCaseUsages that are ownedUsages of this Definition. Definition
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedAttribute AttributeUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The AttributeUsages that are ownedUsages of this Definition. Definition
ownedCalculation CalculationUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedAction} The CalculationUsages that are ownedUsages of this Definition. Definition
ownedCase CaseUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedCalculation} The code>CaseUsages that are ownedUsages of this Definition. Definition
ownedConcern ConcernUsage [0..*] {derived} {subsetted: Definition.ownedRequirement} The ConcernUsages that are ownedUsages of this Definition. Definition
ownedConjugator Conjugation [0..1] {composite} {derived} {subsetted: A_conjugatedType_conjugator.conjugator} {subsetted: Element.ownedRelationship} A Conjugation owned by this Type for which the Type is the originalType. Type
ownedConnection ConnectorAsUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The ConnectorAsUsages that are ownedUsages of this Definition. Note that this list includes BindingConnectorAsUsages, SuccessionAsUsages, and FlowUsages because these are ConnectorAsUsages even though they are not ConnectionUsages. Definition
ownedConstraint ConstraintUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedOccurrence} The ConstraintUsages that are ownedUsages of this Definition. Definition
ownedDifferencing Differencing [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Differencings, having this Type as their typeDifferenced. Type
ownedDisjoining Disjoining [0..*] {composite} {derived} {subsetted: Element.ownedRelationship} {subsetted: A_disjoiningTypeDisjoining_typeDisjoined.disjoiningTypeDisjoining} The ownedRelationships of this Type that are Disjoinings, for which the Type is the typeDisjoined Type. Type
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedEndFeature Feature [0..*] {derived} {ordered} {subsetted: Type.endFeature} {subsetted: Type.ownedFeature} All endFeatures of this Type that are ownedFeatures. Type
ownedEnumeration EnumerationUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedAttribute} The EnumerationUsages that are ownedUsages of this Definition. Definition
ownedFeature Feature [0..*] {derived} {ordered} {subsetted: Namespace.ownedMember} The ownedMemberFeatures of the ownedFeatureMemberships of this Type. Type
ownedFeatureMembership FeatureMembership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.ownedMembership} {subsetted: Type.featureMembership} The ownedMemberships of this Type that are FeatureMemberships, for which the Type is the owningType. Each such FeatureMembership identifies an ownedFeature of the Type. Type
ownedFlow FlowUsage [0..*] {derived} {subsetted: Definition.ownedConnection} The FlowUsages that are ownedUsages of this Definition. Definition
ownedImport Import [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Namespace that are Imports, for which the Namespace is the importOwningNamespace. Namespace
ownedInterface InterfaceUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedConnection} The InterfaceUsages that are ownedUsages of this Definition. Definition
ownedIntersecting Intersecting [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Intersectings, have the Type as their typeIntersected. Type
ownedItem ItemUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedOccurrence} The ItemUsages that are ownedUsages of this Definition. Definition
ownedMember Element [0..*] {derived} {ordered} {subsetted: Namespace.member} The owned members of this Namespace, which are the ownedMemberElements of the ownedMemberships of the Namespace. Namespace
ownedMembership Membership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.membership} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Namespace that are Memberships, for which the Namespace is the membershipOwningNamespace. Namespace
ownedMetadata MetadataUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedItem} The MetadataUsages that are ownedUsages of this Definition. Definition
ownedOccurrence OccurrenceUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The OccurrenceUsages that are ownedUsages of this Definition. Definition
ownedPart PartUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedItem} The PartUsages that are ownedUsages of this Definition. Definition
ownedPort PortUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The PortUsages that are ownedUsages of this Definition. Definition
ownedReference ReferenceUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The ReferenceUsages that are ownedUsages of this Definition. Definition
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
ownedRendering RenderingUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedPart} The RenderingUsages that are ownedUsages of this Definition. Definition
ownedRequirement RequirementUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedConstraint} The RequirementUsages that are ownedUsages of this Definition. Definition
ownedSpecialization Specialization [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_specific_specialization.specialization} The ownedRelationships of this Type that are Specializations, for which the Type is the specific Type. Type
ownedState StateUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedAction} The StateUsages that are ownedUsages of this Definition. Definition
ownedSubclassification Subclassification [0..*] {composite} {derived} {subsetted: Type.ownedSpecialization} The ownedSpecializations of this Classifier that are Subclassifications, for which this Classifier is the subclassifier. Classifier
ownedTransition TransitionUsage [0..*] {derived} {subsetted: Definition.ownedUsage} The TransitionUsages that are ownedUsages of this Definition. Definition
ownedUnioning Unioning [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Type that are Unionings, having the Type as their typeUnioned. Type
ownedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.ownedFeature} {subsetted: Definition.usage} The Usages that are ownedFeatures of this Definition. Definition
ownedUseCase UseCaseUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedCase} The UseCaseUsages that are ownedUsages of this Definition. Definition
ownedVerificationCase VerificationCaseUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedCase} The VerificationCaseUsages that are ownedUsages of this Definition. Definition
ownedView ViewUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedPart} The ViewUsages that are ownedUsages of this Definition. Definition
ownedViewpoint ViewpointUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedRequirement} The ViewpointUsages that are ownedUsages of this Definition. Definition
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element
unioningType Type [0..*] {derived} {ordered} {many-to-many:Type.unionedType} The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general. Type
usage Usage [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Definition.featuringDefinition} The Usages that are features of this Definition (not necessarily owned). Definition
variant Usage [0..*] {derived} {subsetted: Namespace.ownedMember} The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants. Definition
variantMembership VariantMembership [0..*] {composite} {derived} {subsetted: Namespace.ownedMembership} The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty. Definition

AttributeUsage [Class]

Features

Name Description
Fully Qualified Name SysML::Systems::Attributes::AttributeUsage
Definition An AttributeUsage is a Usage whose type is a DataType. Nominally, if the type is an AttributeDefinition, an AttributeUsage is a usage of a AttributeDefinition to represent the value of some system quality or characteristic. However, other kinds of kernel DataTypes are also allowed, to permit use of DataTypes from the Kernel Model Libraries. An AttributeUsage itself as well as all its nested features must be referential (non-composite).An AttributeUsage must specialize, directly or indirectly, the base Feature Base::dataValues from the Kernel Semantic Library.
Is Abstract FALSE
Generalizations Usage
Specializations EnumerationUsage
Containers

Properties

Name Type Default Description Inheritance
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
attributeDefinition DataType [0..*] {derived} {ordered} {many-to-many:AttributeUsage.definedAttribute} The DataTypes that are the types of this AttributeUsage. Nominally, these are AttributeDefinitions, but other kinds of kernel DataTypes are also allowed, to permit use of DataTypes from the Kernel Model Libraries. AttributeUsage
chainingFeature Feature [0..*] {derived} {ordered} {many-to-many:Feature.chainedFeature} The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature. Feature
crossFeature Feature [0..1] {derived} The second chainingFeature of the crossedFeature of the ownedCrossSubsetting of this Feature, if it has one. Semantically, the values of the crossFeature of an end Feature must include all values of the end Feature obtained when navigating from values of the other end Features of the same owningType. Feature
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
definition Classifier [0..*] {derived} {ordered} {redefined} {many-to-many:Usage.definedUsage} The Classifiers that are the types of this Usage. Nominally, these are Definitions, but other kinds of Kernel Classifiers are also allowed, to permit use of Classifiers from the Kernel Model Libraries. Usage
differencingType Type [0..*] {derived} {ordered} {many-to-many:Type.differencedType} The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
directedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithDirectedFeature} The features of this Type that have a non-null direction. Type
directedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {subsetted: Usage.usage} {many-to-many:Usage.usageWithDirectedUsage} The usages of this Usage that are directedFeatures. Usage
direction FeatureDirectionKind [0..1] Indicates how values of this Feature are determined or used (as specified for the FeatureDirectionKind). Feature
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
endFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithEndFeature} All features of this Type with isEnd = true. Type
endOwningType Type [0..1] {derived} {subsetted: A_endFeature_typeWithEndFeature.typeWithEndFeature} {subsetted: Feature.owningType} The Type that is related to this Feature by an EndFeatureMembership in which the Feature is an ownedMemberFeature. Feature
feature Feature [0..*] {derived} {ordered} {subsetted: Namespace.member} {many-to-many:Type.typeWithFeature} The ownedMemberFeatures of the featureMemberships of this Type. Type
featureMembership FeatureMembership [0..*] {derived} {ordered} {many-to-many:Type.type} The FeatureMemberships for features of this Type, which include all ownedFeatureMemberships and those inheritedMemberships that are FeatureMemberships (but does not include any importedMemberships). Type
featureTarget Feature [1..1] {derived} The last of the chainingFeatures of this Feature, if it has any. Otherwise, this Feature itself. Feature
featuringType Type [0..*] {derived} {ordered} {many-to-many:Feature.featureOfType} Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature. Feature
importedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Namespace.importingNamespace} The Memberships in this Namespace that result from the ownedImports of this Namespace. Namespace
inheritedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.inheritingType} All the memberFeatures of the inheritedMemberships of this Type that are FeatureMemberships. Type
inheritedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Type.inheritingType} All Memberships inherited by this Type via Specialization or Conjugation. These are included in the derived union for the memberships of the Type. Type
input Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithInput} All features related to this Type by FeatureMemberships that have direction in or inout. Type
intersectingType Type [0..*] {derived} {ordered} {many-to-many:Type.intersectedType} The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
isAbstract Boolean [1..1] Indicates whether instances of this Type must also be instances of at least one of its specialized Types. Type
isComposite Boolean [1..1] Whether the Feature is a composite feature of its featuringType. If so, the values of the Feature cannot exist after its featuring instance no longer does and cannot be values of another composite feature that is not on the same featuring instance. Feature
isConjugated Boolean [1..1] {derived} Indicates whether this Type has an ownedConjugator. Type
isConstant Boolean [1..1] If isVariable is true, then whether the value of this Feature nevertheless does not change over all snapshots of its owningType. Feature
isDerived Boolean [1..1] Whether the values of this Feature can always be computed from the values of other Features. Feature
isEnd Boolean [1..1] Whether or not this Feature is an end Feature. An end Feature always has multiplicity 1, mapping each of its domain instances to a single co-domain instance. However, it may have a crossFeature, in which case values of the crossFeature must be the same as those found by navigation across instances of the owningType from values of other end Features to values of this Feature. If the owningType has n end Features, then the multiplicity, ordering, and uniqueness declared for the crossFeature of any one of these end Features constrains the cardinality, ordering, and uniqueness of the collection of values of that Feature reached by navigation when the values of the other n-1 end Features are held fixed. Feature
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
isOrdered Boolean [1..1] Whether an order exists for the values of this Feature or not. Feature
isPortion Boolean [1..1] Whether the values of this Feature are contained in the space and time of instances of the domain of the Feature and represent the same thing as those instances. Feature
isReference Boolean [1..1] {derived} Always true for an AttributeUsage. AttributeUsage
isReference Boolean [1..1] {derived} {redefined} Whether this Usage is a referential Usage, that is, it has isComposite = false. Usage
isSufficient Boolean [1..1] Whether all things that meet the classification conditions of this Type must be classified by the Type.(A Type gives conditions that must be met by whatever it classifies, but when isSufficient is false, things may meet those conditions but still not be classified by the Type. For example, a Type Car that is not sufficient could require everything it classifies to have four wheels, but not all four wheeled things would classify as cars. However, if the Type Car were sufficient, it would classify all four-wheeled things.) Type
isUnique Boolean [1..1] Whether or not values for this Feature must have no duplicates or not. Feature
isVariable Boolean [1..1] {redefined} Whether the value of this Feature might vary over time. That is, whether the Feature may have a different value for each snapshot of an owningType that is an Occurrence. Feature
isVariation Boolean [1..1] Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships. Usage
mayTimeVary Boolean [1..1] {derived} Whether this Usage may be time varying (that is, whether it is featured by the snapshots of its owningType, rather than being featured by the owningType itself). However, if isConstant is also true, then the value of the Usage is nevertheless constant over the entire duration of an instance of its owningType (that is, it has the same value on all snapshots).The property mayTimeVary redefines the KerML property Feature::isVariable, making it derived. The property isConstant is inherited from Feature. Usage
member Element [0..*] {derived} {ordered} {many-to-many:Namespace.namespace} The set of all member Elements of this Namespace, which are the memberElements of all memberships of the Namespace. Namespace
membership Membership [0..*] {derived} {derived-union} {ordered} {many-to-many:Namespace.membershipNamespace} All Memberships in this Namespace, including (at least) the union of ownedMemberships and importedMemberships. Namespace
multiplicity Multiplicity [0..1] {derived} {subsetted: Namespace.ownedMember} An ownedMember of this Type that is a Multiplicity, which constraints the cardinality of the Type. If there is no such ownedMember, then the cardinality of this Type is constrained by all the Multiplicity constraints applicable to any direct supertypes. Type
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
nestedAction ActionUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ActionUsages that are nestedUsages of this Usage. Usage
nestedAllocation AllocationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConnection} The AllocationUsages that are nestedUsages of this Usage. Usage
nestedAnalysisCase AnalysisCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The AnalysisCaseUsages that are nestedUsages of this Usage. Usage
nestedAttribute AttributeUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The code>AttributeUsages that are nestedUsages of this Usage. Usage
nestedCalculation CalculationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAction} The CalculationUsage that are nestedUsages of this Usage. Usage
nestedCase CaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCalculation} The CaseUsages that are nestedUsages of this Usage. Usage
nestedConcern ConcernUsage [0..*] {derived} {subsetted: Usage.nestedRequirement} The ConcernUsages that are nestedUsages of this Usage. Usage
nestedConnection ConnectorAsUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The ConnectorAsUsages that are nestedUsages of this Usage. Note that this list includes BindingConnectorAsUsages, SuccessionAsUsages, and FlowConnectionUsages because these are ConnectorAsUsages even though they are not ConnectionUsages. Usage
nestedConstraint ConstraintUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ConstraintUsages that are nestedUsages of this Usage. Usage
nestedEnumeration EnumerationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAttribute} The code>EnumerationUsages that are nestedUsages of this Usage. Usage
nestedFlow FlowUsage [0..*] {derived} {subsetted: Usage.nestedConnection} The code>FlowUsages that are nestedUsages of this Usage. Usage
nestedInterface InterfaceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConnection} The InterfaceUsages that are nestedUsages of this Usage. Usage
nestedItem ItemUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ItemUsages that are nestedUsages of this Usage. Usage
nestedMetadata MetadataUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedItem} The MetadataUsages that are nestedUsages of this of this Usage. Usage
nestedOccurrence OccurrenceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The OccurrenceUsages that are nestedUsages of this Usage. Usage
nestedPart PartUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedItem} The PartUsages that are nestedUsages of this Usage. Usage
nestedPort PortUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The PortUsages that are nestedUsages of this Usage. Usage
nestedReference ReferenceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The ReferenceUsages that are nestedUsages of this Usage. Usage
nestedRendering RenderingUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedPart} The RenderingUsages that are nestedUsages of this Usage. Usage
nestedRequirement RequirementUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConstraint} The RequirementUsages that are nestedUsages of this Usage. Usage
nestedState StateUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAction} The StateUsages that are nestedUsages of this Usage. Usage
nestedTransition TransitionUsage [0..*] {derived} {subsetted: Usage.nestedUsage} The TransitionUsages that are nestedUsages of this Usage. Usage
nestedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.ownedFeature} {subsetted: Usage.usage} The Usages that are ownedFeatures of this Usage. Usage
nestedUseCase UseCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The UseCaseUsages that are nestedUsages of this Usage. Usage
nestedVerificationCase VerificationCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The VerificationCaseUsages that are nestedUsages of this Usage. Usage
nestedView ViewUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedPart} The ViewUsages that are nestedUsages of this Usage. Usage
nestedViewpoint ViewpointUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedRequirement} The ViewpointUsages that are nestedUsages of this Usage. Usage
output Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithOutput} All features related to this Type by FeatureMemberships that have direction out or inout. Type
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedConjugator Conjugation [0..1] {composite} {derived} {subsetted: A_conjugatedType_conjugator.conjugator} {subsetted: Element.ownedRelationship} A Conjugation owned by this Type for which the Type is the originalType. Type
ownedCrossSubsetting CrossSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a CrossSubsetting}, for which the Feature is the crossingFeature. Feature
ownedDifferencing Differencing [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Differencings, having this Type as their typeDifferenced. Type
ownedDisjoining Disjoining [0..*] {composite} {derived} {subsetted: Element.ownedRelationship} {subsetted: A_disjoiningTypeDisjoining_typeDisjoined.disjoiningTypeDisjoining} The ownedRelationships of this Type that are Disjoinings, for which the Type is the typeDisjoined Type. Type
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedEndFeature Feature [0..*] {derived} {ordered} {subsetted: Type.endFeature} {subsetted: Type.ownedFeature} All endFeatures of this Type that are ownedFeatures. Type
ownedFeature Feature [0..*] {derived} {ordered} {subsetted: Namespace.ownedMember} The ownedMemberFeatures of the ownedFeatureMemberships of this Type. Type
ownedFeatureChaining FeatureChaining [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Feature that are FeatureChainings, for which the Feature will be the featureChained. Feature
ownedFeatureInverting FeatureInverting [0..*] {composite} {derived} {subsetted: A_invertingFeatureInverting_featureInverted.invertingFeatureInverting} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are FeatureInvertings and for which the Feature is the featureInverted. Feature
ownedFeatureMembership FeatureMembership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.ownedMembership} {subsetted: Type.featureMembership} The ownedMemberships of this Type that are FeatureMemberships, for which the Type is the owningType. Each such FeatureMembership identifies an ownedFeature of the Type. Type
ownedImport Import [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Namespace that are Imports, for which the Namespace is the importOwningNamespace. Namespace
ownedIntersecting Intersecting [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Intersectings, have the Type as their typeIntersected. Type
ownedMember Element [0..*] {derived} {ordered} {subsetted: Namespace.member} The owned members of this Namespace, which are the ownedMemberElements of the ownedMemberships of the Namespace. Namespace
ownedMembership Membership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.membership} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Namespace that are Memberships, for which the Namespace is the membershipOwningNamespace. Namespace
ownedRedefinition Redefinition [0..*] {composite} {derived} {subsetted: Feature.ownedSubsetting} The ownedSubsettings of this Feature that are Redefinitions, for which the Feature is the redefiningFeature. Feature
ownedReferenceSubsetting ReferenceSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a ReferenceSubsetting, for which the Feature is the referencingFeature. Feature
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
ownedSpecialization Specialization [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_specific_specialization.specialization} The ownedRelationships of this Type that are Specializations, for which the Type is the specific Type. Type
ownedSubsetting Subsetting [0..*] {composite} {derived} {subsetted: Type.ownedSpecialization} {subsetted: A_subsettingFeature_subsetting.subsetting} The ownedSpecializations of this Feature that are Subsettings, for which the Feature is the subsettingFeature. Feature
ownedTypeFeaturing TypeFeaturing [0..*] {composite} {derived} {ordered} {subsetted: A_featureOfType_typeFeaturing.typeFeaturing} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are TypeFeaturings and for which the Feature is the featureOfType. Feature
ownedTyping FeatureTyping [0..*] {composite} {derived} {ordered} {subsetted: Type.ownedSpecialization} {subsetted: A_typing_typedFeature.typing} The ownedSpecializations of this Feature that are FeatureTypings, for which the Feature is the typedFeature. Feature
ownedUnioning Unioning [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Type that are Unionings, having the Type as their typeUnioned. Type
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningDefinition Definition [0..1] {derived} {subsetted: Feature.owningType} {subsetted: A_usage_featuringDefinition.featuringDefinition} The Definition that owns this Usage (if any). Usage
owningFeatureMembership FeatureMembership [0..1] {derived} {subsetted: Element.owningMembership} The FeatureMembership that owns this Feature as an ownedMemberFeature, determining its owningType. Feature
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
owningType Type [0..1] {derived} {subsetted: A_typeWithFeature_feature.typeWithFeature} {subsetted: Element.owningNamespace} {subsetted: Feature.featuringType} The Type that is the owningType of the owningFeatureMembership of this Feature. Feature
owningUsage Usage [0..1] {derived} {subsetted: Feature.owningType} The Usage in which this Usage is nested (if any). Usage
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element
type Type [0..*] {derived} {ordered} {redefined} {many-to-many:Feature.typedFeature} Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature. Feature
unioningType Type [0..*] {derived} {ordered} {many-to-many:Type.unionedType} The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general. Type
usage Usage [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Usage.featuringUsage} The Usages that are features of this Usage (not necessarily owned). Usage
variant Usage [0..*] {derived} {subsetted: Namespace.ownedMember} The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants. Usage
variantMembership VariantMembership [0..*] {composite} {derived} {subsetted: Namespace.ownedMembership} The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty. Usage

Behavior [Class]

Features

Name Description
Fully Qualified Name SysML::Kernel::Behaviors::Behavior
Definition A Behavior coordinates occurrences of other Behaviors, as well as changes in objects. Behaviors can be decomposed into Steps and be characterized by parameters.
Is Abstract FALSE
Generalizations Class
Specializations ActionDefinition Function Interaction
Containers

Properties

Name Type Default Description Inheritance
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
differencingType Type [0..*] {derived} {ordered} {many-to-many:Type.differencedType} The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
directedFeature Feature [0..*] {derived} {ordered} {redefined} {subsetted: Type.feature} {many-to-many:Type.typeWithDirectedFeature} The features of this Type that have a non-null direction. Type
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
endFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithEndFeature} All features of this Type with isEnd = true. Type
feature Feature [0..*] {derived} {ordered} {subsetted: Namespace.member} {many-to-many:Type.typeWithFeature} The ownedMemberFeatures of the featureMemberships of this Type. Type
featureMembership FeatureMembership [0..*] {derived} {ordered} {many-to-many:Type.type} The FeatureMemberships for features of this Type, which include all ownedFeatureMemberships and those inheritedMemberships that are FeatureMemberships (but does not include any importedMemberships). Type
importedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Namespace.importingNamespace} The Memberships in this Namespace that result from the ownedImports of this Namespace. Namespace
inheritedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.inheritingType} All the memberFeatures of the inheritedMemberships of this Type that are FeatureMemberships. Type
inheritedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Type.inheritingType} All Memberships inherited by this Type via Specialization or Conjugation. These are included in the derived union for the memberships of the Type. Type
input Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithInput} All features related to this Type by FeatureMemberships that have direction in or inout. Type
intersectingType Type [0..*] {derived} {ordered} {many-to-many:Type.intersectedType} The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
isAbstract Boolean [1..1] Indicates whether instances of this Type must also be instances of at least one of its specialized Types. Type
isConjugated Boolean [1..1] {derived} Indicates whether this Type has an ownedConjugator. Type
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
isSufficient Boolean [1..1] Whether all things that meet the classification conditions of this Type must be classified by the Type.(A Type gives conditions that must be met by whatever it classifies, but when isSufficient is false, things may meet those conditions but still not be classified by the Type. For example, a Type Car that is not sufficient could require everything it classifies to have four wheels, but not all four wheeled things would classify as cars. However, if the Type Car were sufficient, it would classify all four-wheeled things.) Type
member Element [0..*] {derived} {ordered} {many-to-many:Namespace.namespace} The set of all member Elements of this Namespace, which are the memberElements of all memberships of the Namespace. Namespace
membership Membership [0..*] {derived} {derived-union} {ordered} {many-to-many:Namespace.membershipNamespace} All Memberships in this Namespace, including (at least) the union of ownedMemberships and importedMemberships. Namespace
multiplicity Multiplicity [0..1] {derived} {subsetted: Namespace.ownedMember} An ownedMember of this Type that is a Multiplicity, which constraints the cardinality of the Type. If there is no such ownedMember, then the cardinality of this Type is constrained by all the Multiplicity constraints applicable to any direct supertypes. Type
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
output Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithOutput} All features related to this Type by FeatureMemberships that have direction out or inout. Type
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedConjugator Conjugation [0..1] {composite} {derived} {subsetted: A_conjugatedType_conjugator.conjugator} {subsetted: Element.ownedRelationship} A Conjugation owned by this Type for which the Type is the originalType. Type
ownedDifferencing Differencing [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Differencings, having this Type as their typeDifferenced. Type
ownedDisjoining Disjoining [0..*] {composite} {derived} {subsetted: Element.ownedRelationship} {subsetted: A_disjoiningTypeDisjoining_typeDisjoined.disjoiningTypeDisjoining} The ownedRelationships of this Type that are Disjoinings, for which the Type is the typeDisjoined Type. Type
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedEndFeature Feature [0..*] {derived} {ordered} {subsetted: Type.endFeature} {subsetted: Type.ownedFeature} All endFeatures of this Type that are ownedFeatures. Type
ownedFeature Feature [0..*] {derived} {ordered} {subsetted: Namespace.ownedMember} The ownedMemberFeatures of the ownedFeatureMemberships of this Type. Type
ownedFeatureMembership FeatureMembership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.ownedMembership} {subsetted: Type.featureMembership} The ownedMemberships of this Type that are FeatureMemberships, for which the Type is the owningType. Each such FeatureMembership identifies an ownedFeature of the Type. Type
ownedImport Import [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Namespace that are Imports, for which the Namespace is the importOwningNamespace. Namespace
ownedIntersecting Intersecting [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Intersectings, have the Type as their typeIntersected. Type
ownedMember Element [0..*] {derived} {ordered} {subsetted: Namespace.member} The owned members of this Namespace, which are the ownedMemberElements of the ownedMemberships of the Namespace. Namespace
ownedMembership Membership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.membership} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Namespace that are Memberships, for which the Namespace is the membershipOwningNamespace. Namespace
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
ownedSpecialization Specialization [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_specific_specialization.specialization} The ownedRelationships of this Type that are Specializations, for which the Type is the specific Type. Type
ownedSubclassification Subclassification [0..*] {composite} {derived} {subsetted: Type.ownedSpecialization} The ownedSpecializations of this Classifier that are Subclassifications, for which this Classifier is the subclassifier. Classifier
ownedUnioning Unioning [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Type that are Unionings, having the Type as their typeUnioned. Type
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
parameter Feature [0..*] {derived} {ordered} {many-to-many:Behavior.parameteredBehavior} The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior. Behavior
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
step Step [0..*] {derived} {subsetted: Type.feature} {many-to-many:Behavior.featuringBehavior} The Steps that make up this Behavior. Behavior
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element
unioningType Type [0..*] {derived} {ordered} {many-to-many:Type.unionedType} The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general. Type

BindingConnector [Class]

Features

Name Description
Fully Qualified Name SysML::Kernel::Connectors::BindingConnector
Definition A BindingConnector is a binary Connector that requires its relatedFeatures to identify the same things (have the same values).
Is Abstract FALSE
Generalizations Connector
Specializations BindingConnectorAsUsage
Containers

Properties

Name Type Default Description Inheritance
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
association Association [0..*] {derived} {ordered} {many-to-many:Connector.typedConnector} The Associations that type the Connector. Connector
chainingFeature Feature [0..*] {derived} {ordered} {many-to-many:Feature.chainedFeature} The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature. Feature
connectorEnd Feature [0..*] {derived} {ordered} {many-to-many:Connector.featuringConnector} The endFeatures of a Connector, which redefine the endFeatures of the associations of the Connector. The connectorEnds determine via ReferenceSubsetting Relationships which Features are related by the Connector. Connector
crossFeature Feature [0..1] {derived} The second chainingFeature of the crossedFeature of the ownedCrossSubsetting of this Feature, if it has one. Semantically, the values of the crossFeature of an end Feature must include all values of the end Feature obtained when navigating from values of the other end Features of the same owningType. Feature
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
defaultFeaturingType Type [0..1] {derived} The innermost Type that is a common direct or indirect featuringType of the relatedFeatures, such that, if it exists and was the featuringType of this Connector, the Connector would satisfy the checkConnectorTypeFeaturing constraint. Connector
differencingType Type [0..*] {derived} {ordered} {many-to-many:Type.differencedType} The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
directedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithDirectedFeature} The features of this Type that have a non-null direction. Type
direction FeatureDirectionKind [0..1] Indicates how values of this Feature are determined or used (as specified for the FeatureDirectionKind). Feature
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
endFeature Feature [0..*] {derived} {ordered} {redefined} {subsetted: Type.feature} {many-to-many:Type.typeWithEndFeature} All features of this Type with isEnd = true. Type
endOwningType Type [0..1] {derived} {subsetted: A_endFeature_typeWithEndFeature.typeWithEndFeature} {subsetted: Feature.owningType} The Type that is related to this Feature by an EndFeatureMembership in which the Feature is an ownedMemberFeature. Feature
feature Feature [0..*] {derived} {ordered} {subsetted: Namespace.member} {many-to-many:Type.typeWithFeature} The ownedMemberFeatures of the featureMemberships of this Type. Type
featureMembership FeatureMembership [0..*] {derived} {ordered} {many-to-many:Type.type} The FeatureMemberships for features of this Type, which include all ownedFeatureMemberships and those inheritedMemberships that are FeatureMemberships (but does not include any importedMemberships). Type
featureTarget Feature [1..1] {derived} The last of the chainingFeatures of this Feature, if it has any. Otherwise, this Feature itself. Feature
featuringType Type [0..*] {derived} {ordered} {many-to-many:Feature.featureOfType} Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature. Feature
importedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Namespace.importingNamespace} The Memberships in this Namespace that result from the ownedImports of this Namespace. Namespace
inheritedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.inheritingType} All the memberFeatures of the inheritedMemberships of this Type that are FeatureMemberships. Type
inheritedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Type.inheritingType} All Memberships inherited by this Type via Specialization or Conjugation. These are included in the derived union for the memberships of the Type. Type
input Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithInput} All features related to this Type by FeatureMemberships that have direction in or inout. Type
intersectingType Type [0..*] {derived} {ordered} {many-to-many:Type.intersectedType} The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
isAbstract Boolean [1..1] Indicates whether instances of this Type must also be instances of at least one of its specialized Types. Type
isComposite Boolean [1..1] Whether the Feature is a composite feature of its featuringType. If so, the values of the Feature cannot exist after its featuring instance no longer does and cannot be values of another composite feature that is not on the same featuring instance. Feature
isConjugated Boolean [1..1] {derived} Indicates whether this Type has an ownedConjugator. Type
isConstant Boolean [1..1] If isVariable is true, then whether the value of this Feature nevertheless does not change over all snapshots of its owningType. Feature
isDerived Boolean [1..1] Whether the values of this Feature can always be computed from the values of other Features. Feature
isEnd Boolean [1..1] Whether or not this Feature is an end Feature. An end Feature always has multiplicity 1, mapping each of its domain instances to a single co-domain instance. However, it may have a crossFeature, in which case values of the crossFeature must be the same as those found by navigation across instances of the owningType from values of other end Features to values of this Feature. If the owningType has n end Features, then the multiplicity, ordering, and uniqueness declared for the crossFeature of any one of these end Features constrains the cardinality, ordering, and uniqueness of the collection of values of that Feature reached by navigation when the values of the other n-1 end Features are held fixed. Feature
isImplied Boolean [1..1] Whether this Relationship was generated by tooling to meet semantic rules, rather than being directly created by a modeler. Relationship
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
isOrdered Boolean [1..1] Whether an order exists for the values of this Feature or not. Feature
isPortion Boolean [1..1] Whether the values of this Feature are contained in the space and time of instances of the domain of the Feature and represent the same thing as those instances. Feature
isSufficient Boolean [1..1] Whether all things that meet the classification conditions of this Type must be classified by the Type.(A Type gives conditions that must be met by whatever it classifies, but when isSufficient is false, things may meet those conditions but still not be classified by the Type. For example, a Type Car that is not sufficient could require everything it classifies to have four wheels, but not all four wheeled things would classify as cars. However, if the Type Car were sufficient, it would classify all four-wheeled things.) Type
isUnique Boolean [1..1] Whether or not values for this Feature must have no duplicates or not. Feature
isVariable Boolean [1..1] Whether the value of this Feature might vary over time. That is, whether the Feature may have a different value for each snapshot of an owningType that is an Occurrence. Feature
member Element [0..*] {derived} {ordered} {many-to-many:Namespace.namespace} The set of all member Elements of this Namespace, which are the memberElements of all memberships of the Namespace. Namespace
membership Membership [0..*] {derived} {derived-union} {ordered} {many-to-many:Namespace.membershipNamespace} All Memberships in this Namespace, including (at least) the union of ownedMemberships and importedMemberships. Namespace
multiplicity Multiplicity [0..1] {derived} {subsetted: Namespace.ownedMember} An ownedMember of this Type that is a Multiplicity, which constraints the cardinality of the Type. If there is no such ownedMember, then the cardinality of this Type is constrained by all the Multiplicity constraints applicable to any direct supertypes. Type
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
output Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithOutput} All features related to this Type by FeatureMemberships that have direction out or inout. Type
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedConjugator Conjugation [0..1] {composite} {derived} {subsetted: A_conjugatedType_conjugator.conjugator} {subsetted: Element.ownedRelationship} A Conjugation owned by this Type for which the Type is the originalType. Type
ownedCrossSubsetting CrossSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a CrossSubsetting}, for which the Feature is the crossingFeature. Feature
ownedDifferencing Differencing [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Differencings, having this Type as their typeDifferenced. Type
ownedDisjoining Disjoining [0..*] {composite} {derived} {subsetted: Element.ownedRelationship} {subsetted: A_disjoiningTypeDisjoining_typeDisjoined.disjoiningTypeDisjoining} The ownedRelationships of this Type that are Disjoinings, for which the Type is the typeDisjoined Type. Type
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedEndFeature Feature [0..*] {derived} {ordered} {subsetted: Type.endFeature} {subsetted: Type.ownedFeature} All endFeatures of this Type that are ownedFeatures. Type
ownedFeature Feature [0..*] {derived} {ordered} {subsetted: Namespace.ownedMember} The ownedMemberFeatures of the ownedFeatureMemberships of this Type. Type
ownedFeatureChaining FeatureChaining [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Feature that are FeatureChainings, for which the Feature will be the featureChained. Feature
ownedFeatureInverting FeatureInverting [0..*] {composite} {derived} {subsetted: A_invertingFeatureInverting_featureInverted.invertingFeatureInverting} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are FeatureInvertings and for which the Feature is the featureInverted. Feature
ownedFeatureMembership FeatureMembership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.ownedMembership} {subsetted: Type.featureMembership} The ownedMemberships of this Type that are FeatureMemberships, for which the Type is the owningType. Each such FeatureMembership identifies an ownedFeature of the Type. Type
ownedImport Import [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Namespace that are Imports, for which the Namespace is the importOwningNamespace. Namespace
ownedIntersecting Intersecting [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Intersectings, have the Type as their typeIntersected. Type
ownedMember Element [0..*] {derived} {ordered} {subsetted: Namespace.member} The owned members of this Namespace, which are the ownedMemberElements of the ownedMemberships of the Namespace. Namespace
ownedMembership Membership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.membership} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Namespace that are Memberships, for which the Namespace is the membershipOwningNamespace. Namespace
ownedRedefinition Redefinition [0..*] {composite} {derived} {subsetted: Feature.ownedSubsetting} The ownedSubsettings of this Feature that are Redefinitions, for which the Feature is the redefiningFeature. Feature
ownedReferenceSubsetting ReferenceSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a ReferenceSubsetting, for which the Feature is the referencingFeature. Feature
ownedRelatedElement Element [0..*] {composite} {ordered} {subsetted: Relationship.relatedElement} The relatedElements of this Relationship that are owned by the Relationship. Relationship
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
ownedSpecialization Specialization [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_specific_specialization.specialization} The ownedRelationships of this Type that are Specializations, for which the Type is the specific Type. Type
ownedSubsetting Subsetting [0..*] {composite} {derived} {subsetted: Type.ownedSpecialization} {subsetted: A_subsettingFeature_subsetting.subsetting} The ownedSpecializations of this Feature that are Subsettings, for which the Feature is the subsettingFeature. Feature
ownedTypeFeaturing TypeFeaturing [0..*] {composite} {derived} {ordered} {subsetted: A_featureOfType_typeFeaturing.typeFeaturing} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are TypeFeaturings and for which the Feature is the featureOfType. Feature
ownedTyping FeatureTyping [0..*] {composite} {derived} {ordered} {subsetted: Type.ownedSpecialization} {subsetted: A_typing_typedFeature.typing} The ownedSpecializations of this Feature that are FeatureTypings, for which the Feature is the typedFeature. Feature
ownedUnioning Unioning [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Type that are Unionings, having the Type as their typeUnioned. Type
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningFeatureMembership FeatureMembership [0..1] {derived} {subsetted: Element.owningMembership} The FeatureMembership that owns this Feature as an ownedMemberFeature, determining its owningType. Feature
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelatedElement Element [0..1] {subsetted: Relationship.relatedElement} The relatedElement of this Relationship that owns the Relationship, if any. Relationship
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
owningType Type [0..1] {derived} {subsetted: A_typeWithFeature_feature.typeWithFeature} {subsetted: Element.owningNamespace} {subsetted: Feature.featuringType} The Type that is the owningType of the owningFeatureMembership of this Feature. Feature
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
relatedElement Element [0..*] {derived} {ordered} {redefined} {many-to-many:Relationship.relationship} The Elements that are related by this Relationship, derived as the union of the source and target Elements of the Relationship. Relationship
relatedFeature Feature [0..*] {derived} {ordered} {many-to-many:Connector.connector} The Features that are related by this Connector considered as a Relationship and that restrict the links it identifies, given by the referenced Features of the connectorEnds of the Connector. Connector
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
source Element [0..*] {ordered} {redefined} {subsetted: Relationship.relatedElement} {many-to-many:Relationship.sourceRelationship} The relatedElements from which this Relationship is considered to be directed. Relationship
sourceFeature Feature [0..1] {derived} {ordered} {subsetted: Connector.relatedFeature} The source relatedFeature for this Connector. It is the first relatedFeature. Connector
target Element [0..*] {ordered} {redefined} {subsetted: Relationship.relatedElement} {many-to-many:Relationship.targetRelationship} The relatedElements to which this Relationship is considered to be directed. Relationship
targetFeature Feature [0..*] {derived} {ordered} {subsetted: Connector.relatedFeature} {many-to-many:Connector.targetConnector} The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature. Connector
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element
type Type [0..*] {derived} {ordered} {redefined} {many-to-many:Feature.typedFeature} Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature. Feature
unioningType Type [0..*] {derived} {ordered} {many-to-many:Type.unionedType} The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general. Type

BindingConnectorAsUsage [Class]

Features

Name Description
Fully Qualified Name SysML::Systems::Connections::BindingConnectorAsUsage
Definition A BindingConnectorAsUsage is both a BindingConnector and a ConnectorAsUsage.
Is Abstract FALSE
Generalizations BindingConnector ConnectorAsUsage
Specializations
Containers

Properties

Name Type Default Description Inheritance
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
association Association [0..*] {derived} {ordered} {many-to-many:Connector.typedConnector} The Associations that type the Connector. Connector
chainingFeature Feature [0..*] {derived} {ordered} {many-to-many:Feature.chainedFeature} The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature. Feature
connectorEnd Feature [0..*] {derived} {ordered} {many-to-many:Connector.featuringConnector} The endFeatures of a Connector, which redefine the endFeatures of the associations of the Connector. The connectorEnds determine via ReferenceSubsetting Relationships which Features are related by the Connector. Connector
crossFeature Feature [0..1] {derived} The second chainingFeature of the crossedFeature of the ownedCrossSubsetting of this Feature, if it has one. Semantically, the values of the crossFeature of an end Feature must include all values of the end Feature obtained when navigating from values of the other end Features of the same owningType. Feature
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
defaultFeaturingType Type [0..1] {derived} The innermost Type that is a common direct or indirect featuringType of the relatedFeatures, such that, if it exists and was the featuringType of this Connector, the Connector would satisfy the checkConnectorTypeFeaturing constraint. Connector
definition Classifier [0..*] {derived} {ordered} {many-to-many:Usage.definedUsage} The Classifiers that are the types of this Usage. Nominally, these are Definitions, but other kinds of Kernel Classifiers are also allowed, to permit use of Classifiers from the Kernel Model Libraries. Usage
differencingType Type [0..*] {derived} {ordered} {many-to-many:Type.differencedType} The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
directedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithDirectedFeature} The features of this Type that have a non-null direction. Type
directedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {subsetted: Usage.usage} {many-to-many:Usage.usageWithDirectedUsage} The usages of this Usage that are directedFeatures. Usage
direction FeatureDirectionKind [0..1] Indicates how values of this Feature are determined or used (as specified for the FeatureDirectionKind). Feature
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
endFeature Feature [0..*] {derived} {ordered} {redefined} {subsetted: Type.feature} {many-to-many:Type.typeWithEndFeature} All features of this Type with isEnd = true. Type
endOwningType Type [0..1] {derived} {subsetted: A_endFeature_typeWithEndFeature.typeWithEndFeature} {subsetted: Feature.owningType} The Type that is related to this Feature by an EndFeatureMembership in which the Feature is an ownedMemberFeature. Feature
feature Feature [0..*] {derived} {ordered} {subsetted: Namespace.member} {many-to-many:Type.typeWithFeature} The ownedMemberFeatures of the featureMemberships of this Type. Type
featureMembership FeatureMembership [0..*] {derived} {ordered} {many-to-many:Type.type} The FeatureMemberships for features of this Type, which include all ownedFeatureMemberships and those inheritedMemberships that are FeatureMemberships (but does not include any importedMemberships). Type
featureTarget Feature [1..1] {derived} The last of the chainingFeatures of this Feature, if it has any. Otherwise, this Feature itself. Feature
featuringType Type [0..*] {derived} {ordered} {many-to-many:Feature.featureOfType} Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature. Feature
importedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Namespace.importingNamespace} The Memberships in this Namespace that result from the ownedImports of this Namespace. Namespace
inheritedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.inheritingType} All the memberFeatures of the inheritedMemberships of this Type that are FeatureMemberships. Type
inheritedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Type.inheritingType} All Memberships inherited by this Type via Specialization or Conjugation. These are included in the derived union for the memberships of the Type. Type
input Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithInput} All features related to this Type by FeatureMemberships that have direction in or inout. Type
intersectingType Type [0..*] {derived} {ordered} {many-to-many:Type.intersectedType} The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
isAbstract Boolean [1..1] Indicates whether instances of this Type must also be instances of at least one of its specialized Types. Type
isComposite Boolean [1..1] Whether the Feature is a composite feature of its featuringType. If so, the values of the Feature cannot exist after its featuring instance no longer does and cannot be values of another composite feature that is not on the same featuring instance. Feature
isConjugated Boolean [1..1] {derived} Indicates whether this Type has an ownedConjugator. Type
isConstant Boolean [1..1] If isVariable is true, then whether the value of this Feature nevertheless does not change over all snapshots of its owningType. Feature
isDerived Boolean [1..1] Whether the values of this Feature can always be computed from the values of other Features. Feature
isEnd Boolean [1..1] Whether or not this Feature is an end Feature. An end Feature always has multiplicity 1, mapping each of its domain instances to a single co-domain instance. However, it may have a crossFeature, in which case values of the crossFeature must be the same as those found by navigation across instances of the owningType from values of other end Features to values of this Feature. If the owningType has n end Features, then the multiplicity, ordering, and uniqueness declared for the crossFeature of any one of these end Features constrains the cardinality, ordering, and uniqueness of the collection of values of that Feature reached by navigation when the values of the other n-1 end Features are held fixed. Feature
isImplied Boolean [1..1] Whether this Relationship was generated by tooling to meet semantic rules, rather than being directly created by a modeler. Relationship
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
isOrdered Boolean [1..1] Whether an order exists for the values of this Feature or not. Feature
isPortion Boolean [1..1] Whether the values of this Feature are contained in the space and time of instances of the domain of the Feature and represent the same thing as those instances. Feature
isReference Boolean [1..1] {derived} Whether this Usage is a referential Usage, that is, it has isComposite = false. Usage
isSufficient Boolean [1..1] Whether all things that meet the classification conditions of this Type must be classified by the Type.(A Type gives conditions that must be met by whatever it classifies, but when isSufficient is false, things may meet those conditions but still not be classified by the Type. For example, a Type Car that is not sufficient could require everything it classifies to have four wheels, but not all four wheeled things would classify as cars. However, if the Type Car were sufficient, it would classify all four-wheeled things.) Type
isUnique Boolean [1..1] Whether or not values for this Feature must have no duplicates or not. Feature
isVariable Boolean [1..1] {redefined} Whether the value of this Feature might vary over time. That is, whether the Feature may have a different value for each snapshot of an owningType that is an Occurrence. Feature
isVariation Boolean [1..1] Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships. Usage
mayTimeVary Boolean [1..1] {derived} Whether this Usage may be time varying (that is, whether it is featured by the snapshots of its owningType, rather than being featured by the owningType itself). However, if isConstant is also true, then the value of the Usage is nevertheless constant over the entire duration of an instance of its owningType (that is, it has the same value on all snapshots).The property mayTimeVary redefines the KerML property Feature::isVariable, making it derived. The property isConstant is inherited from Feature. Usage
member Element [0..*] {derived} {ordered} {many-to-many:Namespace.namespace} The set of all member Elements of this Namespace, which are the memberElements of all memberships of the Namespace. Namespace
membership Membership [0..*] {derived} {derived-union} {ordered} {many-to-many:Namespace.membershipNamespace} All Memberships in this Namespace, including (at least) the union of ownedMemberships and importedMemberships. Namespace
multiplicity Multiplicity [0..1] {derived} {subsetted: Namespace.ownedMember} An ownedMember of this Type that is a Multiplicity, which constraints the cardinality of the Type. If there is no such ownedMember, then the cardinality of this Type is constrained by all the Multiplicity constraints applicable to any direct supertypes. Type
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
nestedAction ActionUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ActionUsages that are nestedUsages of this Usage. Usage
nestedAllocation AllocationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConnection} The AllocationUsages that are nestedUsages of this Usage. Usage
nestedAnalysisCase AnalysisCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The AnalysisCaseUsages that are nestedUsages of this Usage. Usage
nestedAttribute AttributeUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The code>AttributeUsages that are nestedUsages of this Usage. Usage
nestedCalculation CalculationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAction} The CalculationUsage that are nestedUsages of this Usage. Usage
nestedCase CaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCalculation} The CaseUsages that are nestedUsages of this Usage. Usage
nestedConcern ConcernUsage [0..*] {derived} {subsetted: Usage.nestedRequirement} The ConcernUsages that are nestedUsages of this Usage. Usage
nestedConnection ConnectorAsUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The ConnectorAsUsages that are nestedUsages of this Usage. Note that this list includes BindingConnectorAsUsages, SuccessionAsUsages, and FlowConnectionUsages because these are ConnectorAsUsages even though they are not ConnectionUsages. Usage
nestedConstraint ConstraintUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ConstraintUsages that are nestedUsages of this Usage. Usage
nestedEnumeration EnumerationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAttribute} The code>EnumerationUsages that are nestedUsages of this Usage. Usage
nestedFlow FlowUsage [0..*] {derived} {subsetted: Usage.nestedConnection} The code>FlowUsages that are nestedUsages of this Usage. Usage
nestedInterface InterfaceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConnection} The InterfaceUsages that are nestedUsages of this Usage. Usage
nestedItem ItemUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ItemUsages that are nestedUsages of this Usage. Usage
nestedMetadata MetadataUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedItem} The MetadataUsages that are nestedUsages of this of this Usage. Usage
nestedOccurrence OccurrenceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The OccurrenceUsages that are nestedUsages of this Usage. Usage
nestedPart PartUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedItem} The PartUsages that are nestedUsages of this Usage. Usage
nestedPort PortUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The PortUsages that are nestedUsages of this Usage. Usage
nestedReference ReferenceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The ReferenceUsages that are nestedUsages of this Usage. Usage
nestedRendering RenderingUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedPart} The RenderingUsages that are nestedUsages of this Usage. Usage
nestedRequirement RequirementUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConstraint} The RequirementUsages that are nestedUsages of this Usage. Usage
nestedState StateUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAction} The StateUsages that are nestedUsages of this Usage. Usage
nestedTransition TransitionUsage [0..*] {derived} {subsetted: Usage.nestedUsage} The TransitionUsages that are nestedUsages of this Usage. Usage
nestedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.ownedFeature} {subsetted: Usage.usage} The Usages that are ownedFeatures of this Usage. Usage
nestedUseCase UseCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The UseCaseUsages that are nestedUsages of this Usage. Usage
nestedVerificationCase VerificationCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The VerificationCaseUsages that are nestedUsages of this Usage. Usage
nestedView ViewUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedPart} The ViewUsages that are nestedUsages of this Usage. Usage
nestedViewpoint ViewpointUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedRequirement} The ViewpointUsages that are nestedUsages of this Usage. Usage
output Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithOutput} All features related to this Type by FeatureMemberships that have direction out or inout. Type
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedConjugator Conjugation [0..1] {composite} {derived} {subsetted: A_conjugatedType_conjugator.conjugator} {subsetted: Element.ownedRelationship} A Conjugation owned by this Type for which the Type is the originalType. Type
ownedCrossSubsetting CrossSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a CrossSubsetting}, for which the Feature is the crossingFeature. Feature
ownedDifferencing Differencing [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Differencings, having this Type as their typeDifferenced. Type
ownedDisjoining Disjoining [0..*] {composite} {derived} {subsetted: Element.ownedRelationship} {subsetted: A_disjoiningTypeDisjoining_typeDisjoined.disjoiningTypeDisjoining} The ownedRelationships of this Type that are Disjoinings, for which the Type is the typeDisjoined Type. Type
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedEndFeature Feature [0..*] {derived} {ordered} {subsetted: Type.endFeature} {subsetted: Type.ownedFeature} All endFeatures of this Type that are ownedFeatures. Type
ownedFeature Feature [0..*] {derived} {ordered} {subsetted: Namespace.ownedMember} The ownedMemberFeatures of the ownedFeatureMemberships of this Type. Type
ownedFeatureChaining FeatureChaining [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Feature that are FeatureChainings, for which the Feature will be the featureChained. Feature
ownedFeatureInverting FeatureInverting [0..*] {composite} {derived} {subsetted: A_invertingFeatureInverting_featureInverted.invertingFeatureInverting} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are FeatureInvertings and for which the Feature is the featureInverted. Feature
ownedFeatureMembership FeatureMembership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.ownedMembership} {subsetted: Type.featureMembership} The ownedMemberships of this Type that are FeatureMemberships, for which the Type is the owningType. Each such FeatureMembership identifies an ownedFeature of the Type. Type
ownedImport Import [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Namespace that are Imports, for which the Namespace is the importOwningNamespace. Namespace
ownedIntersecting Intersecting [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Intersectings, have the Type as their typeIntersected. Type
ownedMember Element [0..*] {derived} {ordered} {subsetted: Namespace.member} The owned members of this Namespace, which are the ownedMemberElements of the ownedMemberships of the Namespace. Namespace
ownedMembership Membership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.membership} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Namespace that are Memberships, for which the Namespace is the membershipOwningNamespace. Namespace
ownedRedefinition Redefinition [0..*] {composite} {derived} {subsetted: Feature.ownedSubsetting} The ownedSubsettings of this Feature that are Redefinitions, for which the Feature is the redefiningFeature. Feature
ownedReferenceSubsetting ReferenceSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a ReferenceSubsetting, for which the Feature is the referencingFeature. Feature
ownedRelatedElement Element [0..*] {composite} {ordered} {subsetted: Relationship.relatedElement} The relatedElements of this Relationship that are owned by the Relationship. Relationship
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
ownedSpecialization Specialization [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_specific_specialization.specialization} The ownedRelationships of this Type that are Specializations, for which the Type is the specific Type. Type
ownedSubsetting Subsetting [0..*] {composite} {derived} {subsetted: Type.ownedSpecialization} {subsetted: A_subsettingFeature_subsetting.subsetting} The ownedSpecializations of this Feature that are Subsettings, for which the Feature is the subsettingFeature. Feature
ownedTypeFeaturing TypeFeaturing [0..*] {composite} {derived} {ordered} {subsetted: A_featureOfType_typeFeaturing.typeFeaturing} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are TypeFeaturings and for which the Feature is the featureOfType. Feature
ownedTyping FeatureTyping [0..*] {composite} {derived} {ordered} {subsetted: Type.ownedSpecialization} {subsetted: A_typing_typedFeature.typing} The ownedSpecializations of this Feature that are FeatureTypings, for which the Feature is the typedFeature. Feature
ownedUnioning Unioning [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Type that are Unionings, having the Type as their typeUnioned. Type
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningDefinition Definition [0..1] {derived} {subsetted: Feature.owningType} {subsetted: A_usage_featuringDefinition.featuringDefinition} The Definition that owns this Usage (if any). Usage
owningFeatureMembership FeatureMembership [0..1] {derived} {subsetted: Element.owningMembership} The FeatureMembership that owns this Feature as an ownedMemberFeature, determining its owningType. Feature
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelatedElement Element [0..1] {subsetted: Relationship.relatedElement} The relatedElement of this Relationship that owns the Relationship, if any. Relationship
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
owningType Type [0..1] {derived} {subsetted: A_typeWithFeature_feature.typeWithFeature} {subsetted: Element.owningNamespace} {subsetted: Feature.featuringType} The Type that is the owningType of the owningFeatureMembership of this Feature. Feature
owningUsage Usage [0..1] {derived} {subsetted: Feature.owningType} The Usage in which this Usage is nested (if any). Usage
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
relatedElement Element [0..*] {derived} {ordered} {redefined} {many-to-many:Relationship.relationship} The Elements that are related by this Relationship, derived as the union of the source and target Elements of the Relationship. Relationship
relatedFeature Feature [0..*] {derived} {ordered} {many-to-many:Connector.connector} The Features that are related by this Connector considered as a Relationship and that restrict the links it identifies, given by the referenced Features of the connectorEnds of the Connector. Connector
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
source Element [0..*] {ordered} {redefined} {subsetted: Relationship.relatedElement} {many-to-many:Relationship.sourceRelationship} The relatedElements from which this Relationship is considered to be directed. Relationship
sourceFeature Feature [0..1] {derived} {ordered} {subsetted: Connector.relatedFeature} The source relatedFeature for this Connector. It is the first relatedFeature. Connector
target Element [0..*] {ordered} {redefined} {subsetted: Relationship.relatedElement} {many-to-many:Relationship.targetRelationship} The relatedElements to which this Relationship is considered to be directed. Relationship
targetFeature Feature [0..*] {derived} {ordered} {subsetted: Connector.relatedFeature} {many-to-many:Connector.targetConnector} The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature. Connector
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element
type Type [0..*] {derived} {ordered} {redefined} {many-to-many:Feature.typedFeature} Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature. Feature
unioningType Type [0..*] {derived} {ordered} {many-to-many:Type.unionedType} The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general. Type
usage Usage [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Usage.featuringUsage} The Usages that are features of this Usage (not necessarily owned). Usage
variant Usage [0..*] {derived} {subsetted: Namespace.ownedMember} The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants. Usage
variantMembership VariantMembership [0..*] {composite} {derived} {subsetted: Namespace.ownedMembership} The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty. Usage

BooleanExpression [Class]

Features

Name Description
Fully Qualified Name SysML::Kernel::Functions::BooleanExpression
Definition A BooleanExpression is a Boolean-valued Expression whose type is a Predicate. It represents a logical condition resulting from the evaluation of the Predicate.
Is Abstract FALSE
Generalizations Expression
Specializations ConstraintUsage Invariant
Containers

Properties

Name Type Default Description Inheritance
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
behavior Behavior [0..*] {derived} {ordered} {redefined} {subsetted: Feature.type} {many-to-many:Step.typedStep} The Behaviors that type this Step. Step
chainingFeature Feature [0..*] {derived} {ordered} {many-to-many:Feature.chainedFeature} The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature. Feature
crossFeature Feature [0..1] {derived} The second chainingFeature of the crossedFeature of the ownedCrossSubsetting of this Feature, if it has one. Semantically, the values of the crossFeature of an end Feature must include all values of the end Feature obtained when navigating from values of the other end Features of the same owningType. Feature
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
differencingType Type [0..*] {derived} {ordered} {many-to-many:Type.differencedType} The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
directedFeature Feature [0..*] {derived} {ordered} {redefined} {subsetted: Type.feature} {many-to-many:Type.typeWithDirectedFeature} The features of this Type that have a non-null direction. Type
direction FeatureDirectionKind [0..1] Indicates how values of this Feature are determined or used (as specified for the FeatureDirectionKind). Feature
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
endFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithEndFeature} All features of this Type with isEnd = true. Type
endOwningType Type [0..1] {derived} {subsetted: A_endFeature_typeWithEndFeature.typeWithEndFeature} {subsetted: Feature.owningType} The Type that is related to this Feature by an EndFeatureMembership in which the Feature is an ownedMemberFeature. Feature
feature Feature [0..*] {derived} {ordered} {subsetted: Namespace.member} {many-to-many:Type.typeWithFeature} The ownedMemberFeatures of the featureMemberships of this Type. Type
featureMembership FeatureMembership [0..*] {derived} {ordered} {many-to-many:Type.type} The FeatureMemberships for features of this Type, which include all ownedFeatureMemberships and those inheritedMemberships that are FeatureMemberships (but does not include any importedMemberships). Type
featureTarget Feature [1..1] {derived} The last of the chainingFeatures of this Feature, if it has any. Otherwise, this Feature itself. Feature
featuringType Type [0..*] {derived} {ordered} {many-to-many:Feature.featureOfType} Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature. Feature
function Function [0..1] {derived} {redefined} The Function that types this Expression. Expression
importedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Namespace.importingNamespace} The Memberships in this Namespace that result from the ownedImports of this Namespace. Namespace
inheritedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.inheritingType} All the memberFeatures of the inheritedMemberships of this Type that are FeatureMemberships. Type
inheritedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Type.inheritingType} All Memberships inherited by this Type via Specialization or Conjugation. These are included in the derived union for the memberships of the Type. Type
input Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithInput} All features related to this Type by FeatureMemberships that have direction in or inout. Type
intersectingType Type [0..*] {derived} {ordered} {many-to-many:Type.intersectedType} The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
isAbstract Boolean [1..1] Indicates whether instances of this Type must also be instances of at least one of its specialized Types. Type
isComposite Boolean [1..1] Whether the Feature is a composite feature of its featuringType. If so, the values of the Feature cannot exist after its featuring instance no longer does and cannot be values of another composite feature that is not on the same featuring instance. Feature
isConjugated Boolean [1..1] {derived} Indicates whether this Type has an ownedConjugator. Type
isConstant Boolean [1..1] If isVariable is true, then whether the value of this Feature nevertheless does not change over all snapshots of its owningType. Feature
isDerived Boolean [1..1] Whether the values of this Feature can always be computed from the values of other Features. Feature
isEnd Boolean [1..1] Whether or not this Feature is an end Feature. An end Feature always has multiplicity 1, mapping each of its domain instances to a single co-domain instance. However, it may have a crossFeature, in which case values of the crossFeature must be the same as those found by navigation across instances of the owningType from values of other end Features to values of this Feature. If the owningType has n end Features, then the multiplicity, ordering, and uniqueness declared for the crossFeature of any one of these end Features constrains the cardinality, ordering, and uniqueness of the collection of values of that Feature reached by navigation when the values of the other n-1 end Features are held fixed. Feature
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
isModelLevelEvaluable Boolean [1..1] {derived} Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model. Expression
isOrdered Boolean [1..1] Whether an order exists for the values of this Feature or not. Feature
isPortion Boolean [1..1] Whether the values of this Feature are contained in the space and time of instances of the domain of the Feature and represent the same thing as those instances. Feature
isSufficient Boolean [1..1] Whether all things that meet the classification conditions of this Type must be classified by the Type.(A Type gives conditions that must be met by whatever it classifies, but when isSufficient is false, things may meet those conditions but still not be classified by the Type. For example, a Type Car that is not sufficient could require everything it classifies to have four wheels, but not all four wheeled things would classify as cars. However, if the Type Car were sufficient, it would classify all four-wheeled things.) Type
isUnique Boolean [1..1] Whether or not values for this Feature must have no duplicates or not. Feature
isVariable Boolean [1..1] Whether the value of this Feature might vary over time. That is, whether the Feature may have a different value for each snapshot of an owningType that is an Occurrence. Feature
member Element [0..*] {derived} {ordered} {many-to-many:Namespace.namespace} The set of all member Elements of this Namespace, which are the memberElements of all memberships of the Namespace. Namespace
membership Membership [0..*] {derived} {derived-union} {ordered} {many-to-many:Namespace.membershipNamespace} All Memberships in this Namespace, including (at least) the union of ownedMemberships and importedMemberships. Namespace
multiplicity Multiplicity [0..1] {derived} {subsetted: Namespace.ownedMember} An ownedMember of this Type that is a Multiplicity, which constraints the cardinality of the Type. If there is no such ownedMember, then the cardinality of this Type is constrained by all the Multiplicity constraints applicable to any direct supertypes. Type
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
output Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithOutput} All features related to this Type by FeatureMemberships that have direction out or inout. Type
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedConjugator Conjugation [0..1] {composite} {derived} {subsetted: A_conjugatedType_conjugator.conjugator} {subsetted: Element.ownedRelationship} A Conjugation owned by this Type for which the Type is the originalType. Type
ownedCrossSubsetting CrossSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a CrossSubsetting}, for which the Feature is the crossingFeature. Feature
ownedDifferencing Differencing [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Differencings, having this Type as their typeDifferenced. Type
ownedDisjoining Disjoining [0..*] {composite} {derived} {subsetted: Element.ownedRelationship} {subsetted: A_disjoiningTypeDisjoining_typeDisjoined.disjoiningTypeDisjoining} The ownedRelationships of this Type that are Disjoinings, for which the Type is the typeDisjoined Type. Type
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedEndFeature Feature [0..*] {derived} {ordered} {subsetted: Type.endFeature} {subsetted: Type.ownedFeature} All endFeatures of this Type that are ownedFeatures. Type
ownedFeature Feature [0..*] {derived} {ordered} {subsetted: Namespace.ownedMember} The ownedMemberFeatures of the ownedFeatureMemberships of this Type. Type
ownedFeatureChaining FeatureChaining [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Feature that are FeatureChainings, for which the Feature will be the featureChained. Feature
ownedFeatureInverting FeatureInverting [0..*] {composite} {derived} {subsetted: A_invertingFeatureInverting_featureInverted.invertingFeatureInverting} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are FeatureInvertings and for which the Feature is the featureInverted. Feature
ownedFeatureMembership FeatureMembership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.ownedMembership} {subsetted: Type.featureMembership} The ownedMemberships of this Type that are FeatureMemberships, for which the Type is the owningType. Each such FeatureMembership identifies an ownedFeature of the Type. Type
ownedImport Import [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Namespace that are Imports, for which the Namespace is the importOwningNamespace. Namespace
ownedIntersecting Intersecting [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Intersectings, have the Type as their typeIntersected. Type
ownedMember Element [0..*] {derived} {ordered} {subsetted: Namespace.member} The owned members of this Namespace, which are the ownedMemberElements of the ownedMemberships of the Namespace. Namespace
ownedMembership Membership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.membership} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Namespace that are Memberships, for which the Namespace is the membershipOwningNamespace. Namespace
ownedRedefinition Redefinition [0..*] {composite} {derived} {subsetted: Feature.ownedSubsetting} The ownedSubsettings of this Feature that are Redefinitions, for which the Feature is the redefiningFeature. Feature
ownedReferenceSubsetting ReferenceSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a ReferenceSubsetting, for which the Feature is the referencingFeature. Feature
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
ownedSpecialization Specialization [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_specific_specialization.specialization} The ownedRelationships of this Type that are Specializations, for which the Type is the specific Type. Type
ownedSubsetting Subsetting [0..*] {composite} {derived} {subsetted: Type.ownedSpecialization} {subsetted: A_subsettingFeature_subsetting.subsetting} The ownedSpecializations of this Feature that are Subsettings, for which the Feature is the subsettingFeature. Feature
ownedTypeFeaturing TypeFeaturing [0..*] {composite} {derived} {ordered} {subsetted: A_featureOfType_typeFeaturing.typeFeaturing} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are TypeFeaturings and for which the Feature is the featureOfType. Feature
ownedTyping FeatureTyping [0..*] {composite} {derived} {ordered} {subsetted: Type.ownedSpecialization} {subsetted: A_typing_typedFeature.typing} The ownedSpecializations of this Feature that are FeatureTypings, for which the Feature is the typedFeature. Feature
ownedUnioning Unioning [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Type that are Unionings, having the Type as their typeUnioned. Type
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningFeatureMembership FeatureMembership [0..1] {derived} {subsetted: Element.owningMembership} The FeatureMembership that owns this Feature as an ownedMemberFeature, determining its owningType. Feature
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
owningType Type [0..1] {derived} {subsetted: A_typeWithFeature_feature.typeWithFeature} {subsetted: Element.owningNamespace} {subsetted: Feature.featuringType} The Type that is the owningType of the owningFeatureMembership of this Feature. Feature
parameter Feature [0..*] {derived} {ordered} {many-to-many:Step.parameteredStep} The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step. Step
predicate Predicate [0..1] {derived} The Predicate that types the Expression. BooleanExpression
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
result Feature [1..1] {derived} {subsetted: Type.output} {subsetted: Step.parameter} An output parameter of the Expression whose value is the result of the Expression. The result of an Expression is either inherited from its function or it is related to the Expression via a ReturnParameterMembership, in which case it redefines the result parameter of its function. Expression
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element
type Type [0..*] {derived} {ordered} {many-to-many:Feature.typedFeature} Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature. Feature
unioningType Type [0..*] {derived} {ordered} {many-to-many:Type.unionedType} The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general. Type

CalculationDefinition [Class]

Features

Name Description
Fully Qualified Name SysML::Systems::Calculations::CalculationDefinition
Definition A CalculationDefinition is an ActionDefinition that also defines a Function producing a result.
Is Abstract FALSE
Generalizations Function ActionDefinition
Specializations CaseDefinition
Containers

Properties

Name Type Default Description Inheritance
action ActionUsage [0..*] {derived} {ordered} {subsetted: Behavior.step} {subsetted: Definition.usage} {many-to-many:ActionDefinition.featuringActionDefinition} The ActionUsages that are steps in this ActionDefinition, which define the actions that specify the behavior of the ActionDefinition. ActionDefinition
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
calculation CalculationUsage [0..*] {derived} {ordered} {subsetted: ActionDefinition.action} {subsetted: Function.expression} {many-to-many:CalculationDefinition.featuringCalculationDefinition} The actions of this CalculationDefinition that are CalculationUsages. CalculationDefinition
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
differencingType Type [0..*] {derived} {ordered} {many-to-many:Type.differencedType} The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
directedFeature Feature [0..*] {derived} {ordered} {redefined} {subsetted: Type.feature} {many-to-many:Type.typeWithDirectedFeature} The features of this Type that have a non-null direction. Type
directedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {subsetted: Definition.usage} {many-to-many:Definition.definitionWithDirectedUsage} The usages of this Definition that are directedFeatures. Definition
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
endFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithEndFeature} All features of this Type with isEnd = true. Type
expression Expression [0..*] {derived} {subsetted: Behavior.step} {many-to-many:Function.computedFunction} The Expressions that are steps in the calculation of the result of this Function. Function
feature Feature [0..*] {derived} {ordered} {subsetted: Namespace.member} {many-to-many:Type.typeWithFeature} The ownedMemberFeatures of the featureMemberships of this Type. Type
featureMembership FeatureMembership [0..*] {derived} {ordered} {many-to-many:Type.type} The FeatureMemberships for features of this Type, which include all ownedFeatureMemberships and those inheritedMemberships that are FeatureMemberships (but does not include any importedMemberships). Type
importedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Namespace.importingNamespace} The Memberships in this Namespace that result from the ownedImports of this Namespace. Namespace
inheritedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.inheritingType} All the memberFeatures of the inheritedMemberships of this Type that are FeatureMemberships. Type
inheritedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Type.inheritingType} All Memberships inherited by this Type via Specialization or Conjugation. These are included in the derived union for the memberships of the Type. Type
input Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithInput} All features related to this Type by FeatureMemberships that have direction in or inout. Type
intersectingType Type [0..*] {derived} {ordered} {many-to-many:Type.intersectedType} The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
isAbstract Boolean [1..1] Indicates whether instances of this Type must also be instances of at least one of its specialized Types. Type
isConjugated Boolean [1..1] {derived} Indicates whether this Type has an ownedConjugator. Type
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isIndividual Boolean [1..1] Whether this OccurrenceDefinition is constrained to represent at most one thing. OccurrenceDefinition
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
isModelLevelEvaluable Boolean [1..1] {derived} Whether this Function can be used as the function of a model-level evaluable InvocationExpression. Certain Functions from the Kernel Functions Library are considered to have isModelLevelEvaluable = true. For all other Functions it is false.Note: See the specification of the KerML concrete syntax notation for Expressions for an identification of which library Functions are model-level evaluable. Function
isSufficient Boolean [1..1] Whether all things that meet the classification conditions of this Type must be classified by the Type.(A Type gives conditions that must be met by whatever it classifies, but when isSufficient is false, things may meet those conditions but still not be classified by the Type. For example, a Type Car that is not sufficient could require everything it classifies to have four wheels, but not all four wheeled things would classify as cars. However, if the Type Car were sufficient, it would classify all four-wheeled things.) Type
isVariation Boolean [1..1] Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships. Definition
member Element [0..*] {derived} {ordered} {many-to-many:Namespace.namespace} The set of all member Elements of this Namespace, which are the memberElements of all memberships of the Namespace. Namespace
membership Membership [0..*] {derived} {derived-union} {ordered} {many-to-many:Namespace.membershipNamespace} All Memberships in this Namespace, including (at least) the union of ownedMemberships and importedMemberships. Namespace
multiplicity Multiplicity [0..1] {derived} {subsetted: Namespace.ownedMember} An ownedMember of this Type that is a Multiplicity, which constraints the cardinality of the Type. If there is no such ownedMember, then the cardinality of this Type is constrained by all the Multiplicity constraints applicable to any direct supertypes. Type
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
output Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithOutput} All features related to this Type by FeatureMemberships that have direction out or inout. Type
ownedAction ActionUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedOccurrence} The ActionUsages that are ownedUsages of this Definition. Definition
ownedAllocation AllocationUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedConnection} The AllocationUsages that are ownedUsages of this Definition. Definition
ownedAnalysisCase AnalysisCaseUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedCase} The AnalysisCaseUsages that are ownedUsages of this Definition. Definition
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedAttribute AttributeUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The AttributeUsages that are ownedUsages of this Definition. Definition
ownedCalculation CalculationUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedAction} The CalculationUsages that are ownedUsages of this Definition. Definition
ownedCase CaseUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedCalculation} The code>CaseUsages that are ownedUsages of this Definition. Definition
ownedConcern ConcernUsage [0..*] {derived} {subsetted: Definition.ownedRequirement} The ConcernUsages that are ownedUsages of this Definition. Definition
ownedConjugator Conjugation [0..1] {composite} {derived} {subsetted: A_conjugatedType_conjugator.conjugator} {subsetted: Element.ownedRelationship} A Conjugation owned by this Type for which the Type is the originalType. Type
ownedConnection ConnectorAsUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The ConnectorAsUsages that are ownedUsages of this Definition. Note that this list includes BindingConnectorAsUsages, SuccessionAsUsages, and FlowUsages because these are ConnectorAsUsages even though they are not ConnectionUsages. Definition
ownedConstraint ConstraintUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedOccurrence} The ConstraintUsages that are ownedUsages of this Definition. Definition
ownedDifferencing Differencing [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Differencings, having this Type as their typeDifferenced. Type
ownedDisjoining Disjoining [0..*] {composite} {derived} {subsetted: Element.ownedRelationship} {subsetted: A_disjoiningTypeDisjoining_typeDisjoined.disjoiningTypeDisjoining} The ownedRelationships of this Type that are Disjoinings, for which the Type is the typeDisjoined Type. Type
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedEndFeature Feature [0..*] {derived} {ordered} {subsetted: Type.endFeature} {subsetted: Type.ownedFeature} All endFeatures of this Type that are ownedFeatures. Type
ownedEnumeration EnumerationUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedAttribute} The EnumerationUsages that are ownedUsages of this Definition. Definition
ownedFeature Feature [0..*] {derived} {ordered} {subsetted: Namespace.ownedMember} The ownedMemberFeatures of the ownedFeatureMemberships of this Type. Type
ownedFeatureMembership FeatureMembership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.ownedMembership} {subsetted: Type.featureMembership} The ownedMemberships of this Type that are FeatureMemberships, for which the Type is the owningType. Each such FeatureMembership identifies an ownedFeature of the Type. Type
ownedFlow FlowUsage [0..*] {derived} {subsetted: Definition.ownedConnection} The FlowUsages that are ownedUsages of this Definition. Definition
ownedImport Import [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Namespace that are Imports, for which the Namespace is the importOwningNamespace. Namespace
ownedInterface InterfaceUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedConnection} The InterfaceUsages that are ownedUsages of this Definition. Definition
ownedIntersecting Intersecting [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Intersectings, have the Type as their typeIntersected. Type
ownedItem ItemUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedOccurrence} The ItemUsages that are ownedUsages of this Definition. Definition
ownedMember Element [0..*] {derived} {ordered} {subsetted: Namespace.member} The owned members of this Namespace, which are the ownedMemberElements of the ownedMemberships of the Namespace. Namespace
ownedMembership Membership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.membership} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Namespace that are Memberships, for which the Namespace is the membershipOwningNamespace. Namespace
ownedMetadata MetadataUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedItem} The MetadataUsages that are ownedUsages of this Definition. Definition
ownedOccurrence OccurrenceUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The OccurrenceUsages that are ownedUsages of this Definition. Definition
ownedPart PartUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedItem} The PartUsages that are ownedUsages of this Definition. Definition
ownedPort PortUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The PortUsages that are ownedUsages of this Definition. Definition
ownedReference ReferenceUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The ReferenceUsages that are ownedUsages of this Definition. Definition
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
ownedRendering RenderingUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedPart} The RenderingUsages that are ownedUsages of this Definition. Definition
ownedRequirement RequirementUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedConstraint} The RequirementUsages that are ownedUsages of this Definition. Definition
ownedSpecialization Specialization [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_specific_specialization.specialization} The ownedRelationships of this Type that are Specializations, for which the Type is the specific Type. Type
ownedState StateUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedAction} The StateUsages that are ownedUsages of this Definition. Definition
ownedSubclassification Subclassification [0..*] {composite} {derived} {subsetted: Type.ownedSpecialization} The ownedSpecializations of this Classifier that are Subclassifications, for which this Classifier is the subclassifier. Classifier
ownedTransition TransitionUsage [0..*] {derived} {subsetted: Definition.ownedUsage} The TransitionUsages that are ownedUsages of this Definition. Definition
ownedUnioning Unioning [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Type that are Unionings, having the Type as their typeUnioned. Type
ownedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.ownedFeature} {subsetted: Definition.usage} The Usages that are ownedFeatures of this Definition. Definition
ownedUseCase UseCaseUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedCase} The UseCaseUsages that are ownedUsages of this Definition. Definition
ownedVerificationCase VerificationCaseUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedCase} The VerificationCaseUsages that are ownedUsages of this Definition. Definition
ownedView ViewUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedPart} The ViewUsages that are ownedUsages of this Definition. Definition
ownedViewpoint ViewpointUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedRequirement} The ViewpointUsages that are ownedUsages of this Definition. Definition
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
parameter Feature [0..*] {derived} {ordered} {many-to-many:Behavior.parameteredBehavior} The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior. Behavior
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
result Feature [1..1] {derived} {subsetted: Type.output} {subsetted: Behavior.parameter} The object or value that is the result of evaluating the Function. Function
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
step Step [0..*] {derived} {subsetted: Type.feature} {many-to-many:Behavior.featuringBehavior} The Steps that make up this Behavior. Behavior
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element
unioningType Type [0..*] {derived} {ordered} {many-to-many:Type.unionedType} The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general. Type
usage Usage [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Definition.featuringDefinition} The Usages that are features of this Definition (not necessarily owned). Definition
variant Usage [0..*] {derived} {subsetted: Namespace.ownedMember} The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants. Definition
variantMembership VariantMembership [0..*] {composite} {derived} {subsetted: Namespace.ownedMembership} The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty. Definition

CalculationUsage [Class]

Features

Name Description
Fully Qualified Name SysML::Systems::Calculations::CalculationUsage
Definition A CalculationUsage is an ActionUsage that is also an Expression, and, so, is typed by a Function. Nominally, if the type is a CalculationDefinition, a CalculationUsage is a Usage of that CalculationDefinition within a system. However, other kinds of kernel Functions are also allowed, to permit use of Functions from the Kernel Model Libraries.
Is Abstract FALSE
Generalizations Expression ActionUsage
Specializations CaseUsage
Containers

Properties

Name Type Default Description Inheritance
actionDefinition Behavior [0..*] {derived} {ordered} {redefined} {many-to-many:ActionUsage.definedAction} The Behaviors that are the types of this ActionUsage. Nominally, these would be ActionDefinitions, but other kinds of Kernel Behaviors are also allowed, to permit use of Behaviors from the Kernel Model Libraries. ActionUsage
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
behavior Behavior [0..*] {derived} {ordered} {redefined} {subsetted: Feature.type} {many-to-many:Step.typedStep} The Behaviors that type this Step. Step
calculationDefinition Function [0..1] {derived} {ordered} The Function that is the type of this CalculationUsage. Nominally, this would be a CalculationDefinition, but a kernel Function is also allowed, to permit use of Functions from the Kernel Model Libraries. CalculationUsage
chainingFeature Feature [0..*] {derived} {ordered} {many-to-many:Feature.chainedFeature} The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature. Feature
crossFeature Feature [0..1] {derived} The second chainingFeature of the crossedFeature of the ownedCrossSubsetting of this Feature, if it has one. Semantically, the values of the crossFeature of an end Feature must include all values of the end Feature obtained when navigating from values of the other end Features of the same owningType. Feature
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
definition Classifier [0..*] {derived} {ordered} {redefined} {many-to-many:Usage.definedUsage} The Classifiers that are the types of this Usage. Nominally, these are Definitions, but other kinds of Kernel Classifiers are also allowed, to permit use of Classifiers from the Kernel Model Libraries. Usage
differencingType Type [0..*] {derived} {ordered} {many-to-many:Type.differencedType} The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
directedFeature Feature [0..*] {derived} {ordered} {redefined} {subsetted: Type.feature} {many-to-many:Type.typeWithDirectedFeature} The features of this Type that have a non-null direction. Type
directedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {subsetted: Usage.usage} {many-to-many:Usage.usageWithDirectedUsage} The usages of this Usage that are directedFeatures. Usage
direction FeatureDirectionKind [0..1] Indicates how values of this Feature are determined or used (as specified for the FeatureDirectionKind). Feature
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
endFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithEndFeature} All features of this Type with isEnd = true. Type
endOwningType Type [0..1] {derived} {subsetted: A_endFeature_typeWithEndFeature.typeWithEndFeature} {subsetted: Feature.owningType} The Type that is related to this Feature by an EndFeatureMembership in which the Feature is an ownedMemberFeature. Feature
feature Feature [0..*] {derived} {ordered} {subsetted: Namespace.member} {many-to-many:Type.typeWithFeature} The ownedMemberFeatures of the featureMemberships of this Type. Type
featureMembership FeatureMembership [0..*] {derived} {ordered} {many-to-many:Type.type} The FeatureMemberships for features of this Type, which include all ownedFeatureMemberships and those inheritedMemberships that are FeatureMemberships (but does not include any importedMemberships). Type
featureTarget Feature [1..1] {derived} The last of the chainingFeatures of this Feature, if it has any. Otherwise, this Feature itself. Feature
featuringType Type [0..*] {derived} {ordered} {many-to-many:Feature.featureOfType} Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature. Feature
function Function [0..1] {derived} {redefined} The Function that types this Expression. Expression
importedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Namespace.importingNamespace} The Memberships in this Namespace that result from the ownedImports of this Namespace. Namespace
individualDefinition OccurrenceDefinition [0..1] {derived} {subsetted: OccurrenceUsage.occurrenceDefinition} The at most one occurrenceDefinition that has isIndividual = true. OccurrenceUsage
inheritedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.inheritingType} All the memberFeatures of the inheritedMemberships of this Type that are FeatureMemberships. Type
inheritedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Type.inheritingType} All Memberships inherited by this Type via Specialization or Conjugation. These are included in the derived union for the memberships of the Type. Type
input Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithInput} All features related to this Type by FeatureMemberships that have direction in or inout. Type
intersectingType Type [0..*] {derived} {ordered} {many-to-many:Type.intersectedType} The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
isAbstract Boolean [1..1] Indicates whether instances of this Type must also be instances of at least one of its specialized Types. Type
isComposite Boolean [1..1] Whether the Feature is a composite feature of its featuringType. If so, the values of the Feature cannot exist after its featuring instance no longer does and cannot be values of another composite feature that is not on the same featuring instance. Feature
isConjugated Boolean [1..1] {derived} Indicates whether this Type has an ownedConjugator. Type
isConstant Boolean [1..1] If isVariable is true, then whether the value of this Feature nevertheless does not change over all snapshots of its owningType. Feature
isDerived Boolean [1..1] Whether the values of this Feature can always be computed from the values of other Features. Feature
isEnd Boolean [1..1] Whether or not this Feature is an end Feature. An end Feature always has multiplicity 1, mapping each of its domain instances to a single co-domain instance. However, it may have a crossFeature, in which case values of the crossFeature must be the same as those found by navigation across instances of the owningType from values of other end Features to values of this Feature. If the owningType has n end Features, then the multiplicity, ordering, and uniqueness declared for the crossFeature of any one of these end Features constrains the cardinality, ordering, and uniqueness of the collection of values of that Feature reached by navigation when the values of the other n-1 end Features are held fixed. Feature
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isIndividual Boolean [1..1] Whether this OccurrenceUsage represents the usage of the specific individual represented by its individualDefinition. OccurrenceUsage
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
isModelLevelEvaluable Boolean [1..1] {derived} Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model. Expression
isOrdered Boolean [1..1] Whether an order exists for the values of this Feature or not. Feature
isPortion Boolean [1..1] Whether the values of this Feature are contained in the space and time of instances of the domain of the Feature and represent the same thing as those instances. Feature
isReference Boolean [1..1] {derived} Whether this Usage is a referential Usage, that is, it has isComposite = false. Usage
isSufficient Boolean [1..1] Whether all things that meet the classification conditions of this Type must be classified by the Type.(A Type gives conditions that must be met by whatever it classifies, but when isSufficient is false, things may meet those conditions but still not be classified by the Type. For example, a Type Car that is not sufficient could require everything it classifies to have four wheels, but not all four wheeled things would classify as cars. However, if the Type Car were sufficient, it would classify all four-wheeled things.) Type
isUnique Boolean [1..1] Whether or not values for this Feature must have no duplicates or not. Feature
isVariable Boolean [1..1] {redefined} Whether the value of this Feature might vary over time. That is, whether the Feature may have a different value for each snapshot of an owningType that is an Occurrence. Feature
isVariation Boolean [1..1] Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships. Usage
mayTimeVary Boolean [1..1] {derived} Whether this Usage may be time varying (that is, whether it is featured by the snapshots of its owningType, rather than being featured by the owningType itself). However, if isConstant is also true, then the value of the Usage is nevertheless constant over the entire duration of an instance of its owningType (that is, it has the same value on all snapshots).The property mayTimeVary redefines the KerML property Feature::isVariable, making it derived. The property isConstant is inherited from Feature. Usage
member Element [0..*] {derived} {ordered} {many-to-many:Namespace.namespace} The set of all member Elements of this Namespace, which are the memberElements of all memberships of the Namespace. Namespace
membership Membership [0..*] {derived} {derived-union} {ordered} {many-to-many:Namespace.membershipNamespace} All Memberships in this Namespace, including (at least) the union of ownedMemberships and importedMemberships. Namespace
multiplicity Multiplicity [0..1] {derived} {subsetted: Namespace.ownedMember} An ownedMember of this Type that is a Multiplicity, which constraints the cardinality of the Type. If there is no such ownedMember, then the cardinality of this Type is constrained by all the Multiplicity constraints applicable to any direct supertypes. Type
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
nestedAction ActionUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ActionUsages that are nestedUsages of this Usage. Usage
nestedAllocation AllocationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConnection} The AllocationUsages that are nestedUsages of this Usage. Usage
nestedAnalysisCase AnalysisCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The AnalysisCaseUsages that are nestedUsages of this Usage. Usage
nestedAttribute AttributeUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The code>AttributeUsages that are nestedUsages of this Usage. Usage
nestedCalculation CalculationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAction} The CalculationUsage that are nestedUsages of this Usage. Usage
nestedCase CaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCalculation} The CaseUsages that are nestedUsages of this Usage. Usage
nestedConcern ConcernUsage [0..*] {derived} {subsetted: Usage.nestedRequirement} The ConcernUsages that are nestedUsages of this Usage. Usage
nestedConnection ConnectorAsUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The ConnectorAsUsages that are nestedUsages of this Usage. Note that this list includes BindingConnectorAsUsages, SuccessionAsUsages, and FlowConnectionUsages because these are ConnectorAsUsages even though they are not ConnectionUsages. Usage
nestedConstraint ConstraintUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ConstraintUsages that are nestedUsages of this Usage. Usage
nestedEnumeration EnumerationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAttribute} The code>EnumerationUsages that are nestedUsages of this Usage. Usage
nestedFlow FlowUsage [0..*] {derived} {subsetted: Usage.nestedConnection} The code>FlowUsages that are nestedUsages of this Usage. Usage
nestedInterface InterfaceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConnection} The InterfaceUsages that are nestedUsages of this Usage. Usage
nestedItem ItemUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ItemUsages that are nestedUsages of this Usage. Usage
nestedMetadata MetadataUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedItem} The MetadataUsages that are nestedUsages of this of this Usage. Usage
nestedOccurrence OccurrenceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The OccurrenceUsages that are nestedUsages of this Usage. Usage
nestedPart PartUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedItem} The PartUsages that are nestedUsages of this Usage. Usage
nestedPort PortUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The PortUsages that are nestedUsages of this Usage. Usage
nestedReference ReferenceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The ReferenceUsages that are nestedUsages of this Usage. Usage
nestedRendering RenderingUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedPart} The RenderingUsages that are nestedUsages of this Usage. Usage
nestedRequirement RequirementUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConstraint} The RequirementUsages that are nestedUsages of this Usage. Usage
nestedState StateUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAction} The StateUsages that are nestedUsages of this Usage. Usage
nestedTransition TransitionUsage [0..*] {derived} {subsetted: Usage.nestedUsage} The TransitionUsages that are nestedUsages of this Usage. Usage
nestedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.ownedFeature} {subsetted: Usage.usage} The Usages that are ownedFeatures of this Usage. Usage
nestedUseCase UseCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The UseCaseUsages that are nestedUsages of this Usage. Usage
nestedVerificationCase VerificationCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The VerificationCaseUsages that are nestedUsages of this Usage. Usage
nestedView ViewUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedPart} The ViewUsages that are nestedUsages of this Usage. Usage
nestedViewpoint ViewpointUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedRequirement} The ViewpointUsages that are nestedUsages of this Usage. Usage
occurrenceDefinition Class [0..*] {derived} {ordered} {redefined} {many-to-many:OccurrenceUsage.definedOccurrence} The Classes that are the types of this OccurrenceUsage. Nominally, these are OccurrenceDefinitions, but other kinds of kernel Classes are also allowed, to permit use of Classes from the Kernel Model Libraries. OccurrenceUsage
output Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithOutput} All features related to this Type by FeatureMemberships that have direction out or inout. Type
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedConjugator Conjugation [0..1] {composite} {derived} {subsetted: A_conjugatedType_conjugator.conjugator} {subsetted: Element.ownedRelationship} A Conjugation owned by this Type for which the Type is the originalType. Type
ownedCrossSubsetting CrossSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a CrossSubsetting}, for which the Feature is the crossingFeature. Feature
ownedDifferencing Differencing [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Differencings, having this Type as their typeDifferenced. Type
ownedDisjoining Disjoining [0..*] {composite} {derived} {subsetted: Element.ownedRelationship} {subsetted: A_disjoiningTypeDisjoining_typeDisjoined.disjoiningTypeDisjoining} The ownedRelationships of this Type that are Disjoinings, for which the Type is the typeDisjoined Type. Type
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedEndFeature Feature [0..*] {derived} {ordered} {subsetted: Type.endFeature} {subsetted: Type.ownedFeature} All endFeatures of this Type that are ownedFeatures. Type
ownedFeature Feature [0..*] {derived} {ordered} {subsetted: Namespace.ownedMember} The ownedMemberFeatures of the ownedFeatureMemberships of this Type. Type
ownedFeatureChaining FeatureChaining [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Feature that are FeatureChainings, for which the Feature will be the featureChained. Feature
ownedFeatureInverting FeatureInverting [0..*] {composite} {derived} {subsetted: A_invertingFeatureInverting_featureInverted.invertingFeatureInverting} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are FeatureInvertings and for which the Feature is the featureInverted. Feature
ownedFeatureMembership FeatureMembership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.ownedMembership} {subsetted: Type.featureMembership} The ownedMemberships of this Type that are FeatureMemberships, for which the Type is the owningType. Each such FeatureMembership identifies an ownedFeature of the Type. Type
ownedImport Import [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Namespace that are Imports, for which the Namespace is the importOwningNamespace. Namespace
ownedIntersecting Intersecting [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Intersectings, have the Type as their typeIntersected. Type
ownedMember Element [0..*] {derived} {ordered} {subsetted: Namespace.member} The owned members of this Namespace, which are the ownedMemberElements of the ownedMemberships of the Namespace. Namespace
ownedMembership Membership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.membership} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Namespace that are Memberships, for which the Namespace is the membershipOwningNamespace. Namespace
ownedRedefinition Redefinition [0..*] {composite} {derived} {subsetted: Feature.ownedSubsetting} The ownedSubsettings of this Feature that are Redefinitions, for which the Feature is the redefiningFeature. Feature
ownedReferenceSubsetting ReferenceSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a ReferenceSubsetting, for which the Feature is the referencingFeature. Feature
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
ownedSpecialization Specialization [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_specific_specialization.specialization} The ownedRelationships of this Type that are Specializations, for which the Type is the specific Type. Type
ownedSubsetting Subsetting [0..*] {composite} {derived} {subsetted: Type.ownedSpecialization} {subsetted: A_subsettingFeature_subsetting.subsetting} The ownedSpecializations of this Feature that are Subsettings, for which the Feature is the subsettingFeature. Feature
ownedTypeFeaturing TypeFeaturing [0..*] {composite} {derived} {ordered} {subsetted: A_featureOfType_typeFeaturing.typeFeaturing} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are TypeFeaturings and for which the Feature is the featureOfType. Feature
ownedTyping FeatureTyping [0..*] {composite} {derived} {ordered} {subsetted: Type.ownedSpecialization} {subsetted: A_typing_typedFeature.typing} The ownedSpecializations of this Feature that are FeatureTypings, for which the Feature is the typedFeature. Feature
ownedUnioning Unioning [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Type that are Unionings, having the Type as their typeUnioned. Type
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningDefinition Definition [0..1] {derived} {subsetted: Feature.owningType} {subsetted: A_usage_featuringDefinition.featuringDefinition} The Definition that owns this Usage (if any). Usage
owningFeatureMembership FeatureMembership [0..1] {derived} {subsetted: Element.owningMembership} The FeatureMembership that owns this Feature as an ownedMemberFeature, determining its owningType. Feature
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
owningType Type [0..1] {derived} {subsetted: A_typeWithFeature_feature.typeWithFeature} {subsetted: Element.owningNamespace} {subsetted: Feature.featuringType} The Type that is the owningType of the owningFeatureMembership of this Feature. Feature
owningUsage Usage [0..1] {derived} {subsetted: Feature.owningType} The Usage in which this Usage is nested (if any). Usage
parameter Feature [0..*] {derived} {ordered} {many-to-many:Step.parameteredStep} The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step. Step
portionKind PortionKind [0..1] The kind of temporal portion (time slice or snapshot) is represented by this OccurrenceUsage. If portionKind is not null, then the owningType of the OccurrenceUsage must be non-null, and the OccurrenceUsage represents portions of the featuring instance of the owningType. OccurrenceUsage
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
result Feature [1..1] {derived} {subsetted: Type.output} {subsetted: Step.parameter} An output parameter of the Expression whose value is the result of the Expression. The result of an Expression is either inherited from its function or it is related to the Expression via a ReturnParameterMembership, in which case it redefines the result parameter of its function. Expression
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element
type Type [0..*] {derived} {ordered} {redefined} {many-to-many:Feature.typedFeature} Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature. Feature
unioningType Type [0..*] {derived} {ordered} {many-to-many:Type.unionedType} The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general. Type
usage Usage [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Usage.featuringUsage} The Usages that are features of this Usage (not necessarily owned). Usage
variant Usage [0..*] {derived} {subsetted: Namespace.ownedMember} The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants. Usage
variantMembership VariantMembership [0..*] {composite} {derived} {subsetted: Namespace.ownedMembership} The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty. Usage

CaseDefinition [Class]

Features

Name Description
Fully Qualified Name SysML::Systems::Cases::CaseDefinition
Definition A CaseDefinition is a CalculationDefinition for a process, often involving collecting evidence or data, relative to a subject, possibly involving the collaboration of one or more other actors, producing a result that meets an objective.
Is Abstract FALSE
Generalizations CalculationDefinition
Specializations AnalysisCaseDefinition UseCaseDefinition VerificationCaseDefinition
Containers

Properties

Name Type Default Description Inheritance
action ActionUsage [0..*] {derived} {ordered} {subsetted: Behavior.step} {subsetted: Definition.usage} {many-to-many:ActionDefinition.featuringActionDefinition} The ActionUsages that are steps in this ActionDefinition, which define the actions that specify the behavior of the ActionDefinition. ActionDefinition
actorParameter PartUsage [0..*] {derived} {ordered} {subsetted: Behavior.parameter} {subsetted: Definition.usage} The parameters of this CaseDefinition that represent actors involved in the case. CaseDefinition
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
calculation CalculationUsage [0..*] {derived} {ordered} {subsetted: ActionDefinition.action} {subsetted: Function.expression} {many-to-many:CalculationDefinition.featuringCalculationDefinition} The actions of this CalculationDefinition that are CalculationUsages. CalculationDefinition
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
differencingType Type [0..*] {derived} {ordered} {many-to-many:Type.differencedType} The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
directedFeature Feature [0..*] {derived} {ordered} {redefined} {subsetted: Type.feature} {many-to-many:Type.typeWithDirectedFeature} The features of this Type that have a non-null direction. Type
directedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {subsetted: Definition.usage} {many-to-many:Definition.definitionWithDirectedUsage} The usages of this Definition that are directedFeatures. Definition
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
endFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithEndFeature} All features of this Type with isEnd = true. Type
expression Expression [0..*] {derived} {subsetted: Behavior.step} {many-to-many:Function.computedFunction} The Expressions that are steps in the calculation of the result of this Function. Function
feature Feature [0..*] {derived} {ordered} {subsetted: Namespace.member} {many-to-many:Type.typeWithFeature} The ownedMemberFeatures of the featureMemberships of this Type. Type
featureMembership FeatureMembership [0..*] {derived} {ordered} {many-to-many:Type.type} The FeatureMemberships for features of this Type, which include all ownedFeatureMemberships and those inheritedMemberships that are FeatureMemberships (but does not include any importedMemberships). Type
importedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Namespace.importingNamespace} The Memberships in this Namespace that result from the ownedImports of this Namespace. Namespace
inheritedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.inheritingType} All the memberFeatures of the inheritedMemberships of this Type that are FeatureMemberships. Type
inheritedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Type.inheritingType} All Memberships inherited by this Type via Specialization or Conjugation. These are included in the derived union for the memberships of the Type. Type
input Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithInput} All features related to this Type by FeatureMemberships that have direction in or inout. Type
intersectingType Type [0..*] {derived} {ordered} {many-to-many:Type.intersectedType} The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
isAbstract Boolean [1..1] Indicates whether instances of this Type must also be instances of at least one of its specialized Types. Type
isConjugated Boolean [1..1] {derived} Indicates whether this Type has an ownedConjugator. Type
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isIndividual Boolean [1..1] Whether this OccurrenceDefinition is constrained to represent at most one thing. OccurrenceDefinition
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
isModelLevelEvaluable Boolean [1..1] {derived} Whether this Function can be used as the function of a model-level evaluable InvocationExpression. Certain Functions from the Kernel Functions Library are considered to have isModelLevelEvaluable = true. For all other Functions it is false.Note: See the specification of the KerML concrete syntax notation for Expressions for an identification of which library Functions are model-level evaluable. Function
isSufficient Boolean [1..1] Whether all things that meet the classification conditions of this Type must be classified by the Type.(A Type gives conditions that must be met by whatever it classifies, but when isSufficient is false, things may meet those conditions but still not be classified by the Type. For example, a Type Car that is not sufficient could require everything it classifies to have four wheels, but not all four wheeled things would classify as cars. However, if the Type Car were sufficient, it would classify all four-wheeled things.) Type
isVariation Boolean [1..1] Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships. Definition
member Element [0..*] {derived} {ordered} {many-to-many:Namespace.namespace} The set of all member Elements of this Namespace, which are the memberElements of all memberships of the Namespace. Namespace
membership Membership [0..*] {derived} {derived-union} {ordered} {many-to-many:Namespace.membershipNamespace} All Memberships in this Namespace, including (at least) the union of ownedMemberships and importedMemberships. Namespace
multiplicity Multiplicity [0..1] {derived} {subsetted: Namespace.ownedMember} An ownedMember of this Type that is a Multiplicity, which constraints the cardinality of the Type. If there is no such ownedMember, then the cardinality of this Type is constrained by all the Multiplicity constraints applicable to any direct supertypes. Type
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
objectiveRequirement RequirementUsage [0..1] {derived} {ordered} {subsetted: Definition.usage} The RequirementUsage representing the objective of this CaseDefinition. CaseDefinition
output Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithOutput} All features related to this Type by FeatureMemberships that have direction out or inout. Type
ownedAction ActionUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedOccurrence} The ActionUsages that are ownedUsages of this Definition. Definition
ownedAllocation AllocationUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedConnection} The AllocationUsages that are ownedUsages of this Definition. Definition
ownedAnalysisCase AnalysisCaseUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedCase} The AnalysisCaseUsages that are ownedUsages of this Definition. Definition
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedAttribute AttributeUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The AttributeUsages that are ownedUsages of this Definition. Definition
ownedCalculation CalculationUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedAction} The CalculationUsages that are ownedUsages of this Definition. Definition
ownedCase CaseUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedCalculation} The code>CaseUsages that are ownedUsages of this Definition. Definition
ownedConcern ConcernUsage [0..*] {derived} {subsetted: Definition.ownedRequirement} The ConcernUsages that are ownedUsages of this Definition. Definition
ownedConjugator Conjugation [0..1] {composite} {derived} {subsetted: A_conjugatedType_conjugator.conjugator} {subsetted: Element.ownedRelationship} A Conjugation owned by this Type for which the Type is the originalType. Type
ownedConnection ConnectorAsUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The ConnectorAsUsages that are ownedUsages of this Definition. Note that this list includes BindingConnectorAsUsages, SuccessionAsUsages, and FlowUsages because these are ConnectorAsUsages even though they are not ConnectionUsages. Definition
ownedConstraint ConstraintUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedOccurrence} The ConstraintUsages that are ownedUsages of this Definition. Definition
ownedDifferencing Differencing [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Differencings, having this Type as their typeDifferenced. Type
ownedDisjoining Disjoining [0..*] {composite} {derived} {subsetted: Element.ownedRelationship} {subsetted: A_disjoiningTypeDisjoining_typeDisjoined.disjoiningTypeDisjoining} The ownedRelationships of this Type that are Disjoinings, for which the Type is the typeDisjoined Type. Type
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedEndFeature Feature [0..*] {derived} {ordered} {subsetted: Type.endFeature} {subsetted: Type.ownedFeature} All endFeatures of this Type that are ownedFeatures. Type
ownedEnumeration EnumerationUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedAttribute} The EnumerationUsages that are ownedUsages of this Definition. Definition
ownedFeature Feature [0..*] {derived} {ordered} {subsetted: Namespace.ownedMember} The ownedMemberFeatures of the ownedFeatureMemberships of this Type. Type
ownedFeatureMembership FeatureMembership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.ownedMembership} {subsetted: Type.featureMembership} The ownedMemberships of this Type that are FeatureMemberships, for which the Type is the owningType. Each such FeatureMembership identifies an ownedFeature of the Type. Type
ownedFlow FlowUsage [0..*] {derived} {subsetted: Definition.ownedConnection} The FlowUsages that are ownedUsages of this Definition. Definition
ownedImport Import [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Namespace that are Imports, for which the Namespace is the importOwningNamespace. Namespace
ownedInterface InterfaceUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedConnection} The InterfaceUsages that are ownedUsages of this Definition. Definition
ownedIntersecting Intersecting [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Intersectings, have the Type as their typeIntersected. Type
ownedItem ItemUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedOccurrence} The ItemUsages that are ownedUsages of this Definition. Definition
ownedMember Element [0..*] {derived} {ordered} {subsetted: Namespace.member} The owned members of this Namespace, which are the ownedMemberElements of the ownedMemberships of the Namespace. Namespace
ownedMembership Membership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.membership} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Namespace that are Memberships, for which the Namespace is the membershipOwningNamespace. Namespace
ownedMetadata MetadataUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedItem} The MetadataUsages that are ownedUsages of this Definition. Definition
ownedOccurrence OccurrenceUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The OccurrenceUsages that are ownedUsages of this Definition. Definition
ownedPart PartUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedItem} The PartUsages that are ownedUsages of this Definition. Definition
ownedPort PortUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The PortUsages that are ownedUsages of this Definition. Definition
ownedReference ReferenceUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The ReferenceUsages that are ownedUsages of this Definition. Definition
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
ownedRendering RenderingUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedPart} The RenderingUsages that are ownedUsages of this Definition. Definition
ownedRequirement RequirementUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedConstraint} The RequirementUsages that are ownedUsages of this Definition. Definition
ownedSpecialization Specialization [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_specific_specialization.specialization} The ownedRelationships of this Type that are Specializations, for which the Type is the specific Type. Type
ownedState StateUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedAction} The StateUsages that are ownedUsages of this Definition. Definition
ownedSubclassification Subclassification [0..*] {composite} {derived} {subsetted: Type.ownedSpecialization} The ownedSpecializations of this Classifier that are Subclassifications, for which this Classifier is the subclassifier. Classifier
ownedTransition TransitionUsage [0..*] {derived} {subsetted: Definition.ownedUsage} The TransitionUsages that are ownedUsages of this Definition. Definition
ownedUnioning Unioning [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Type that are Unionings, having the Type as their typeUnioned. Type
ownedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.ownedFeature} {subsetted: Definition.usage} The Usages that are ownedFeatures of this Definition. Definition
ownedUseCase UseCaseUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedCase} The UseCaseUsages that are ownedUsages of this Definition. Definition
ownedVerificationCase VerificationCaseUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedCase} The VerificationCaseUsages that are ownedUsages of this Definition. Definition
ownedView ViewUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedPart} The ViewUsages that are ownedUsages of this Definition. Definition
ownedViewpoint ViewpointUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedRequirement} The ViewpointUsages that are ownedUsages of this Definition. Definition
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
parameter Feature [0..*] {derived} {ordered} {many-to-many:Behavior.parameteredBehavior} The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior. Behavior
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
result Feature [1..1] {derived} {subsetted: Type.output} {subsetted: Behavior.parameter} The object or value that is the result of evaluating the Function. Function
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
step Step [0..*] {derived} {subsetted: Type.feature} {many-to-many:Behavior.featuringBehavior} The Steps that make up this Behavior. Behavior
subjectParameter Usage [1..1] {derived} {subsetted: Behavior.parameter} {subsetted: Definition.usage} The parameter of this CaseDefinition that represents its subject. CaseDefinition
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element
unioningType Type [0..*] {derived} {ordered} {many-to-many:Type.unionedType} The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general. Type
usage Usage [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Definition.featuringDefinition} The Usages that are features of this Definition (not necessarily owned). Definition
variant Usage [0..*] {derived} {subsetted: Namespace.ownedMember} The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants. Definition
variantMembership VariantMembership [0..*] {composite} {derived} {subsetted: Namespace.ownedMembership} The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty. Definition

CaseUsage [Class]

Features

Name Description
Fully Qualified Name SysML::Systems::Cases::CaseUsage
Definition A CaseUsage is a Usage of a CaseDefinition.
Is Abstract FALSE
Generalizations CalculationUsage
Specializations AnalysisCaseUsage UseCaseUsage VerificationCaseUsage
Containers

Properties

Name Type Default Description Inheritance
actionDefinition Behavior [0..*] {derived} {ordered} {redefined} {many-to-many:ActionUsage.definedAction} The Behaviors that are the types of this ActionUsage. Nominally, these would be ActionDefinitions, but other kinds of Kernel Behaviors are also allowed, to permit use of Behaviors from the Kernel Model Libraries. ActionUsage
actorParameter PartUsage [0..*] {derived} {ordered} {subsetted: Step.parameter} {subsetted: Usage.usage} The parameters of this CaseUsage that represent actors involved in the case. CaseUsage
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
behavior Behavior [0..*] {derived} {ordered} {redefined} {subsetted: Feature.type} {many-to-many:Step.typedStep} The Behaviors that type this Step. Step
calculationDefinition Function [0..1] {derived} {ordered} {redefined} The Function that is the type of this CalculationUsage. Nominally, this would be a CalculationDefinition, but a kernel Function is also allowed, to permit use of Functions from the Kernel Model Libraries. CalculationUsage
caseDefinition CaseDefinition [0..1] {derived} The CaseDefinition that is the type of this CaseUsage. CaseUsage
chainingFeature Feature [0..*] {derived} {ordered} {many-to-many:Feature.chainedFeature} The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature. Feature
crossFeature Feature [0..1] {derived} The second chainingFeature of the crossedFeature of the ownedCrossSubsetting of this Feature, if it has one. Semantically, the values of the crossFeature of an end Feature must include all values of the end Feature obtained when navigating from values of the other end Features of the same owningType. Feature
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
definition Classifier [0..*] {derived} {ordered} {redefined} {many-to-many:Usage.definedUsage} The Classifiers that are the types of this Usage. Nominally, these are Definitions, but other kinds of Kernel Classifiers are also allowed, to permit use of Classifiers from the Kernel Model Libraries. Usage
differencingType Type [0..*] {derived} {ordered} {many-to-many:Type.differencedType} The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
directedFeature Feature [0..*] {derived} {ordered} {redefined} {subsetted: Type.feature} {many-to-many:Type.typeWithDirectedFeature} The features of this Type that have a non-null direction. Type
directedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {subsetted: Usage.usage} {many-to-many:Usage.usageWithDirectedUsage} The usages of this Usage that are directedFeatures. Usage
direction FeatureDirectionKind [0..1] Indicates how values of this Feature are determined or used (as specified for the FeatureDirectionKind). Feature
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
endFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithEndFeature} All features of this Type with isEnd = true. Type
endOwningType Type [0..1] {derived} {subsetted: A_endFeature_typeWithEndFeature.typeWithEndFeature} {subsetted: Feature.owningType} The Type that is related to this Feature by an EndFeatureMembership in which the Feature is an ownedMemberFeature. Feature
feature Feature [0..*] {derived} {ordered} {subsetted: Namespace.member} {many-to-many:Type.typeWithFeature} The ownedMemberFeatures of the featureMemberships of this Type. Type
featureMembership FeatureMembership [0..*] {derived} {ordered} {many-to-many:Type.type} The FeatureMemberships for features of this Type, which include all ownedFeatureMemberships and those inheritedMemberships that are FeatureMemberships (but does not include any importedMemberships). Type
featureTarget Feature [1..1] {derived} The last of the chainingFeatures of this Feature, if it has any. Otherwise, this Feature itself. Feature
featuringType Type [0..*] {derived} {ordered} {many-to-many:Feature.featureOfType} Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature. Feature
function Function [0..1] {derived} {redefined} The Function that types this Expression. Expression
importedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Namespace.importingNamespace} The Memberships in this Namespace that result from the ownedImports of this Namespace. Namespace
individualDefinition OccurrenceDefinition [0..1] {derived} {subsetted: OccurrenceUsage.occurrenceDefinition} The at most one occurrenceDefinition that has isIndividual = true. OccurrenceUsage
inheritedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.inheritingType} All the memberFeatures of the inheritedMemberships of this Type that are FeatureMemberships. Type
inheritedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Type.inheritingType} All Memberships inherited by this Type via Specialization or Conjugation. These are included in the derived union for the memberships of the Type. Type
input Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithInput} All features related to this Type by FeatureMemberships that have direction in or inout. Type
intersectingType Type [0..*] {derived} {ordered} {many-to-many:Type.intersectedType} The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
isAbstract Boolean [1..1] Indicates whether instances of this Type must also be instances of at least one of its specialized Types. Type
isComposite Boolean [1..1] Whether the Feature is a composite feature of its featuringType. If so, the values of the Feature cannot exist after its featuring instance no longer does and cannot be values of another composite feature that is not on the same featuring instance. Feature
isConjugated Boolean [1..1] {derived} Indicates whether this Type has an ownedConjugator. Type
isConstant Boolean [1..1] If isVariable is true, then whether the value of this Feature nevertheless does not change over all snapshots of its owningType. Feature
isDerived Boolean [1..1] Whether the values of this Feature can always be computed from the values of other Features. Feature
isEnd Boolean [1..1] Whether or not this Feature is an end Feature. An end Feature always has multiplicity 1, mapping each of its domain instances to a single co-domain instance. However, it may have a crossFeature, in which case values of the crossFeature must be the same as those found by navigation across instances of the owningType from values of other end Features to values of this Feature. If the owningType has n end Features, then the multiplicity, ordering, and uniqueness declared for the crossFeature of any one of these end Features constrains the cardinality, ordering, and uniqueness of the collection of values of that Feature reached by navigation when the values of the other n-1 end Features are held fixed. Feature
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isIndividual Boolean [1..1] Whether this OccurrenceUsage represents the usage of the specific individual represented by its individualDefinition. OccurrenceUsage
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
isModelLevelEvaluable Boolean [1..1] {derived} Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model. Expression
isOrdered Boolean [1..1] Whether an order exists for the values of this Feature or not. Feature
isPortion Boolean [1..1] Whether the values of this Feature are contained in the space and time of instances of the domain of the Feature and represent the same thing as those instances. Feature
isReference Boolean [1..1] {derived} Whether this Usage is a referential Usage, that is, it has isComposite = false. Usage
isSufficient Boolean [1..1] Whether all things that meet the classification conditions of this Type must be classified by the Type.(A Type gives conditions that must be met by whatever it classifies, but when isSufficient is false, things may meet those conditions but still not be classified by the Type. For example, a Type Car that is not sufficient could require everything it classifies to have four wheels, but not all four wheeled things would classify as cars. However, if the Type Car were sufficient, it would classify all four-wheeled things.) Type
isUnique Boolean [1..1] Whether or not values for this Feature must have no duplicates or not. Feature
isVariable Boolean [1..1] {redefined} Whether the value of this Feature might vary over time. That is, whether the Feature may have a different value for each snapshot of an owningType that is an Occurrence. Feature
isVariation Boolean [1..1] Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships. Usage
mayTimeVary Boolean [1..1] {derived} Whether this Usage may be time varying (that is, whether it is featured by the snapshots of its owningType, rather than being featured by the owningType itself). However, if isConstant is also true, then the value of the Usage is nevertheless constant over the entire duration of an instance of its owningType (that is, it has the same value on all snapshots).The property mayTimeVary redefines the KerML property Feature::isVariable, making it derived. The property isConstant is inherited from Feature. Usage
member Element [0..*] {derived} {ordered} {many-to-many:Namespace.namespace} The set of all member Elements of this Namespace, which are the memberElements of all memberships of the Namespace. Namespace
membership Membership [0..*] {derived} {derived-union} {ordered} {many-to-many:Namespace.membershipNamespace} All Memberships in this Namespace, including (at least) the union of ownedMemberships and importedMemberships. Namespace
multiplicity Multiplicity [0..1] {derived} {subsetted: Namespace.ownedMember} An ownedMember of this Type that is a Multiplicity, which constraints the cardinality of the Type. If there is no such ownedMember, then the cardinality of this Type is constrained by all the Multiplicity constraints applicable to any direct supertypes. Type
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
nestedAction ActionUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ActionUsages that are nestedUsages of this Usage. Usage
nestedAllocation AllocationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConnection} The AllocationUsages that are nestedUsages of this Usage. Usage
nestedAnalysisCase AnalysisCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The AnalysisCaseUsages that are nestedUsages of this Usage. Usage
nestedAttribute AttributeUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The code>AttributeUsages that are nestedUsages of this Usage. Usage
nestedCalculation CalculationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAction} The CalculationUsage that are nestedUsages of this Usage. Usage
nestedCase CaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCalculation} The CaseUsages that are nestedUsages of this Usage. Usage
nestedConcern ConcernUsage [0..*] {derived} {subsetted: Usage.nestedRequirement} The ConcernUsages that are nestedUsages of this Usage. Usage
nestedConnection ConnectorAsUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The ConnectorAsUsages that are nestedUsages of this Usage. Note that this list includes BindingConnectorAsUsages, SuccessionAsUsages, and FlowConnectionUsages because these are ConnectorAsUsages even though they are not ConnectionUsages. Usage
nestedConstraint ConstraintUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ConstraintUsages that are nestedUsages of this Usage. Usage
nestedEnumeration EnumerationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAttribute} The code>EnumerationUsages that are nestedUsages of this Usage. Usage
nestedFlow FlowUsage [0..*] {derived} {subsetted: Usage.nestedConnection} The code>FlowUsages that are nestedUsages of this Usage. Usage
nestedInterface InterfaceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConnection} The InterfaceUsages that are nestedUsages of this Usage. Usage
nestedItem ItemUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ItemUsages that are nestedUsages of this Usage. Usage
nestedMetadata MetadataUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedItem} The MetadataUsages that are nestedUsages of this of this Usage. Usage
nestedOccurrence OccurrenceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The OccurrenceUsages that are nestedUsages of this Usage. Usage
nestedPart PartUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedItem} The PartUsages that are nestedUsages of this Usage. Usage
nestedPort PortUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The PortUsages that are nestedUsages of this Usage. Usage
nestedReference ReferenceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The ReferenceUsages that are nestedUsages of this Usage. Usage
nestedRendering RenderingUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedPart} The RenderingUsages that are nestedUsages of this Usage. Usage
nestedRequirement RequirementUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConstraint} The RequirementUsages that are nestedUsages of this Usage. Usage
nestedState StateUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAction} The StateUsages that are nestedUsages of this Usage. Usage
nestedTransition TransitionUsage [0..*] {derived} {subsetted: Usage.nestedUsage} The TransitionUsages that are nestedUsages of this Usage. Usage
nestedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.ownedFeature} {subsetted: Usage.usage} The Usages that are ownedFeatures of this Usage. Usage
nestedUseCase UseCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The UseCaseUsages that are nestedUsages of this Usage. Usage
nestedVerificationCase VerificationCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The VerificationCaseUsages that are nestedUsages of this Usage. Usage
nestedView ViewUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedPart} The ViewUsages that are nestedUsages of this Usage. Usage
nestedViewpoint ViewpointUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedRequirement} The ViewpointUsages that are nestedUsages of this Usage. Usage
objectiveRequirement RequirementUsage [0..1] {derived} {ordered} {subsetted: Usage.usage} The RequirementUsage representing the objective of this CaseUsage. CaseUsage
occurrenceDefinition Class [0..*] {derived} {ordered} {redefined} {many-to-many:OccurrenceUsage.definedOccurrence} The Classes that are the types of this OccurrenceUsage. Nominally, these are OccurrenceDefinitions, but other kinds of kernel Classes are also allowed, to permit use of Classes from the Kernel Model Libraries. OccurrenceUsage
output Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithOutput} All features related to this Type by FeatureMemberships that have direction out or inout. Type
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedConjugator Conjugation [0..1] {composite} {derived} {subsetted: A_conjugatedType_conjugator.conjugator} {subsetted: Element.ownedRelationship} A Conjugation owned by this Type for which the Type is the originalType. Type
ownedCrossSubsetting CrossSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a CrossSubsetting}, for which the Feature is the crossingFeature. Feature
ownedDifferencing Differencing [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Differencings, having this Type as their typeDifferenced. Type
ownedDisjoining Disjoining [0..*] {composite} {derived} {subsetted: Element.ownedRelationship} {subsetted: A_disjoiningTypeDisjoining_typeDisjoined.disjoiningTypeDisjoining} The ownedRelationships of this Type that are Disjoinings, for which the Type is the typeDisjoined Type. Type
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedEndFeature Feature [0..*] {derived} {ordered} {subsetted: Type.endFeature} {subsetted: Type.ownedFeature} All endFeatures of this Type that are ownedFeatures. Type
ownedFeature Feature [0..*] {derived} {ordered} {subsetted: Namespace.ownedMember} The ownedMemberFeatures of the ownedFeatureMemberships of this Type. Type
ownedFeatureChaining FeatureChaining [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Feature that are FeatureChainings, for which the Feature will be the featureChained. Feature
ownedFeatureInverting FeatureInverting [0..*] {composite} {derived} {subsetted: A_invertingFeatureInverting_featureInverted.invertingFeatureInverting} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are FeatureInvertings and for which the Feature is the featureInverted. Feature
ownedFeatureMembership FeatureMembership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.ownedMembership} {subsetted: Type.featureMembership} The ownedMemberships of this Type that are FeatureMemberships, for which the Type is the owningType. Each such FeatureMembership identifies an ownedFeature of the Type. Type
ownedImport Import [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Namespace that are Imports, for which the Namespace is the importOwningNamespace. Namespace
ownedIntersecting Intersecting [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Intersectings, have the Type as their typeIntersected. Type
ownedMember Element [0..*] {derived} {ordered} {subsetted: Namespace.member} The owned members of this Namespace, which are the ownedMemberElements of the ownedMemberships of the Namespace. Namespace
ownedMembership Membership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.membership} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Namespace that are Memberships, for which the Namespace is the membershipOwningNamespace. Namespace
ownedRedefinition Redefinition [0..*] {composite} {derived} {subsetted: Feature.ownedSubsetting} The ownedSubsettings of this Feature that are Redefinitions, for which the Feature is the redefiningFeature. Feature
ownedReferenceSubsetting ReferenceSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a ReferenceSubsetting, for which the Feature is the referencingFeature. Feature
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
ownedSpecialization Specialization [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_specific_specialization.specialization} The ownedRelationships of this Type that are Specializations, for which the Type is the specific Type. Type
ownedSubsetting Subsetting [0..*] {composite} {derived} {subsetted: Type.ownedSpecialization} {subsetted: A_subsettingFeature_subsetting.subsetting} The ownedSpecializations of this Feature that are Subsettings, for which the Feature is the subsettingFeature. Feature
ownedTypeFeaturing TypeFeaturing [0..*] {composite} {derived} {ordered} {subsetted: A_featureOfType_typeFeaturing.typeFeaturing} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are TypeFeaturings and for which the Feature is the featureOfType. Feature
ownedTyping FeatureTyping [0..*] {composite} {derived} {ordered} {subsetted: Type.ownedSpecialization} {subsetted: A_typing_typedFeature.typing} The ownedSpecializations of this Feature that are FeatureTypings, for which the Feature is the typedFeature. Feature
ownedUnioning Unioning [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Type that are Unionings, having the Type as their typeUnioned. Type
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningDefinition Definition [0..1] {derived} {subsetted: Feature.owningType} {subsetted: A_usage_featuringDefinition.featuringDefinition} The Definition that owns this Usage (if any). Usage
owningFeatureMembership FeatureMembership [0..1] {derived} {subsetted: Element.owningMembership} The FeatureMembership that owns this Feature as an ownedMemberFeature, determining its owningType. Feature
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
owningType Type [0..1] {derived} {subsetted: A_typeWithFeature_feature.typeWithFeature} {subsetted: Element.owningNamespace} {subsetted: Feature.featuringType} The Type that is the owningType of the owningFeatureMembership of this Feature. Feature
owningUsage Usage [0..1] {derived} {subsetted: Feature.owningType} The Usage in which this Usage is nested (if any). Usage
parameter Feature [0..*] {derived} {ordered} {many-to-many:Step.parameteredStep} The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step. Step
portionKind PortionKind [0..1] The kind of temporal portion (time slice or snapshot) is represented by this OccurrenceUsage. If portionKind is not null, then the owningType of the OccurrenceUsage must be non-null, and the OccurrenceUsage represents portions of the featuring instance of the owningType. OccurrenceUsage
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
result Feature [1..1] {derived} {subsetted: Type.output} {subsetted: Step.parameter} An output parameter of the Expression whose value is the result of the Expression. The result of an Expression is either inherited from its function or it is related to the Expression via a ReturnParameterMembership, in which case it redefines the result parameter of its function. Expression
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
subjectParameter Usage [1..1] {derived} {subsetted: Step.parameter} {subsetted: Usage.usage} The parameter of this CaseUsage that represents its subject. CaseUsage
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element
type Type [0..*] {derived} {ordered} {redefined} {many-to-many:Feature.typedFeature} Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature. Feature
unioningType Type [0..*] {derived} {ordered} {many-to-many:Type.unionedType} The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general. Type
usage Usage [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Usage.featuringUsage} The Usages that are features of this Usage (not necessarily owned). Usage
variant Usage [0..*] {derived} {subsetted: Namespace.ownedMember} The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants. Usage
variantMembership VariantMembership [0..*] {composite} {derived} {subsetted: Namespace.ownedMembership} The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty. Usage

Class [Class]

Features

Name Description
Fully Qualified Name SysML::Kernel::Classes::Class
Definition A Class is a Classifier of things (in the universe) that can be distinguished without regard to how they are related to other things (via Features). This means multiple things classified by the same Class can be distinguished, even when they are related other things in exactly the same way.
Is Abstract FALSE
Generalizations Classifier
Specializations Behavior OccurrenceDefinition Structure
Containers

Properties

Name Type Default Description Inheritance
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
differencingType Type [0..*] {derived} {ordered} {many-to-many:Type.differencedType} The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
directedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithDirectedFeature} The features of this Type that have a non-null direction. Type
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
endFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithEndFeature} All features of this Type with isEnd = true. Type
feature Feature [0..*] {derived} {ordered} {subsetted: Namespace.member} {many-to-many:Type.typeWithFeature} The ownedMemberFeatures of the featureMemberships of this Type. Type
featureMembership FeatureMembership [0..*] {derived} {ordered} {many-to-many:Type.type} The FeatureMemberships for features of this Type, which include all ownedFeatureMemberships and those inheritedMemberships that are FeatureMemberships (but does not include any importedMemberships). Type
importedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Namespace.importingNamespace} The Memberships in this Namespace that result from the ownedImports of this Namespace. Namespace
inheritedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.inheritingType} All the memberFeatures of the inheritedMemberships of this Type that are FeatureMemberships. Type
inheritedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Type.inheritingType} All Memberships inherited by this Type via Specialization or Conjugation. These are included in the derived union for the memberships of the Type. Type
input Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithInput} All features related to this Type by FeatureMemberships that have direction in or inout. Type
intersectingType Type [0..*] {derived} {ordered} {many-to-many:Type.intersectedType} The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
isAbstract Boolean [1..1] Indicates whether instances of this Type must also be instances of at least one of its specialized Types. Type
isConjugated Boolean [1..1] {derived} Indicates whether this Type has an ownedConjugator. Type
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
isSufficient Boolean [1..1] Whether all things that meet the classification conditions of this Type must be classified by the Type.(A Type gives conditions that must be met by whatever it classifies, but when isSufficient is false, things may meet those conditions but still not be classified by the Type. For example, a Type Car that is not sufficient could require everything it classifies to have four wheels, but not all four wheeled things would classify as cars. However, if the Type Car were sufficient, it would classify all four-wheeled things.) Type
member Element [0..*] {derived} {ordered} {many-to-many:Namespace.namespace} The set of all member Elements of this Namespace, which are the memberElements of all memberships of the Namespace. Namespace
membership Membership [0..*] {derived} {derived-union} {ordered} {many-to-many:Namespace.membershipNamespace} All Memberships in this Namespace, including (at least) the union of ownedMemberships and importedMemberships. Namespace
multiplicity Multiplicity [0..1] {derived} {subsetted: Namespace.ownedMember} An ownedMember of this Type that is a Multiplicity, which constraints the cardinality of the Type. If there is no such ownedMember, then the cardinality of this Type is constrained by all the Multiplicity constraints applicable to any direct supertypes. Type
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
output Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithOutput} All features related to this Type by FeatureMemberships that have direction out or inout. Type
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedConjugator Conjugation [0..1] {composite} {derived} {subsetted: A_conjugatedType_conjugator.conjugator} {subsetted: Element.ownedRelationship} A Conjugation owned by this Type for which the Type is the originalType. Type
ownedDifferencing Differencing [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Differencings, having this Type as their typeDifferenced. Type
ownedDisjoining Disjoining [0..*] {composite} {derived} {subsetted: Element.ownedRelationship} {subsetted: A_disjoiningTypeDisjoining_typeDisjoined.disjoiningTypeDisjoining} The ownedRelationships of this Type that are Disjoinings, for which the Type is the typeDisjoined Type. Type
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedEndFeature Feature [0..*] {derived} {ordered} {subsetted: Type.endFeature} {subsetted: Type.ownedFeature} All endFeatures of this Type that are ownedFeatures. Type
ownedFeature Feature [0..*] {derived} {ordered} {subsetted: Namespace.ownedMember} The ownedMemberFeatures of the ownedFeatureMemberships of this Type. Type
ownedFeatureMembership FeatureMembership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.ownedMembership} {subsetted: Type.featureMembership} The ownedMemberships of this Type that are FeatureMemberships, for which the Type is the owningType. Each such FeatureMembership identifies an ownedFeature of the Type. Type
ownedImport Import [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Namespace that are Imports, for which the Namespace is the importOwningNamespace. Namespace
ownedIntersecting Intersecting [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Intersectings, have the Type as their typeIntersected. Type
ownedMember Element [0..*] {derived} {ordered} {subsetted: Namespace.member} The owned members of this Namespace, which are the ownedMemberElements of the ownedMemberships of the Namespace. Namespace
ownedMembership Membership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.membership} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Namespace that are Memberships, for which the Namespace is the membershipOwningNamespace. Namespace
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
ownedSpecialization Specialization [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_specific_specialization.specialization} The ownedRelationships of this Type that are Specializations, for which the Type is the specific Type. Type
ownedSubclassification Subclassification [0..*] {composite} {derived} {subsetted: Type.ownedSpecialization} The ownedSpecializations of this Classifier that are Subclassifications, for which this Classifier is the subclassifier. Classifier
ownedUnioning Unioning [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Type that are Unionings, having the Type as their typeUnioned. Type
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element
unioningType Type [0..*] {derived} {ordered} {many-to-many:Type.unionedType} The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general. Type

Classifier [Class]

Features

Name Description
Fully Qualified Name SysML::Core::Classifiers::Classifier
Definition A Classifier is a Type that classifies:
  • Things (in the universe) regardless of how Features relate them. (These are interpreted semantically as sequences of exactly one thing.)
  • How the above things are related by Features. (These are interpreted semantically as sequences of multiple things, such that the last thing in the sequence is also classified by the Classifier. Note that this means that a Classifier modeled as specializing a Feature cannot classify anything.)
Is Abstract FALSE
Generalizations Type
Specializations Association Class DataType Definition
Containers

Properties

Name Type Default Description Inheritance
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
differencingType Type [0..*] {derived} {ordered} {many-to-many:Type.differencedType} The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
directedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithDirectedFeature} The features of this Type that have a non-null direction. Type
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
endFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithEndFeature} All features of this Type with isEnd = true. Type
feature Feature [0..*] {derived} {ordered} {subsetted: Namespace.member} {many-to-many:Type.typeWithFeature} The ownedMemberFeatures of the featureMemberships of this Type. Type
featureMembership FeatureMembership [0..*] {derived} {ordered} {many-to-many:Type.type} The FeatureMemberships for features of this Type, which include all ownedFeatureMemberships and those inheritedMemberships that are FeatureMemberships (but does not include any importedMemberships). Type
importedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Namespace.importingNamespace} The Memberships in this Namespace that result from the ownedImports of this Namespace. Namespace
inheritedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.inheritingType} All the memberFeatures of the inheritedMemberships of this Type that are FeatureMemberships. Type
inheritedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Type.inheritingType} All Memberships inherited by this Type via Specialization or Conjugation. These are included in the derived union for the memberships of the Type. Type
input Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithInput} All features related to this Type by FeatureMemberships that have direction in or inout. Type
intersectingType Type [0..*] {derived} {ordered} {many-to-many:Type.intersectedType} The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
isAbstract Boolean [1..1] Indicates whether instances of this Type must also be instances of at least one of its specialized Types. Type
isConjugated Boolean [1..1] {derived} Indicates whether this Type has an ownedConjugator. Type
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
isSufficient Boolean [1..1] Whether all things that meet the classification conditions of this Type must be classified by the Type.(A Type gives conditions that must be met by whatever it classifies, but when isSufficient is false, things may meet those conditions but still not be classified by the Type. For example, a Type Car that is not sufficient could require everything it classifies to have four wheels, but not all four wheeled things would classify as cars. However, if the Type Car were sufficient, it would classify all four-wheeled things.) Type
member Element [0..*] {derived} {ordered} {many-to-many:Namespace.namespace} The set of all member Elements of this Namespace, which are the memberElements of all memberships of the Namespace. Namespace
membership Membership [0..*] {derived} {derived-union} {ordered} {many-to-many:Namespace.membershipNamespace} All Memberships in this Namespace, including (at least) the union of ownedMemberships and importedMemberships. Namespace
multiplicity Multiplicity [0..1] {derived} {subsetted: Namespace.ownedMember} An ownedMember of this Type that is a Multiplicity, which constraints the cardinality of the Type. If there is no such ownedMember, then the cardinality of this Type is constrained by all the Multiplicity constraints applicable to any direct supertypes. Type
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
output Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithOutput} All features related to this Type by FeatureMemberships that have direction out or inout. Type
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedConjugator Conjugation [0..1] {composite} {derived} {subsetted: A_conjugatedType_conjugator.conjugator} {subsetted: Element.ownedRelationship} A Conjugation owned by this Type for which the Type is the originalType. Type
ownedDifferencing Differencing [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Differencings, having this Type as their typeDifferenced. Type
ownedDisjoining Disjoining [0..*] {composite} {derived} {subsetted: Element.ownedRelationship} {subsetted: A_disjoiningTypeDisjoining_typeDisjoined.disjoiningTypeDisjoining} The ownedRelationships of this Type that are Disjoinings, for which the Type is the typeDisjoined Type. Type
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedEndFeature Feature [0..*] {derived} {ordered} {subsetted: Type.endFeature} {subsetted: Type.ownedFeature} All endFeatures of this Type that are ownedFeatures. Type
ownedFeature Feature [0..*] {derived} {ordered} {subsetted: Namespace.ownedMember} The ownedMemberFeatures of the ownedFeatureMemberships of this Type. Type
ownedFeatureMembership FeatureMembership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.ownedMembership} {subsetted: Type.featureMembership} The ownedMemberships of this Type that are FeatureMemberships, for which the Type is the owningType. Each such FeatureMembership identifies an ownedFeature of the Type. Type
ownedImport Import [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Namespace that are Imports, for which the Namespace is the importOwningNamespace. Namespace
ownedIntersecting Intersecting [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Intersectings, have the Type as their typeIntersected. Type
ownedMember Element [0..*] {derived} {ordered} {subsetted: Namespace.member} The owned members of this Namespace, which are the ownedMemberElements of the ownedMemberships of the Namespace. Namespace
ownedMembership Membership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.membership} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Namespace that are Memberships, for which the Namespace is the membershipOwningNamespace. Namespace
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
ownedSpecialization Specialization [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_specific_specialization.specialization} The ownedRelationships of this Type that are Specializations, for which the Type is the specific Type. Type
ownedSubclassification Subclassification [0..*] {composite} {derived} {subsetted: Type.ownedSpecialization} The ownedSpecializations of this Classifier that are Subclassifications, for which this Classifier is the subclassifier. Classifier
ownedUnioning Unioning [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Type that are Unionings, having the Type as their typeUnioned. Type
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element
unioningType Type [0..*] {derived} {ordered} {many-to-many:Type.unionedType} The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general. Type

CollectExpression [Class]

Features

Name Description
Fully Qualified Name SysML::Kernel::Expressions::CollectExpression
Definition A CollectExpression is an OperatorExpression whose operator is "collect", which resolves to the Function ControlFunctions::collect from the Kernel Functions Library.
Is Abstract FALSE
Generalizations OperatorExpression
Specializations
Containers

Properties

Name Type Default Description Inheritance
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
argument Expression [0..*] {derived} {ordered} The Expressions whose results are bound to features of the instantiatedType. The arguments are ordered consistent with the order of the features, though they may not be one-to-one with all the features.Note. The derivation of argument is given in the concrete subclasses of InstantiationExpression. InstantiationExpression
behavior Behavior [0..*] {derived} {ordered} {redefined} {subsetted: Feature.type} {many-to-many:Step.typedStep} The Behaviors that type this Step. Step
chainingFeature Feature [0..*] {derived} {ordered} {many-to-many:Feature.chainedFeature} The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature. Feature
crossFeature Feature [0..1] {derived} The second chainingFeature of the crossedFeature of the ownedCrossSubsetting of this Feature, if it has one. Semantically, the values of the crossFeature of an end Feature must include all values of the end Feature obtained when navigating from values of the other end Features of the same owningType. Feature
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
differencingType Type [0..*] {derived} {ordered} {many-to-many:Type.differencedType} The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
directedFeature Feature [0..*] {derived} {ordered} {redefined} {subsetted: Type.feature} {many-to-many:Type.typeWithDirectedFeature} The features of this Type that have a non-null direction. Type
direction FeatureDirectionKind [0..1] Indicates how values of this Feature are determined or used (as specified for the FeatureDirectionKind). Feature
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
endFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithEndFeature} All features of this Type with isEnd = true. Type
endOwningType Type [0..1] {derived} {subsetted: A_endFeature_typeWithEndFeature.typeWithEndFeature} {subsetted: Feature.owningType} The Type that is related to this Feature by an EndFeatureMembership in which the Feature is an ownedMemberFeature. Feature
feature Feature [0..*] {derived} {ordered} {subsetted: Namespace.member} {many-to-many:Type.typeWithFeature} The ownedMemberFeatures of the featureMemberships of this Type. Type
featureMembership FeatureMembership [0..*] {derived} {ordered} {many-to-many:Type.type} The FeatureMemberships for features of this Type, which include all ownedFeatureMemberships and those inheritedMemberships that are FeatureMemberships (but does not include any importedMemberships). Type
featureTarget Feature [1..1] {derived} The last of the chainingFeatures of this Feature, if it has any. Otherwise, this Feature itself. Feature
featuringType Type [0..*] {derived} {ordered} {many-to-many:Feature.featureOfType} Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature. Feature
function Function [0..1] {derived} The Function that types this Expression. Expression
importedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Namespace.importingNamespace} The Memberships in this Namespace that result from the ownedImports of this Namespace. Namespace
inheritedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.inheritingType} All the memberFeatures of the inheritedMemberships of this Type that are FeatureMemberships. Type
inheritedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Type.inheritingType} All Memberships inherited by this Type via Specialization or Conjugation. These are included in the derived union for the memberships of the Type. Type
input Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithInput} All features related to this Type by FeatureMemberships that have direction in or inout. Type
instantiatedType Type [1..1] {derived} {subsetted: Namespace.member} The Type that is being instantiated. InstantiationExpression
intersectingType Type [0..*] {derived} {ordered} {many-to-many:Type.intersectedType} The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
isAbstract Boolean [1..1] Indicates whether instances of this Type must also be instances of at least one of its specialized Types. Type
isComposite Boolean [1..1] Whether the Feature is a composite feature of its featuringType. If so, the values of the Feature cannot exist after its featuring instance no longer does and cannot be values of another composite feature that is not on the same featuring instance. Feature
isConjugated Boolean [1..1] {derived} Indicates whether this Type has an ownedConjugator. Type
isConstant Boolean [1..1] If isVariable is true, then whether the value of this Feature nevertheless does not change over all snapshots of its owningType. Feature
isDerived Boolean [1..1] Whether the values of this Feature can always be computed from the values of other Features. Feature
isEnd Boolean [1..1] Whether or not this Feature is an end Feature. An end Feature always has multiplicity 1, mapping each of its domain instances to a single co-domain instance. However, it may have a crossFeature, in which case values of the crossFeature must be the same as those found by navigation across instances of the owningType from values of other end Features to values of this Feature. If the owningType has n end Features, then the multiplicity, ordering, and uniqueness declared for the crossFeature of any one of these end Features constrains the cardinality, ordering, and uniqueness of the collection of values of that Feature reached by navigation when the values of the other n-1 end Features are held fixed. Feature
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
isModelLevelEvaluable Boolean [1..1] {derived} Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model. Expression
isOrdered Boolean [1..1] Whether an order exists for the values of this Feature or not. Feature
isPortion Boolean [1..1] Whether the values of this Feature are contained in the space and time of instances of the domain of the Feature and represent the same thing as those instances. Feature
isSufficient Boolean [1..1] Whether all things that meet the classification conditions of this Type must be classified by the Type.(A Type gives conditions that must be met by whatever it classifies, but when isSufficient is false, things may meet those conditions but still not be classified by the Type. For example, a Type Car that is not sufficient could require everything it classifies to have four wheels, but not all four wheeled things would classify as cars. However, if the Type Car were sufficient, it would classify all four-wheeled things.) Type
isUnique Boolean [1..1] Whether or not values for this Feature must have no duplicates or not. Feature
isVariable Boolean [1..1] Whether the value of this Feature might vary over time. That is, whether the Feature may have a different value for each snapshot of an owningType that is an Occurrence. Feature
member Element [0..*] {derived} {ordered} {many-to-many:Namespace.namespace} The set of all member Elements of this Namespace, which are the memberElements of all memberships of the Namespace. Namespace
membership Membership [0..*] {derived} {derived-union} {ordered} {many-to-many:Namespace.membershipNamespace} All Memberships in this Namespace, including (at least) the union of ownedMemberships and importedMemberships. Namespace
multiplicity Multiplicity [0..1] {derived} {subsetted: Namespace.ownedMember} An ownedMember of this Type that is a Multiplicity, which constraints the cardinality of the Type. If there is no such ownedMember, then the cardinality of this Type is constrained by all the Multiplicity constraints applicable to any direct supertypes. Type
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
operator String [1..1] No Documentation Provided CollectExpression
operator String [1..1] {redefined} An operator symbol that names a corresponding Function from one of the standard packages from the Kernel Function Library . OperatorExpression
output Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithOutput} All features related to this Type by FeatureMemberships that have direction out or inout. Type
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedConjugator Conjugation [0..1] {composite} {derived} {subsetted: A_conjugatedType_conjugator.conjugator} {subsetted: Element.ownedRelationship} A Conjugation owned by this Type for which the Type is the originalType. Type
ownedCrossSubsetting CrossSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a CrossSubsetting}, for which the Feature is the crossingFeature. Feature
ownedDifferencing Differencing [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Differencings, having this Type as their typeDifferenced. Type
ownedDisjoining Disjoining [0..*] {composite} {derived} {subsetted: Element.ownedRelationship} {subsetted: A_disjoiningTypeDisjoining_typeDisjoined.disjoiningTypeDisjoining} The ownedRelationships of this Type that are Disjoinings, for which the Type is the typeDisjoined Type. Type
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedEndFeature Feature [0..*] {derived} {ordered} {subsetted: Type.endFeature} {subsetted: Type.ownedFeature} All endFeatures of this Type that are ownedFeatures. Type
ownedFeature Feature [0..*] {derived} {ordered} {subsetted: Namespace.ownedMember} The ownedMemberFeatures of the ownedFeatureMemberships of this Type. Type
ownedFeatureChaining FeatureChaining [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Feature that are FeatureChainings, for which the Feature will be the featureChained. Feature
ownedFeatureInverting FeatureInverting [0..*] {composite} {derived} {subsetted: A_invertingFeatureInverting_featureInverted.invertingFeatureInverting} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are FeatureInvertings and for which the Feature is the featureInverted. Feature
ownedFeatureMembership FeatureMembership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.ownedMembership} {subsetted: Type.featureMembership} The ownedMemberships of this Type that are FeatureMemberships, for which the Type is the owningType. Each such FeatureMembership identifies an ownedFeature of the Type. Type
ownedImport Import [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Namespace that are Imports, for which the Namespace is the importOwningNamespace. Namespace
ownedIntersecting Intersecting [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Intersectings, have the Type as their typeIntersected. Type
ownedMember Element [0..*] {derived} {ordered} {subsetted: Namespace.member} The owned members of this Namespace, which are the ownedMemberElements of the ownedMemberships of the Namespace. Namespace
ownedMembership Membership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.membership} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Namespace that are Memberships, for which the Namespace is the membershipOwningNamespace. Namespace
ownedRedefinition Redefinition [0..*] {composite} {derived} {subsetted: Feature.ownedSubsetting} The ownedSubsettings of this Feature that are Redefinitions, for which the Feature is the redefiningFeature. Feature
ownedReferenceSubsetting ReferenceSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a ReferenceSubsetting, for which the Feature is the referencingFeature. Feature
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
ownedSpecialization Specialization [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_specific_specialization.specialization} The ownedRelationships of this Type that are Specializations, for which the Type is the specific Type. Type
ownedSubsetting Subsetting [0..*] {composite} {derived} {subsetted: Type.ownedSpecialization} {subsetted: A_subsettingFeature_subsetting.subsetting} The ownedSpecializations of this Feature that are Subsettings, for which the Feature is the subsettingFeature. Feature
ownedTypeFeaturing TypeFeaturing [0..*] {composite} {derived} {ordered} {subsetted: A_featureOfType_typeFeaturing.typeFeaturing} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are TypeFeaturings and for which the Feature is the featureOfType. Feature
ownedTyping FeatureTyping [0..*] {composite} {derived} {ordered} {subsetted: Type.ownedSpecialization} {subsetted: A_typing_typedFeature.typing} The ownedSpecializations of this Feature that are FeatureTypings, for which the Feature is the typedFeature. Feature
ownedUnioning Unioning [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Type that are Unionings, having the Type as their typeUnioned. Type
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningFeatureMembership FeatureMembership [0..1] {derived} {subsetted: Element.owningMembership} The FeatureMembership that owns this Feature as an ownedMemberFeature, determining its owningType. Feature
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
owningType Type [0..1] {derived} {subsetted: A_typeWithFeature_feature.typeWithFeature} {subsetted: Element.owningNamespace} {subsetted: Feature.featuringType} The Type that is the owningType of the owningFeatureMembership of this Feature. Feature
parameter Feature [0..*] {derived} {ordered} {many-to-many:Step.parameteredStep} The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step. Step
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
result Feature [1..1] {derived} {subsetted: Type.output} {subsetted: Step.parameter} An output parameter of the Expression whose value is the result of the Expression. The result of an Expression is either inherited from its function or it is related to the Expression via a ReturnParameterMembership, in which case it redefines the result parameter of its function. Expression
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element
type Type [0..*] {derived} {ordered} {many-to-many:Feature.typedFeature} Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature. Feature
unioningType Type [0..*] {derived} {ordered} {many-to-many:Type.unionedType} The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general. Type

Comment [Class]

Features

Name Description
Fully Qualified Name SysML::Root::Annotations::Comment
Definition A Comment is an AnnotatingElement whose body in some way describes its annotatedElements.
Is Abstract FALSE
Generalizations AnnotatingElement
Specializations Documentation
Containers

Properties

Name Type Default Description Inheritance
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
annotatedElement Element [1..*] {derived} {ordered} {many-to-many:AnnotatingElement.annotatingElement} The Elements that are annotated by this AnnotatingElement. If annotation is not empty, these are the annotatedElements of the annotations. If annotation is empty, then it is the owningNamespace of the AnnotatingElement. AnnotatingElement
annotation Annotation [0..*] {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} The Annotations that relate this AnnotatingElement to its annotatedElements. This includes the owningAnnotatingRelationship (if any) followed by all the ownedAnnotatingRelationshps. AnnotatingElement
body String [1..1] The annotation text for the Comment. Comment
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
locale String [0..1] Identification of the language of the body text and, optionally, the region and/or encoding. The format shall be a POSIX locale conformant to ISO/IEC 15897, with the format [language[_territory][.codeset][@modifier]]. Comment
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
ownedAnnotatingRelationship Annotation [0..*] {composite} {derived} {ordered} {subsetted: AnnotatingElement.annotation} {subsetted: Element.ownedRelationship} The ownedRelationships of this AnnotatingElement that are Annotations, for which this AnnotatingElement is the annotatingElement. AnnotatingElement
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningAnnotatingRelationship Annotation [0..1] {derived} {subsetted: Element.owningRelationship} {subsetted: AnnotatingElement.annotation} The owningRelationship of this AnnotatingRelationship, if it is an Annotation AnnotatingElement
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element

ConcernDefinition [Class]

Features

Name Description
Fully Qualified Name SysML::Systems::Requirements::ConcernDefinition
Definition A ConcernDefinition is a RequirementDefinition that one or more stakeholders may be interested in having addressed. These stakeholders are identified by the ownedStakeholdersof the ConcernDefinition.
Is Abstract FALSE
Generalizations RequirementDefinition
Specializations
Containers

Properties

Name Type Default Description Inheritance
actorParameter PartUsage [0..*] {derived} {ordered} {subsetted: Behavior.parameter} {subsetted: Definition.usage} The parameters of this RequirementDefinition that represent actors involved in the requirement. RequirementDefinition
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
assumedConstraint ConstraintUsage [0..*] {derived} {ordered} {subsetted: Type.ownedFeature} The owned ConstraintUsages that represent assumptions of this RequirementDefinition, which are the ownedConstraints of the RequirementConstraintMemberships of the RequirementDefinition with kind = assumption. RequirementDefinition
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] {redefined} An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
differencingType Type [0..*] {derived} {ordered} {many-to-many:Type.differencedType} The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
directedFeature Feature [0..*] {derived} {ordered} {redefined} {subsetted: Type.feature} {many-to-many:Type.typeWithDirectedFeature} The features of this Type that have a non-null direction. Type
directedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {subsetted: Definition.usage} {many-to-many:Definition.definitionWithDirectedUsage} The usages of this Definition that are directedFeatures. Definition
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
endFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithEndFeature} All features of this Type with isEnd = true. Type
expression Expression [0..*] {derived} {subsetted: Behavior.step} {many-to-many:Function.computedFunction} The Expressions that are steps in the calculation of the result of this Function. Function
feature Feature [0..*] {derived} {ordered} {subsetted: Namespace.member} {many-to-many:Type.typeWithFeature} The ownedMemberFeatures of the featureMemberships of this Type. Type
featureMembership FeatureMembership [0..*] {derived} {ordered} {many-to-many:Type.type} The FeatureMemberships for features of this Type, which include all ownedFeatureMemberships and those inheritedMemberships that are FeatureMemberships (but does not include any importedMemberships). Type
framedConcern ConcernUsage [0..*] {derived} {ordered} {subsetted: RequirementDefinition.requiredConstraint} The ConcernUsages framed by this RequirementDefinition, which are the ownedConcerns of all FramedConcernMemberships of the RequirementDefinition. RequirementDefinition
importedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Namespace.importingNamespace} The Memberships in this Namespace that result from the ownedImports of this Namespace. Namespace
inheritedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.inheritingType} All the memberFeatures of the inheritedMemberships of this Type that are FeatureMemberships. Type
inheritedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Type.inheritingType} All Memberships inherited by this Type via Specialization or Conjugation. These are included in the derived union for the memberships of the Type. Type
input Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithInput} All features related to this Type by FeatureMemberships that have direction in or inout. Type
intersectingType Type [0..*] {derived} {ordered} {many-to-many:Type.intersectedType} The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
isAbstract Boolean [1..1] Indicates whether instances of this Type must also be instances of at least one of its specialized Types. Type
isConjugated Boolean [1..1] {derived} Indicates whether this Type has an ownedConjugator. Type
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isIndividual Boolean [1..1] Whether this OccurrenceDefinition is constrained to represent at most one thing. OccurrenceDefinition
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
isModelLevelEvaluable Boolean [1..1] {derived} Whether this Function can be used as the function of a model-level evaluable InvocationExpression. Certain Functions from the Kernel Functions Library are considered to have isModelLevelEvaluable = true. For all other Functions it is false.Note: See the specification of the KerML concrete syntax notation for Expressions for an identification of which library Functions are model-level evaluable. Function
isSufficient Boolean [1..1] Whether all things that meet the classification conditions of this Type must be classified by the Type.(A Type gives conditions that must be met by whatever it classifies, but when isSufficient is false, things may meet those conditions but still not be classified by the Type. For example, a Type Car that is not sufficient could require everything it classifies to have four wheels, but not all four wheeled things would classify as cars. However, if the Type Car were sufficient, it would classify all four-wheeled things.) Type
isVariation Boolean [1..1] Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships. Definition
member Element [0..*] {derived} {ordered} {many-to-many:Namespace.namespace} The set of all member Elements of this Namespace, which are the memberElements of all memberships of the Namespace. Namespace
membership Membership [0..*] {derived} {derived-union} {ordered} {many-to-many:Namespace.membershipNamespace} All Memberships in this Namespace, including (at least) the union of ownedMemberships and importedMemberships. Namespace
multiplicity Multiplicity [0..1] {derived} {subsetted: Namespace.ownedMember} An ownedMember of this Type that is a Multiplicity, which constraints the cardinality of the Type. If there is no such ownedMember, then the cardinality of this Type is constrained by all the Multiplicity constraints applicable to any direct supertypes. Type
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
output Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithOutput} All features related to this Type by FeatureMemberships that have direction out or inout. Type
ownedAction ActionUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedOccurrence} The ActionUsages that are ownedUsages of this Definition. Definition
ownedAllocation AllocationUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedConnection} The AllocationUsages that are ownedUsages of this Definition. Definition
ownedAnalysisCase AnalysisCaseUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedCase} The AnalysisCaseUsages that are ownedUsages of this Definition. Definition
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedAttribute AttributeUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The AttributeUsages that are ownedUsages of this Definition. Definition
ownedCalculation CalculationUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedAction} The CalculationUsages that are ownedUsages of this Definition. Definition
ownedCase CaseUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedCalculation} The code>CaseUsages that are ownedUsages of this Definition. Definition
ownedConcern ConcernUsage [0..*] {derived} {subsetted: Definition.ownedRequirement} The ConcernUsages that are ownedUsages of this Definition. Definition
ownedConjugator Conjugation [0..1] {composite} {derived} {subsetted: A_conjugatedType_conjugator.conjugator} {subsetted: Element.ownedRelationship} A Conjugation owned by this Type for which the Type is the originalType. Type
ownedConnection ConnectorAsUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The ConnectorAsUsages that are ownedUsages of this Definition. Note that this list includes BindingConnectorAsUsages, SuccessionAsUsages, and FlowUsages because these are ConnectorAsUsages even though they are not ConnectionUsages. Definition
ownedConstraint ConstraintUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedOccurrence} The ConstraintUsages that are ownedUsages of this Definition. Definition
ownedDifferencing Differencing [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Differencings, having this Type as their typeDifferenced. Type
ownedDisjoining Disjoining [0..*] {composite} {derived} {subsetted: Element.ownedRelationship} {subsetted: A_disjoiningTypeDisjoining_typeDisjoined.disjoiningTypeDisjoining} The ownedRelationships of this Type that are Disjoinings, for which the Type is the typeDisjoined Type. Type
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedEndFeature Feature [0..*] {derived} {ordered} {subsetted: Type.endFeature} {subsetted: Type.ownedFeature} All endFeatures of this Type that are ownedFeatures. Type
ownedEnumeration EnumerationUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedAttribute} The EnumerationUsages that are ownedUsages of this Definition. Definition
ownedFeature Feature [0..*] {derived} {ordered} {subsetted: Namespace.ownedMember} The ownedMemberFeatures of the ownedFeatureMemberships of this Type. Type
ownedFeatureMembership FeatureMembership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.ownedMembership} {subsetted: Type.featureMembership} The ownedMemberships of this Type that are FeatureMemberships, for which the Type is the owningType. Each such FeatureMembership identifies an ownedFeature of the Type. Type
ownedFlow FlowUsage [0..*] {derived} {subsetted: Definition.ownedConnection} The FlowUsages that are ownedUsages of this Definition. Definition
ownedImport Import [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Namespace that are Imports, for which the Namespace is the importOwningNamespace. Namespace
ownedInterface InterfaceUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedConnection} The InterfaceUsages that are ownedUsages of this Definition. Definition
ownedIntersecting Intersecting [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Intersectings, have the Type as their typeIntersected. Type
ownedItem ItemUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedOccurrence} The ItemUsages that are ownedUsages of this Definition. Definition
ownedMember Element [0..*] {derived} {ordered} {subsetted: Namespace.member} The owned members of this Namespace, which are the ownedMemberElements of the ownedMemberships of the Namespace. Namespace
ownedMembership Membership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.membership} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Namespace that are Memberships, for which the Namespace is the membershipOwningNamespace. Namespace
ownedMetadata MetadataUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedItem} The MetadataUsages that are ownedUsages of this Definition. Definition
ownedOccurrence OccurrenceUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The OccurrenceUsages that are ownedUsages of this Definition. Definition
ownedPart PartUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedItem} The PartUsages that are ownedUsages of this Definition. Definition
ownedPort PortUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The PortUsages that are ownedUsages of this Definition. Definition
ownedReference ReferenceUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The ReferenceUsages that are ownedUsages of this Definition. Definition
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
ownedRendering RenderingUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedPart} The RenderingUsages that are ownedUsages of this Definition. Definition
ownedRequirement RequirementUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedConstraint} The RequirementUsages that are ownedUsages of this Definition. Definition
ownedSpecialization Specialization [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_specific_specialization.specialization} The ownedRelationships of this Type that are Specializations, for which the Type is the specific Type. Type
ownedState StateUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedAction} The StateUsages that are ownedUsages of this Definition. Definition
ownedSubclassification Subclassification [0..*] {composite} {derived} {subsetted: Type.ownedSpecialization} The ownedSpecializations of this Classifier that are Subclassifications, for which this Classifier is the subclassifier. Classifier
ownedTransition TransitionUsage [0..*] {derived} {subsetted: Definition.ownedUsage} The TransitionUsages that are ownedUsages of this Definition. Definition
ownedUnioning Unioning [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Type that are Unionings, having the Type as their typeUnioned. Type
ownedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.ownedFeature} {subsetted: Definition.usage} The Usages that are ownedFeatures of this Definition. Definition
ownedUseCase UseCaseUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedCase} The UseCaseUsages that are ownedUsages of this Definition. Definition
ownedVerificationCase VerificationCaseUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedCase} The VerificationCaseUsages that are ownedUsages of this Definition. Definition
ownedView ViewUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedPart} The ViewUsages that are ownedUsages of this Definition. Definition
ownedViewpoint ViewpointUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedRequirement} The ViewpointUsages that are ownedUsages of this Definition. Definition
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
parameter Feature [0..*] {derived} {ordered} {many-to-many:Behavior.parameteredBehavior} The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior. Behavior
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
reqId String [0..1] An optional modeler-specified identifier for this RequirementDefinition (used, e.g., to link it to an original requirement text in some source document), which is the declaredShortName for the RequirementDefinition. RequirementDefinition
requiredConstraint ConstraintUsage [0..*] {derived} {ordered} {subsetted: Type.ownedFeature} The owned ConstraintUsages that represent requirements of this RequirementDefinition, derived as the ownedConstraints of the RequirementConstraintMemberships of the RequirementDefinition with kind = requirement. RequirementDefinition
result Feature [1..1] {derived} {subsetted: Type.output} {subsetted: Behavior.parameter} The object or value that is the result of evaluating the Function. Function
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
stakeholderParameter PartUsage [0..*] {derived} {ordered} {subsetted: Behavior.parameter} {subsetted: Definition.usage} The parameters of this RequirementDefinition that represent stakeholders for th requirement. RequirementDefinition
step Step [0..*] {derived} {subsetted: Type.feature} {many-to-many:Behavior.featuringBehavior} The Steps that make up this Behavior. Behavior
subjectParameter Usage [1..1] {derived} {subsetted: Behavior.parameter} {subsetted: Definition.usage} The parameter of this RequirementDefinition that represents its subject. RequirementDefinition
text String [0..*] {derived} An optional textual statement of the requirement represented by this RequirementDefinition, derived from the bodies of the documentation of the RequirementDefinition. RequirementDefinition
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element
unioningType Type [0..*] {derived} {ordered} {many-to-many:Type.unionedType} The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general. Type
usage Usage [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Definition.featuringDefinition} The Usages that are features of this Definition (not necessarily owned). Definition
variant Usage [0..*] {derived} {subsetted: Namespace.ownedMember} The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants. Definition
variantMembership VariantMembership [0..*] {composite} {derived} {subsetted: Namespace.ownedMembership} The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty. Definition

ConcernUsage [Class]

Features

Name Description
Fully Qualified Name SysML::Systems::Requirements::ConcernUsage
Definition A ConcernUsage is a Usage of a ConcernDefinition. The ownedStakeholder features of the ConcernUsage shall all subset the ConcernCheck::concernedStakeholders feature. If the ConcernUsage is an ownedFeature of a StakeholderDefinition or StakeholderUsage, then the ConcernUsage shall have an ownedStakeholder feature that is bound to the self feature of its owner.
Is Abstract FALSE
Generalizations RequirementUsage
Specializations
Containers FramedConcernMembership

Properties

Name Type Default Description Inheritance
actorParameter PartUsage [0..*] {derived} {ordered} {subsetted: Step.parameter} {subsetted: Usage.usage} The parameters of this RequirementUsage that represent actors involved in the requirement. RequirementUsage
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
assumedConstraint ConstraintUsage [0..*] {derived} {ordered} {subsetted: Type.ownedFeature} The owned ConstraintUsages that represent assumptions of this RequirementUsage, derived as the ownedConstraints of the RequirementConstraintMemberships of the RequirementUsage with kind = assumption. RequirementUsage
behavior Behavior [0..*] {derived} {ordered} {redefined} {subsetted: Feature.type} {many-to-many:Step.typedStep} The Behaviors that type this Step. Step
chainingFeature Feature [0..*] {derived} {ordered} {many-to-many:Feature.chainedFeature} The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature. Feature
concernDefinition ConcernDefinition [0..1] {derived} The ConcernDefinition that is the single type of this ConcernUsage. ConcernUsage
constraintDefinition Predicate [0..1] {derived} {redefined} The (single) Predicate that is the type of this ConstraintUsage. Nominally, this will be a ConstraintDefinition, but other kinds of Predicates are also allowed, to permit use of Predicates from the Kernel Model Libraries. ConstraintUsage
crossFeature Feature [0..1] {derived} The second chainingFeature of the crossedFeature of the ownedCrossSubsetting of this Feature, if it has one. Semantically, the values of the crossFeature of an end Feature must include all values of the end Feature obtained when navigating from values of the other end Features of the same owningType. Feature
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] {redefined} An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
definition Classifier [0..*] {derived} {ordered} {redefined} {many-to-many:Usage.definedUsage} The Classifiers that are the types of this Usage. Nominally, these are Definitions, but other kinds of Kernel Classifiers are also allowed, to permit use of Classifiers from the Kernel Model Libraries. Usage
differencingType Type [0..*] {derived} {ordered} {many-to-many:Type.differencedType} The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
directedFeature Feature [0..*] {derived} {ordered} {redefined} {subsetted: Type.feature} {many-to-many:Type.typeWithDirectedFeature} The features of this Type that have a non-null direction. Type
directedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {subsetted: Usage.usage} {many-to-many:Usage.usageWithDirectedUsage} The usages of this Usage that are directedFeatures. Usage
direction FeatureDirectionKind [0..1] Indicates how values of this Feature are determined or used (as specified for the FeatureDirectionKind). Feature
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
endFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithEndFeature} All features of this Type with isEnd = true. Type
endOwningType Type [0..1] {derived} {subsetted: A_endFeature_typeWithEndFeature.typeWithEndFeature} {subsetted: Feature.owningType} The Type that is related to this Feature by an EndFeatureMembership in which the Feature is an ownedMemberFeature. Feature
feature Feature [0..*] {derived} {ordered} {subsetted: Namespace.member} {many-to-many:Type.typeWithFeature} The ownedMemberFeatures of the featureMemberships of this Type. Type
featureMembership FeatureMembership [0..*] {derived} {ordered} {many-to-many:Type.type} The FeatureMemberships for features of this Type, which include all ownedFeatureMemberships and those inheritedMemberships that are FeatureMemberships (but does not include any importedMemberships). Type
featureTarget Feature [1..1] {derived} The last of the chainingFeatures of this Feature, if it has any. Otherwise, this Feature itself. Feature
featuringType Type [0..*] {derived} {ordered} {many-to-many:Feature.featureOfType} Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature. Feature
framedConcern ConcernUsage [0..*] {derived} {ordered} {subsetted: RequirementUsage.requiredConstraint} The ConcernUsages framed by this RequirementUsage, which are the ownedConcerns of all FramedConcernMemberships of the RequirementUsage. RequirementUsage
function Function [0..1] {derived} {redefined} The Function that types this Expression. Expression
importedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Namespace.importingNamespace} The Memberships in this Namespace that result from the ownedImports of this Namespace. Namespace
individualDefinition OccurrenceDefinition [0..1] {derived} {subsetted: OccurrenceUsage.occurrenceDefinition} The at most one occurrenceDefinition that has isIndividual = true. OccurrenceUsage
inheritedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.inheritingType} All the memberFeatures of the inheritedMemberships of this Type that are FeatureMemberships. Type
inheritedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Type.inheritingType} All Memberships inherited by this Type via Specialization or Conjugation. These are included in the derived union for the memberships of the Type. Type
input Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithInput} All features related to this Type by FeatureMemberships that have direction in or inout. Type
intersectingType Type [0..*] {derived} {ordered} {many-to-many:Type.intersectedType} The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
isAbstract Boolean [1..1] Indicates whether instances of this Type must also be instances of at least one of its specialized Types. Type
isComposite Boolean [1..1] Whether the Feature is a composite feature of its featuringType. If so, the values of the Feature cannot exist after its featuring instance no longer does and cannot be values of another composite feature that is not on the same featuring instance. Feature
isConjugated Boolean [1..1] {derived} Indicates whether this Type has an ownedConjugator. Type
isConstant Boolean [1..1] If isVariable is true, then whether the value of this Feature nevertheless does not change over all snapshots of its owningType. Feature
isDerived Boolean [1..1] Whether the values of this Feature can always be computed from the values of other Features. Feature
isEnd Boolean [1..1] Whether or not this Feature is an end Feature. An end Feature always has multiplicity 1, mapping each of its domain instances to a single co-domain instance. However, it may have a crossFeature, in which case values of the crossFeature must be the same as those found by navigation across instances of the owningType from values of other end Features to values of this Feature. If the owningType has n end Features, then the multiplicity, ordering, and uniqueness declared for the crossFeature of any one of these end Features constrains the cardinality, ordering, and uniqueness of the collection of values of that Feature reached by navigation when the values of the other n-1 end Features are held fixed. Feature
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isIndividual Boolean [1..1] Whether this OccurrenceUsage represents the usage of the specific individual represented by its individualDefinition. OccurrenceUsage
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
isModelLevelEvaluable Boolean [1..1] {derived} Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model. Expression
isOrdered Boolean [1..1] Whether an order exists for the values of this Feature or not. Feature
isPortion Boolean [1..1] Whether the values of this Feature are contained in the space and time of instances of the domain of the Feature and represent the same thing as those instances. Feature
isReference Boolean [1..1] {derived} Whether this Usage is a referential Usage, that is, it has isComposite = false. Usage
isSufficient Boolean [1..1] Whether all things that meet the classification conditions of this Type must be classified by the Type.(A Type gives conditions that must be met by whatever it classifies, but when isSufficient is false, things may meet those conditions but still not be classified by the Type. For example, a Type Car that is not sufficient could require everything it classifies to have four wheels, but not all four wheeled things would classify as cars. However, if the Type Car were sufficient, it would classify all four-wheeled things.) Type
isUnique Boolean [1..1] Whether or not values for this Feature must have no duplicates or not. Feature
isVariable Boolean [1..1] {redefined} Whether the value of this Feature might vary over time. That is, whether the Feature may have a different value for each snapshot of an owningType that is an Occurrence. Feature
isVariation Boolean [1..1] Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships. Usage
mayTimeVary Boolean [1..1] {derived} Whether this Usage may be time varying (that is, whether it is featured by the snapshots of its owningType, rather than being featured by the owningType itself). However, if isConstant is also true, then the value of the Usage is nevertheless constant over the entire duration of an instance of its owningType (that is, it has the same value on all snapshots).The property mayTimeVary redefines the KerML property Feature::isVariable, making it derived. The property isConstant is inherited from Feature. Usage
member Element [0..*] {derived} {ordered} {many-to-many:Namespace.namespace} The set of all member Elements of this Namespace, which are the memberElements of all memberships of the Namespace. Namespace
membership Membership [0..*] {derived} {derived-union} {ordered} {many-to-many:Namespace.membershipNamespace} All Memberships in this Namespace, including (at least) the union of ownedMemberships and importedMemberships. Namespace
multiplicity Multiplicity [0..1] {derived} {subsetted: Namespace.ownedMember} An ownedMember of this Type that is a Multiplicity, which constraints the cardinality of the Type. If there is no such ownedMember, then the cardinality of this Type is constrained by all the Multiplicity constraints applicable to any direct supertypes. Type
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
nestedAction ActionUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ActionUsages that are nestedUsages of this Usage. Usage
nestedAllocation AllocationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConnection} The AllocationUsages that are nestedUsages of this Usage. Usage
nestedAnalysisCase AnalysisCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The AnalysisCaseUsages that are nestedUsages of this Usage. Usage
nestedAttribute AttributeUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The code>AttributeUsages that are nestedUsages of this Usage. Usage
nestedCalculation CalculationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAction} The CalculationUsage that are nestedUsages of this Usage. Usage
nestedCase CaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCalculation} The CaseUsages that are nestedUsages of this Usage. Usage
nestedConcern ConcernUsage [0..*] {derived} {subsetted: Usage.nestedRequirement} The ConcernUsages that are nestedUsages of this Usage. Usage
nestedConnection ConnectorAsUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The ConnectorAsUsages that are nestedUsages of this Usage. Note that this list includes BindingConnectorAsUsages, SuccessionAsUsages, and FlowConnectionUsages because these are ConnectorAsUsages even though they are not ConnectionUsages. Usage
nestedConstraint ConstraintUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ConstraintUsages that are nestedUsages of this Usage. Usage
nestedEnumeration EnumerationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAttribute} The code>EnumerationUsages that are nestedUsages of this Usage. Usage
nestedFlow FlowUsage [0..*] {derived} {subsetted: Usage.nestedConnection} The code>FlowUsages that are nestedUsages of this Usage. Usage
nestedInterface InterfaceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConnection} The InterfaceUsages that are nestedUsages of this Usage. Usage
nestedItem ItemUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ItemUsages that are nestedUsages of this Usage. Usage
nestedMetadata MetadataUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedItem} The MetadataUsages that are nestedUsages of this of this Usage. Usage
nestedOccurrence OccurrenceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The OccurrenceUsages that are nestedUsages of this Usage. Usage
nestedPart PartUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedItem} The PartUsages that are nestedUsages of this Usage. Usage
nestedPort PortUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The PortUsages that are nestedUsages of this Usage. Usage
nestedReference ReferenceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The ReferenceUsages that are nestedUsages of this Usage. Usage
nestedRendering RenderingUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedPart} The RenderingUsages that are nestedUsages of this Usage. Usage
nestedRequirement RequirementUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConstraint} The RequirementUsages that are nestedUsages of this Usage. Usage
nestedState StateUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAction} The StateUsages that are nestedUsages of this Usage. Usage
nestedTransition TransitionUsage [0..*] {derived} {subsetted: Usage.nestedUsage} The TransitionUsages that are nestedUsages of this Usage. Usage
nestedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.ownedFeature} {subsetted: Usage.usage} The Usages that are ownedFeatures of this Usage. Usage
nestedUseCase UseCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The UseCaseUsages that are nestedUsages of this Usage. Usage
nestedVerificationCase VerificationCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The VerificationCaseUsages that are nestedUsages of this Usage. Usage
nestedView ViewUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedPart} The ViewUsages that are nestedUsages of this Usage. Usage
nestedViewpoint ViewpointUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedRequirement} The ViewpointUsages that are nestedUsages of this Usage. Usage
occurrenceDefinition Class [0..*] {derived} {ordered} {many-to-many:OccurrenceUsage.definedOccurrence} The Classes that are the types of this OccurrenceUsage. Nominally, these are OccurrenceDefinitions, but other kinds of kernel Classes are also allowed, to permit use of Classes from the Kernel Model Libraries. OccurrenceUsage
output Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithOutput} All features related to this Type by FeatureMemberships that have direction out or inout. Type
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedConjugator Conjugation [0..1] {composite} {derived} {subsetted: A_conjugatedType_conjugator.conjugator} {subsetted: Element.ownedRelationship} A Conjugation owned by this Type for which the Type is the originalType. Type
ownedCrossSubsetting CrossSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a CrossSubsetting}, for which the Feature is the crossingFeature. Feature
ownedDifferencing Differencing [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Differencings, having this Type as their typeDifferenced. Type
ownedDisjoining Disjoining [0..*] {composite} {derived} {subsetted: Element.ownedRelationship} {subsetted: A_disjoiningTypeDisjoining_typeDisjoined.disjoiningTypeDisjoining} The ownedRelationships of this Type that are Disjoinings, for which the Type is the typeDisjoined Type. Type
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedEndFeature Feature [0..*] {derived} {ordered} {subsetted: Type.endFeature} {subsetted: Type.ownedFeature} All endFeatures of this Type that are ownedFeatures. Type
ownedFeature Feature [0..*] {derived} {ordered} {subsetted: Namespace.ownedMember} The ownedMemberFeatures of the ownedFeatureMemberships of this Type. Type
ownedFeatureChaining FeatureChaining [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Feature that are FeatureChainings, for which the Feature will be the featureChained. Feature
ownedFeatureInverting FeatureInverting [0..*] {composite} {derived} {subsetted: A_invertingFeatureInverting_featureInverted.invertingFeatureInverting} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are FeatureInvertings and for which the Feature is the featureInverted. Feature
ownedFeatureMembership FeatureMembership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.ownedMembership} {subsetted: Type.featureMembership} The ownedMemberships of this Type that are FeatureMemberships, for which the Type is the owningType. Each such FeatureMembership identifies an ownedFeature of the Type. Type
ownedImport Import [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Namespace that are Imports, for which the Namespace is the importOwningNamespace. Namespace
ownedIntersecting Intersecting [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Intersectings, have the Type as their typeIntersected. Type
ownedMember Element [0..*] {derived} {ordered} {subsetted: Namespace.member} The owned members of this Namespace, which are the ownedMemberElements of the ownedMemberships of the Namespace. Namespace
ownedMembership Membership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.membership} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Namespace that are Memberships, for which the Namespace is the membershipOwningNamespace. Namespace
ownedRedefinition Redefinition [0..*] {composite} {derived} {subsetted: Feature.ownedSubsetting} The ownedSubsettings of this Feature that are Redefinitions, for which the Feature is the redefiningFeature. Feature
ownedReferenceSubsetting ReferenceSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a ReferenceSubsetting, for which the Feature is the referencingFeature. Feature
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
ownedSpecialization Specialization [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_specific_specialization.specialization} The ownedRelationships of this Type that are Specializations, for which the Type is the specific Type. Type
ownedSubsetting Subsetting [0..*] {composite} {derived} {subsetted: Type.ownedSpecialization} {subsetted: A_subsettingFeature_subsetting.subsetting} The ownedSpecializations of this Feature that are Subsettings, for which the Feature is the subsettingFeature. Feature
ownedTypeFeaturing TypeFeaturing [0..*] {composite} {derived} {ordered} {subsetted: A_featureOfType_typeFeaturing.typeFeaturing} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are TypeFeaturings and for which the Feature is the featureOfType. Feature
ownedTyping FeatureTyping [0..*] {composite} {derived} {ordered} {subsetted: Type.ownedSpecialization} {subsetted: A_typing_typedFeature.typing} The ownedSpecializations of this Feature that are FeatureTypings, for which the Feature is the typedFeature. Feature
ownedUnioning Unioning [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Type that are Unionings, having the Type as their typeUnioned. Type
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningDefinition Definition [0..1] {derived} {subsetted: Feature.owningType} {subsetted: A_usage_featuringDefinition.featuringDefinition} The Definition that owns this Usage (if any). Usage
owningFeatureMembership FeatureMembership [0..1] {derived} {subsetted: Element.owningMembership} The FeatureMembership that owns this Feature as an ownedMemberFeature, determining its owningType. Feature
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
owningType Type [0..1] {derived} {subsetted: A_typeWithFeature_feature.typeWithFeature} {subsetted: Element.owningNamespace} {subsetted: Feature.featuringType} The Type that is the owningType of the owningFeatureMembership of this Feature. Feature
owningUsage Usage [0..1] {derived} {subsetted: Feature.owningType} The Usage in which this Usage is nested (if any). Usage
parameter Feature [0..*] {derived} {ordered} {many-to-many:Step.parameteredStep} The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step. Step
portionKind PortionKind [0..1] The kind of temporal portion (time slice or snapshot) is represented by this OccurrenceUsage. If portionKind is not null, then the owningType of the OccurrenceUsage must be non-null, and the OccurrenceUsage represents portions of the featuring instance of the owningType. OccurrenceUsage
predicate Predicate [0..1] {derived} {redefined} The Predicate that types the Expression. BooleanExpression
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
reqId String [0..1] An optional modeler-specified identifier for this RequirementUsage (used, e.g., to link it to an original requirement text in some source document), which is the declaredShortName for the RequirementUsage. RequirementUsage
requiredConstraint ConstraintUsage [0..*] {derived} {ordered} {subsetted: Type.ownedFeature} The owned ConstraintUsages that represent requirements of this RequirementUsage, which are the ownedConstraints of the RequirementConstraintMemberships of the RequirementUsage with kind = requirement. RequirementUsage
requirementDefinition RequirementDefinition [0..1] {derived} {redefined} The RequirementDefinition that is the single definition of this RequirementUsage. RequirementUsage
result Feature [1..1] {derived} {subsetted: Type.output} {subsetted: Step.parameter} An output parameter of the Expression whose value is the result of the Expression. The result of an Expression is either inherited from its function or it is related to the Expression via a ReturnParameterMembership, in which case it redefines the result parameter of its function. Expression
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
stakeholderParameter PartUsage [0..*] {derived} {ordered} {subsetted: Step.parameter} {subsetted: Usage.usage} The parameters of this RequirementUsage that represent stakeholders for the requirement. RequirementUsage
subjectParameter Usage [1..1] {derived} {subsetted: Step.parameter} {subsetted: Usage.usage} The parameter of this RequirementUsage that represents its subject. RequirementUsage
text String [0..*] {derived} An optional textual statement of the requirement represented by this RequirementUsage, derived from the bodies of the documentation of the RequirementUsage. RequirementUsage
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element
type Type [0..*] {derived} {ordered} {redefined} {many-to-many:Feature.typedFeature} Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature. Feature
unioningType Type [0..*] {derived} {ordered} {many-to-many:Type.unionedType} The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general. Type
usage Usage [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Usage.featuringUsage} The Usages that are features of this Usage (not necessarily owned). Usage
variant Usage [0..*] {derived} {subsetted: Namespace.ownedMember} The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants. Usage
variantMembership VariantMembership [0..*] {composite} {derived} {subsetted: Namespace.ownedMembership} The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty. Usage

ConjugatedPortDefinition [Class]

Features

Name Description
Fully Qualified Name SysML::Systems::Ports::ConjugatedPortDefinition
Definition A ConjugatedPortDefinition is a PortDefinition that is a PortDefinition of its original PortDefinition. That is, a ConjugatedPortDefinition inherits all the features of the original PortDefinition, but input flows of the original PortDefinition become outputs on the ConjugatedPortDefinition and output flows of the original PortDefinition become inputs on the ConjugatedPortDefinition. Every PortDefinition (that is not itself a ConjugatedPortDefinition) has exactly one corresponding ConjugatedPortDefinition, whose effective name is the name of the originalPortDefinition, with the character ~ prepended.
Is Abstract FALSE
Generalizations PortDefinition
Specializations
Containers

Properties

Name Type Default Description Inheritance
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
conjugatedPortDefinition ConjugatedPortDefinition [0..1] {derived} {subsetted: Namespace.ownedMember} The <> that is conjugate to this PortDefinition. PortDefinition
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
differencingType Type [0..*] {derived} {ordered} {many-to-many:Type.differencedType} The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
directedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithDirectedFeature} The features of this Type that have a non-null direction. Type
directedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {subsetted: Definition.usage} {many-to-many:Definition.definitionWithDirectedUsage} The usages of this Definition that are directedFeatures. Definition
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
endFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithEndFeature} All features of this Type with isEnd = true. Type
feature Feature [0..*] {derived} {ordered} {subsetted: Namespace.member} {many-to-many:Type.typeWithFeature} The ownedMemberFeatures of the featureMemberships of this Type. Type
featureMembership FeatureMembership [0..*] {derived} {ordered} {many-to-many:Type.type} The FeatureMemberships for features of this Type, which include all ownedFeatureMemberships and those inheritedMemberships that are FeatureMemberships (but does not include any importedMemberships). Type
importedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Namespace.importingNamespace} The Memberships in this Namespace that result from the ownedImports of this Namespace. Namespace
inheritedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.inheritingType} All the memberFeatures of the inheritedMemberships of this Type that are FeatureMemberships. Type
inheritedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Type.inheritingType} All Memberships inherited by this Type via Specialization or Conjugation. These are included in the derived union for the memberships of the Type. Type
input Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithInput} All features related to this Type by FeatureMemberships that have direction in or inout. Type
intersectingType Type [0..*] {derived} {ordered} {many-to-many:Type.intersectedType} The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
isAbstract Boolean [1..1] Indicates whether instances of this Type must also be instances of at least one of its specialized Types. Type
isConjugated Boolean [1..1] {derived} Indicates whether this Type has an ownedConjugator. Type
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isIndividual Boolean [1..1] Whether this OccurrenceDefinition is constrained to represent at most one thing. OccurrenceDefinition
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
isSufficient Boolean [1..1] Whether all things that meet the classification conditions of this Type must be classified by the Type.(A Type gives conditions that must be met by whatever it classifies, but when isSufficient is false, things may meet those conditions but still not be classified by the Type. For example, a Type Car that is not sufficient could require everything it classifies to have four wheels, but not all four wheeled things would classify as cars. However, if the Type Car were sufficient, it would classify all four-wheeled things.) Type
isVariation Boolean [1..1] Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships. Definition
member Element [0..*] {derived} {ordered} {many-to-many:Namespace.namespace} The set of all member Elements of this Namespace, which are the memberElements of all memberships of the Namespace. Namespace
membership Membership [0..*] {derived} {derived-union} {ordered} {many-to-many:Namespace.membershipNamespace} All Memberships in this Namespace, including (at least) the union of ownedMemberships and importedMemberships. Namespace
multiplicity Multiplicity [0..1] {derived} {subsetted: Namespace.ownedMember} An ownedMember of this Type that is a Multiplicity, which constraints the cardinality of the Type. If there is no such ownedMember, then the cardinality of this Type is constrained by all the Multiplicity constraints applicable to any direct supertypes. Type
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
originalPortDefinition PortDefinition [1..1] {derived} The original PortDefinition for this ConjugatedPortDefinition, which is the owningNamespace of the ConjugatedPortDefinition. ConjugatedPortDefinition
output Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithOutput} All features related to this Type by FeatureMemberships that have direction out or inout. Type
ownedAction ActionUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedOccurrence} The ActionUsages that are ownedUsages of this Definition. Definition
ownedAllocation AllocationUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedConnection} The AllocationUsages that are ownedUsages of this Definition. Definition
ownedAnalysisCase AnalysisCaseUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedCase} The AnalysisCaseUsages that are ownedUsages of this Definition. Definition
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedAttribute AttributeUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The AttributeUsages that are ownedUsages of this Definition. Definition
ownedCalculation CalculationUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedAction} The CalculationUsages that are ownedUsages of this Definition. Definition
ownedCase CaseUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedCalculation} The code>CaseUsages that are ownedUsages of this Definition. Definition
ownedConcern ConcernUsage [0..*] {derived} {subsetted: Definition.ownedRequirement} The ConcernUsages that are ownedUsages of this Definition. Definition
ownedConjugator Conjugation [0..1] {composite} {derived} {redefined} {subsetted: A_conjugatedType_conjugator.conjugator} {subsetted: Element.ownedRelationship} A Conjugation owned by this Type for which the Type is the originalType. Type
ownedConnection ConnectorAsUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The ConnectorAsUsages that are ownedUsages of this Definition. Note that this list includes BindingConnectorAsUsages, SuccessionAsUsages, and FlowUsages because these are ConnectorAsUsages even though they are not ConnectionUsages. Definition
ownedConstraint ConstraintUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedOccurrence} The ConstraintUsages that are ownedUsages of this Definition. Definition
ownedDifferencing Differencing [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Differencings, having this Type as their typeDifferenced. Type
ownedDisjoining Disjoining [0..*] {composite} {derived} {subsetted: Element.ownedRelationship} {subsetted: A_disjoiningTypeDisjoining_typeDisjoined.disjoiningTypeDisjoining} The ownedRelationships of this Type that are Disjoinings, for which the Type is the typeDisjoined Type. Type
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedEndFeature Feature [0..*] {derived} {ordered} {subsetted: Type.endFeature} {subsetted: Type.ownedFeature} All endFeatures of this Type that are ownedFeatures. Type
ownedEnumeration EnumerationUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedAttribute} The EnumerationUsages that are ownedUsages of this Definition. Definition
ownedFeature Feature [0..*] {derived} {ordered} {subsetted: Namespace.ownedMember} The ownedMemberFeatures of the ownedFeatureMemberships of this Type. Type
ownedFeatureMembership FeatureMembership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.ownedMembership} {subsetted: Type.featureMembership} The ownedMemberships of this Type that are FeatureMemberships, for which the Type is the owningType. Each such FeatureMembership identifies an ownedFeature of the Type. Type
ownedFlow FlowUsage [0..*] {derived} {subsetted: Definition.ownedConnection} The FlowUsages that are ownedUsages of this Definition. Definition
ownedImport Import [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Namespace that are Imports, for which the Namespace is the importOwningNamespace. Namespace
ownedInterface InterfaceUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedConnection} The InterfaceUsages that are ownedUsages of this Definition. Definition
ownedIntersecting Intersecting [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Intersectings, have the Type as their typeIntersected. Type
ownedItem ItemUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedOccurrence} The ItemUsages that are ownedUsages of this Definition. Definition
ownedMember Element [0..*] {derived} {ordered} {subsetted: Namespace.member} The owned members of this Namespace, which are the ownedMemberElements of the ownedMemberships of the Namespace. Namespace
ownedMembership Membership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.membership} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Namespace that are Memberships, for which the Namespace is the membershipOwningNamespace. Namespace
ownedMetadata MetadataUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedItem} The MetadataUsages that are ownedUsages of this Definition. Definition
ownedOccurrence OccurrenceUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The OccurrenceUsages that are ownedUsages of this Definition. Definition
ownedPart PartUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedItem} The PartUsages that are ownedUsages of this Definition. Definition
ownedPort PortUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The PortUsages that are ownedUsages of this Definition. Definition
ownedPortConjugator PortConjugation [1..1] {derived} The PortConjugation that is the ownedConjugator of this ConjugatedPortDefinition, linking it to its originalPortDefinition. ConjugatedPortDefinition
ownedReference ReferenceUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The ReferenceUsages that are ownedUsages of this Definition. Definition
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
ownedRendering RenderingUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedPart} The RenderingUsages that are ownedUsages of this Definition. Definition
ownedRequirement RequirementUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedConstraint} The RequirementUsages that are ownedUsages of this Definition. Definition
ownedSpecialization Specialization [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_specific_specialization.specialization} The ownedRelationships of this Type that are Specializations, for which the Type is the specific Type. Type
ownedState StateUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedAction} The StateUsages that are ownedUsages of this Definition. Definition
ownedSubclassification Subclassification [0..*] {composite} {derived} {subsetted: Type.ownedSpecialization} The ownedSpecializations of this Classifier that are Subclassifications, for which this Classifier is the subclassifier. Classifier
ownedTransition TransitionUsage [0..*] {derived} {subsetted: Definition.ownedUsage} The TransitionUsages that are ownedUsages of this Definition. Definition
ownedUnioning Unioning [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Type that are Unionings, having the Type as their typeUnioned. Type
ownedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.ownedFeature} {subsetted: Definition.usage} The Usages that are ownedFeatures of this Definition. Definition
ownedUseCase UseCaseUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedCase} The UseCaseUsages that are ownedUsages of this Definition. Definition
ownedVerificationCase VerificationCaseUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedCase} The VerificationCaseUsages that are ownedUsages of this Definition. Definition
ownedView ViewUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedPart} The ViewUsages that are ownedUsages of this Definition. Definition
ownedViewpoint ViewpointUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedRequirement} The ViewpointUsages that are ownedUsages of this Definition. Definition
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {redefined} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element
unioningType Type [0..*] {derived} {ordered} {many-to-many:Type.unionedType} The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general. Type
usage Usage [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Definition.featuringDefinition} The Usages that are features of this Definition (not necessarily owned). Definition
variant Usage [0..*] {derived} {subsetted: Namespace.ownedMember} The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants. Definition
variantMembership VariantMembership [0..*] {composite} {derived} {subsetted: Namespace.ownedMembership} The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty. Definition

ConjugatedPortTyping [Class]

Features

Name Description
Fully Qualified Name SysML::Systems::Ports::ConjugatedPortTyping
Definition A ConjugatedPortTyping is a FeatureTyping whose type is a ConjugatedPortDefinition. (This relationship is intended to be an abstract-syntax marker for a special surface notation for conjugated typing of ports.)
Is Abstract FALSE
Generalizations FeatureTyping
Specializations
Containers

Properties

Name Type Default Description Inheritance
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
conjugatedPortDefinition ConjugatedPortDefinition [1..1] The type of this ConjugatedPortTyping considered as a FeatureTyping, which must be a ConjugatedPortDefinition. ConjugatedPortTyping
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
general Type [1..1] {redefined} A Type with a superset of all instances of the specific Type, which might be the same set. Specialization
isImplied Boolean [1..1] Whether this Relationship was generated by tooling to meet semantic rules, rather than being directly created by a modeler. Relationship
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedRelatedElement Element [0..*] {composite} {ordered} {subsetted: Relationship.relatedElement} The relatedElements of this Relationship that are owned by the Relationship. Relationship
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningFeature Feature [0..1] {derived} {subsetted: FeatureTyping.typedFeature} A typedFeature that is also the owningRelatedElement of this FeatureTyping. FeatureTyping
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelatedElement Element [0..1] {subsetted: Relationship.relatedElement} The relatedElement of this Relationship that owns the Relationship, if any. Relationship
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
owningType Type [0..1] {derived} {redefined} {subsetted: Relationship.owningRelatedElement} {subsetted: Specialization.specific} The Type that is the specific Type of this Specialization and owns it as its owningRelatedElement. Specialization
portDefinition PortDefinition [1..1] {derived} The originalPortDefinition of the conjugatedPortDefinition of this ConjugatedPortTyping. ConjugatedPortTyping
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
relatedElement Element [0..*] {derived} {ordered} {many-to-many:Relationship.relationship} The Elements that are related by this Relationship, derived as the union of the source and target Elements of the Relationship. Relationship
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
source Element [0..*] {ordered} {redefined} {subsetted: Relationship.relatedElement} {many-to-many:Relationship.sourceRelationship} The relatedElements from which this Relationship is considered to be directed. Relationship
specific Type [1..1] {redefined} A Type with a subset of all instances of the general Type, which might be the same set. Specialization
target Element [0..*] {ordered} {redefined} {subsetted: Relationship.relatedElement} {many-to-many:Relationship.targetRelationship} The relatedElements to which this Relationship is considered to be directed. Relationship
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element
type Type [1..1] {redefined} The Type that is being applied by this FeatureTyping. FeatureTyping
typedFeature Feature [1..1] The Feature that has a type determined by this FeatureTyping. FeatureTyping

Conjugation [Class]

Features

Name Description
Fully Qualified Name SysML::Core::Types::Conjugation
Definition Conjugation is a Relationship between two types in which the conjugatedType inherits all the Features of the originalType, but with all input and output Features reversed. That is, any Features with a direction in relative to the originalType are considered to have an effective direction of out relative to the conjugatedType and, similarly, Features with direction out in the originalType are considered to have an effective direction of in in the conjugatedType. Features with direction inout, or with no direction, in the originalType, are inherited without change.A Type may participate as a conjugatedType in at most one Conjugation relationship, and such a Type may not also be the specific Type in any Specialization relationship.
Is Abstract FALSE
Generalizations Relationship
Specializations PortConjugation
Containers Type

Properties

Name Type Default Description Inheritance
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
conjugatedType Type [1..1] The Type that is the result of applying Conjugation to the originalType. Conjugation
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
isImplied Boolean [1..1] Whether this Relationship was generated by tooling to meet semantic rules, rather than being directly created by a modeler. Relationship
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
originalType Type [1..1] The Type to be conjugated. Conjugation
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedRelatedElement Element [0..*] {composite} {ordered} {subsetted: Relationship.relatedElement} The relatedElements of this Relationship that are owned by the Relationship. Relationship
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelatedElement Element [0..1] {subsetted: Relationship.relatedElement} The relatedElement of this Relationship that owns the Relationship, if any. Relationship
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
owningType Type [0..1] {derived} {subsetted: Conjugation.conjugatedType} {subsetted: Relationship.owningRelatedElement} The conjugatedType of this Conjugation that is also its owningRelatedElement. Conjugation
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
relatedElement Element [0..*] {derived} {ordered} {many-to-many:Relationship.relationship} The Elements that are related by this Relationship, derived as the union of the source and target Elements of the Relationship. Relationship
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
source Element [0..*] {ordered} {redefined} {subsetted: Relationship.relatedElement} {many-to-many:Relationship.sourceRelationship} The relatedElements from which this Relationship is considered to be directed. Relationship
target Element [0..*] {ordered} {redefined} {subsetted: Relationship.relatedElement} {many-to-many:Relationship.targetRelationship} The relatedElements to which this Relationship is considered to be directed. Relationship
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element

ConnectionDefinition [Class]

Features

Name Description
Fully Qualified Name SysML::Systems::Connections::ConnectionDefinition
Definition A ConnectionDefinition is a PartDefinition that is also an AssociationStructure. The end Features of a ConnectionDefinition must be Usages.
Is Abstract FALSE
Generalizations AssociationStructure PartDefinition
Specializations AllocationDefinition InterfaceDefinition
Containers

Properties

Name Type Default Description Inheritance
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
associationEnd Feature [0..*] {derived} {redefined} {many-to-many:Association.associationWithEnd} The features of the Association that identify the things that can be related by it. A concrete Association must have at least two associationEnds. When it has exactly two, the Association is called a binary Association. Association
connectionEnd Usage [0..*] {derived} {ordered} {many-to-many:ConnectionDefinition.connectionDefinitionWithEnd} The Usages that define the things related by the ConnectionDefinition. ConnectionDefinition
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
differencingType Type [0..*] {derived} {ordered} {many-to-many:Type.differencedType} The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
directedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithDirectedFeature} The features of this Type that have a non-null direction. Type
directedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {subsetted: Definition.usage} {many-to-many:Definition.definitionWithDirectedUsage} The usages of this Definition that are directedFeatures. Definition
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
endFeature Feature [0..*] {derived} {ordered} {redefined} {subsetted: Type.feature} {many-to-many:Type.typeWithEndFeature} All features of this Type with isEnd = true. Type
feature Feature [0..*] {derived} {ordered} {subsetted: Namespace.member} {many-to-many:Type.typeWithFeature} The ownedMemberFeatures of the featureMemberships of this Type. Type
featureMembership FeatureMembership [0..*] {derived} {ordered} {many-to-many:Type.type} The FeatureMemberships for features of this Type, which include all ownedFeatureMemberships and those inheritedMemberships that are FeatureMemberships (but does not include any importedMemberships). Type
importedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Namespace.importingNamespace} The Memberships in this Namespace that result from the ownedImports of this Namespace. Namespace
inheritedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.inheritingType} All the memberFeatures of the inheritedMemberships of this Type that are FeatureMemberships. Type
inheritedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Type.inheritingType} All Memberships inherited by this Type via Specialization or Conjugation. These are included in the derived union for the memberships of the Type. Type
input Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithInput} All features related to this Type by FeatureMemberships that have direction in or inout. Type
intersectingType Type [0..*] {derived} {ordered} {many-to-many:Type.intersectedType} The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
isAbstract Boolean [1..1] Indicates whether instances of this Type must also be instances of at least one of its specialized Types. Type
isConjugated Boolean [1..1] {derived} Indicates whether this Type has an ownedConjugator. Type
isImplied Boolean [1..1] Whether this Relationship was generated by tooling to meet semantic rules, rather than being directly created by a modeler. Relationship
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isIndividual Boolean [1..1] Whether this OccurrenceDefinition is constrained to represent at most one thing. OccurrenceDefinition
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
isSufficient Boolean [1..1] A ConnectionDefinition always has isSufficient = true. ConnectionDefinition
isSufficient Boolean [1..1] {redefined} Whether all things that meet the classification conditions of this Type must be classified by the Type.(A Type gives conditions that must be met by whatever it classifies, but when isSufficient is false, things may meet those conditions but still not be classified by the Type. For example, a Type Car that is not sufficient could require everything it classifies to have four wheels, but not all four wheeled things would classify as cars. However, if the Type Car were sufficient, it would classify all four-wheeled things.) Type
isVariation Boolean [1..1] Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships. Definition
member Element [0..*] {derived} {ordered} {many-to-many:Namespace.namespace} The set of all member Elements of this Namespace, which are the memberElements of all memberships of the Namespace. Namespace
membership Membership [0..*] {derived} {derived-union} {ordered} {many-to-many:Namespace.membershipNamespace} All Memberships in this Namespace, including (at least) the union of ownedMemberships and importedMemberships. Namespace
multiplicity Multiplicity [0..1] {derived} {subsetted: Namespace.ownedMember} An ownedMember of this Type that is a Multiplicity, which constraints the cardinality of the Type. If there is no such ownedMember, then the cardinality of this Type is constrained by all the Multiplicity constraints applicable to any direct supertypes. Type
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
output Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithOutput} All features related to this Type by FeatureMemberships that have direction out or inout. Type
ownedAction ActionUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedOccurrence} The ActionUsages that are ownedUsages of this Definition. Definition
ownedAllocation AllocationUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedConnection} The AllocationUsages that are ownedUsages of this Definition. Definition
ownedAnalysisCase AnalysisCaseUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedCase} The AnalysisCaseUsages that are ownedUsages of this Definition. Definition
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedAttribute AttributeUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The AttributeUsages that are ownedUsages of this Definition. Definition
ownedCalculation CalculationUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedAction} The CalculationUsages that are ownedUsages of this Definition. Definition
ownedCase CaseUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedCalculation} The code>CaseUsages that are ownedUsages of this Definition. Definition
ownedConcern ConcernUsage [0..*] {derived} {subsetted: Definition.ownedRequirement} The ConcernUsages that are ownedUsages of this Definition. Definition
ownedConjugator Conjugation [0..1] {composite} {derived} {subsetted: A_conjugatedType_conjugator.conjugator} {subsetted: Element.ownedRelationship} A Conjugation owned by this Type for which the Type is the originalType. Type
ownedConnection ConnectorAsUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The ConnectorAsUsages that are ownedUsages of this Definition. Note that this list includes BindingConnectorAsUsages, SuccessionAsUsages, and FlowUsages because these are ConnectorAsUsages even though they are not ConnectionUsages. Definition
ownedConstraint ConstraintUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedOccurrence} The ConstraintUsages that are ownedUsages of this Definition. Definition
ownedDifferencing Differencing [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Differencings, having this Type as their typeDifferenced. Type
ownedDisjoining Disjoining [0..*] {composite} {derived} {subsetted: Element.ownedRelationship} {subsetted: A_disjoiningTypeDisjoining_typeDisjoined.disjoiningTypeDisjoining} The ownedRelationships of this Type that are Disjoinings, for which the Type is the typeDisjoined Type. Type
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedEndFeature Feature [0..*] {derived} {ordered} {subsetted: Type.endFeature} {subsetted: Type.ownedFeature} All endFeatures of this Type that are ownedFeatures. Type
ownedEnumeration EnumerationUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedAttribute} The EnumerationUsages that are ownedUsages of this Definition. Definition
ownedFeature Feature [0..*] {derived} {ordered} {subsetted: Namespace.ownedMember} The ownedMemberFeatures of the ownedFeatureMemberships of this Type. Type
ownedFeatureMembership FeatureMembership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.ownedMembership} {subsetted: Type.featureMembership} The ownedMemberships of this Type that are FeatureMemberships, for which the Type is the owningType. Each such FeatureMembership identifies an ownedFeature of the Type. Type
ownedFlow FlowUsage [0..*] {derived} {subsetted: Definition.ownedConnection} The FlowUsages that are ownedUsages of this Definition. Definition
ownedImport Import [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Namespace that are Imports, for which the Namespace is the importOwningNamespace. Namespace
ownedInterface InterfaceUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedConnection} The InterfaceUsages that are ownedUsages of this Definition. Definition
ownedIntersecting Intersecting [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Intersectings, have the Type as their typeIntersected. Type
ownedItem ItemUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedOccurrence} The ItemUsages that are ownedUsages of this Definition. Definition
ownedMember Element [0..*] {derived} {ordered} {subsetted: Namespace.member} The owned members of this Namespace, which are the ownedMemberElements of the ownedMemberships of the Namespace. Namespace
ownedMembership Membership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.membership} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Namespace that are Memberships, for which the Namespace is the membershipOwningNamespace. Namespace
ownedMetadata MetadataUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedItem} The MetadataUsages that are ownedUsages of this Definition. Definition
ownedOccurrence OccurrenceUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The OccurrenceUsages that are ownedUsages of this Definition. Definition
ownedPart PartUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedItem} The PartUsages that are ownedUsages of this Definition. Definition
ownedPort PortUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The PortUsages that are ownedUsages of this Definition. Definition
ownedReference ReferenceUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The ReferenceUsages that are ownedUsages of this Definition. Definition
ownedRelatedElement Element [0..*] {composite} {ordered} {subsetted: Relationship.relatedElement} The relatedElements of this Relationship that are owned by the Relationship. Relationship
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
ownedRendering RenderingUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedPart} The RenderingUsages that are ownedUsages of this Definition. Definition
ownedRequirement RequirementUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedConstraint} The RequirementUsages that are ownedUsages of this Definition. Definition
ownedSpecialization Specialization [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_specific_specialization.specialization} The ownedRelationships of this Type that are Specializations, for which the Type is the specific Type. Type
ownedState StateUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedAction} The StateUsages that are ownedUsages of this Definition. Definition
ownedSubclassification Subclassification [0..*] {composite} {derived} {subsetted: Type.ownedSpecialization} The ownedSpecializations of this Classifier that are Subclassifications, for which this Classifier is the subclassifier. Classifier
ownedTransition TransitionUsage [0..*] {derived} {subsetted: Definition.ownedUsage} The TransitionUsages that are ownedUsages of this Definition. Definition
ownedUnioning Unioning [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Type that are Unionings, having the Type as their typeUnioned. Type
ownedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.ownedFeature} {subsetted: Definition.usage} The Usages that are ownedFeatures of this Definition. Definition
ownedUseCase UseCaseUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedCase} The UseCaseUsages that are ownedUsages of this Definition. Definition
ownedVerificationCase VerificationCaseUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedCase} The VerificationCaseUsages that are ownedUsages of this Definition. Definition
ownedView ViewUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedPart} The ViewUsages that are ownedUsages of this Definition. Definition
ownedViewpoint ViewpointUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedRequirement} The ViewpointUsages that are ownedUsages of this Definition. Definition
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelatedElement Element [0..1] {subsetted: Relationship.relatedElement} The relatedElement of this Relationship that owns the Relationship, if any. Relationship
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
relatedElement Element [0..*] {derived} {ordered} {redefined} {many-to-many:Relationship.relationship} The Elements that are related by this Relationship, derived as the union of the source and target Elements of the Relationship. Relationship
relatedType Type [0..*] {derived} {ordered} {many-to-many:Association.association} The types of the associationEnds of the Association, which are the relatedElements of the Association considered as a Relationship. Association
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
source Element [0..*] {ordered} {redefined} {subsetted: Relationship.relatedElement} {many-to-many:Relationship.sourceRelationship} The relatedElements from which this Relationship is considered to be directed. Relationship
sourceType Type [0..1] {derived} {subsetted: Association.relatedType} The source relatedType for this Association. It is the first relatedType of the Association. Association
target Element [0..*] {ordered} {redefined} {subsetted: Relationship.relatedElement} {many-to-many:Relationship.targetRelationship} The relatedElements to which this Relationship is considered to be directed. Relationship
targetType Type [0..*] {derived} {subsetted: Association.relatedType} {many-to-many:Association.targetAssociation} The target relatedTypes for this Association. This includes all the relatedTypes other than the sourceType. Association
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element
unioningType Type [0..*] {derived} {ordered} {many-to-many:Type.unionedType} The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general. Type
usage Usage [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Definition.featuringDefinition} The Usages that are features of this Definition (not necessarily owned). Definition
variant Usage [0..*] {derived} {subsetted: Namespace.ownedMember} The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants. Definition
variantMembership VariantMembership [0..*] {composite} {derived} {subsetted: Namespace.ownedMembership} The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty. Definition

ConnectionUsage [Class]

Features

Name Description
Fully Qualified Name SysML::Systems::Connections::ConnectionUsage
Definition A ConnectionUsage is a ConnectorAsUsage that is also a PartUsage. Nominally, if its type is a ConnectionDefinition, then a ConnectionUsage is a Usage of that ConnectionDefinition, representing a connection between parts of a system. However, other kinds of kernel AssociationStructures are also allowed, to permit use of AssociationStructures from the Kernel Model Libraries.
Is Abstract FALSE
Generalizations ConnectorAsUsage PartUsage
Specializations AllocationUsage InterfaceUsage
Containers

Properties

Name Type Default Description Inheritance
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
association Association [0..*] {derived} {ordered} {redefined} {many-to-many:Connector.typedConnector} The Associations that type the Connector. Connector
chainingFeature Feature [0..*] {derived} {ordered} {many-to-many:Feature.chainedFeature} The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature. Feature
connectionDefinition AssociationStructure [0..*] {derived} {ordered} {subsetted: ItemUsage.itemDefinition} {many-to-many:ConnectionUsage.definedConnection} The AssociationStructures that are the types of this ConnectionUsage. Nominally, these are , but other kinds of Kernel AssociationStructures are also allowed, to permit use of AssociationStructures from the Kernel Model Libraries ConnectionUsage
connectorEnd Feature [0..*] {derived} {ordered} {many-to-many:Connector.featuringConnector} The endFeatures of a Connector, which redefine the endFeatures of the associations of the Connector. The connectorEnds determine via ReferenceSubsetting Relationships which Features are related by the Connector. Connector
crossFeature Feature [0..1] {derived} The second chainingFeature of the crossedFeature of the ownedCrossSubsetting of this Feature, if it has one. Semantically, the values of the crossFeature of an end Feature must include all values of the end Feature obtained when navigating from values of the other end Features of the same owningType. Feature
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
defaultFeaturingType Type [0..1] {derived} The innermost Type that is a common direct or indirect featuringType of the relatedFeatures, such that, if it exists and was the featuringType of this Connector, the Connector would satisfy the checkConnectorTypeFeaturing constraint. Connector
definition Classifier [0..*] {derived} {ordered} {redefined} {many-to-many:Usage.definedUsage} The Classifiers that are the types of this Usage. Nominally, these are Definitions, but other kinds of Kernel Classifiers are also allowed, to permit use of Classifiers from the Kernel Model Libraries. Usage
differencingType Type [0..*] {derived} {ordered} {many-to-many:Type.differencedType} The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
directedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithDirectedFeature} The features of this Type that have a non-null direction. Type
directedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {subsetted: Usage.usage} {many-to-many:Usage.usageWithDirectedUsage} The usages of this Usage that are directedFeatures. Usage
direction FeatureDirectionKind [0..1] Indicates how values of this Feature are determined or used (as specified for the FeatureDirectionKind). Feature
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
endFeature Feature [0..*] {derived} {ordered} {redefined} {subsetted: Type.feature} {many-to-many:Type.typeWithEndFeature} All features of this Type with isEnd = true. Type
endOwningType Type [0..1] {derived} {subsetted: A_endFeature_typeWithEndFeature.typeWithEndFeature} {subsetted: Feature.owningType} The Type that is related to this Feature by an EndFeatureMembership in which the Feature is an ownedMemberFeature. Feature
feature Feature [0..*] {derived} {ordered} {subsetted: Namespace.member} {many-to-many:Type.typeWithFeature} The ownedMemberFeatures of the featureMemberships of this Type. Type
featureMembership FeatureMembership [0..*] {derived} {ordered} {many-to-many:Type.type} The FeatureMemberships for features of this Type, which include all ownedFeatureMemberships and those inheritedMemberships that are FeatureMemberships (but does not include any importedMemberships). Type
featureTarget Feature [1..1] {derived} The last of the chainingFeatures of this Feature, if it has any. Otherwise, this Feature itself. Feature
featuringType Type [0..*] {derived} {ordered} {many-to-many:Feature.featureOfType} Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature. Feature
importedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Namespace.importingNamespace} The Memberships in this Namespace that result from the ownedImports of this Namespace. Namespace
individualDefinition OccurrenceDefinition [0..1] {derived} {subsetted: OccurrenceUsage.occurrenceDefinition} The at most one occurrenceDefinition that has isIndividual = true. OccurrenceUsage
inheritedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.inheritingType} All the memberFeatures of the inheritedMemberships of this Type that are FeatureMemberships. Type
inheritedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Type.inheritingType} All Memberships inherited by this Type via Specialization or Conjugation. These are included in the derived union for the memberships of the Type. Type
input Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithInput} All features related to this Type by FeatureMemberships that have direction in or inout. Type
intersectingType Type [0..*] {derived} {ordered} {many-to-many:Type.intersectedType} The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
isAbstract Boolean [1..1] Indicates whether instances of this Type must also be instances of at least one of its specialized Types. Type
isComposite Boolean [1..1] Whether the Feature is a composite feature of its featuringType. If so, the values of the Feature cannot exist after its featuring instance no longer does and cannot be values of another composite feature that is not on the same featuring instance. Feature
isConjugated Boolean [1..1] {derived} Indicates whether this Type has an ownedConjugator. Type
isConstant Boolean [1..1] If isVariable is true, then whether the value of this Feature nevertheless does not change over all snapshots of its owningType. Feature
isDerived Boolean [1..1] Whether the values of this Feature can always be computed from the values of other Features. Feature
isEnd Boolean [1..1] Whether or not this Feature is an end Feature. An end Feature always has multiplicity 1, mapping each of its domain instances to a single co-domain instance. However, it may have a crossFeature, in which case values of the crossFeature must be the same as those found by navigation across instances of the owningType from values of other end Features to values of this Feature. If the owningType has n end Features, then the multiplicity, ordering, and uniqueness declared for the crossFeature of any one of these end Features constrains the cardinality, ordering, and uniqueness of the collection of values of that Feature reached by navigation when the values of the other n-1 end Features are held fixed. Feature
isImplied Boolean [1..1] Whether this Relationship was generated by tooling to meet semantic rules, rather than being directly created by a modeler. Relationship
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isIndividual Boolean [1..1] Whether this OccurrenceUsage represents the usage of the specific individual represented by its individualDefinition. OccurrenceUsage
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
isOrdered Boolean [1..1] Whether an order exists for the values of this Feature or not. Feature
isPortion Boolean [1..1] Whether the values of this Feature are contained in the space and time of instances of the domain of the Feature and represent the same thing as those instances. Feature
isReference Boolean [1..1] {derived} Whether this Usage is a referential Usage, that is, it has isComposite = false. Usage
isSufficient Boolean [1..1] Whether all things that meet the classification conditions of this Type must be classified by the Type.(A Type gives conditions that must be met by whatever it classifies, but when isSufficient is false, things may meet those conditions but still not be classified by the Type. For example, a Type Car that is not sufficient could require everything it classifies to have four wheels, but not all four wheeled things would classify as cars. However, if the Type Car were sufficient, it would classify all four-wheeled things.) Type
isUnique Boolean [1..1] Whether or not values for this Feature must have no duplicates or not. Feature
isVariable Boolean [1..1] {redefined} Whether the value of this Feature might vary over time. That is, whether the Feature may have a different value for each snapshot of an owningType that is an Occurrence. Feature
isVariation Boolean [1..1] Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships. Usage
itemDefinition Structure [0..*] {derived} {ordered} {subsetted: OccurrenceUsage.occurrenceDefinition} {many-to-many:ItemUsage.definedItem} The Structures that are the definitions of this ItemUsage. Nominally, these are ItemDefinitions, but other kinds of Kernel Structures are also allowed, to permit use of Structures from the Kernel Library. ItemUsage
mayTimeVary Boolean [1..1] {derived} Whether this Usage may be time varying (that is, whether it is featured by the snapshots of its owningType, rather than being featured by the owningType itself). However, if isConstant is also true, then the value of the Usage is nevertheless constant over the entire duration of an instance of its owningType (that is, it has the same value on all snapshots).The property mayTimeVary redefines the KerML property Feature::isVariable, making it derived. The property isConstant is inherited from Feature. Usage
member Element [0..*] {derived} {ordered} {many-to-many:Namespace.namespace} The set of all member Elements of this Namespace, which are the memberElements of all memberships of the Namespace. Namespace
membership Membership [0..*] {derived} {derived-union} {ordered} {many-to-many:Namespace.membershipNamespace} All Memberships in this Namespace, including (at least) the union of ownedMemberships and importedMemberships. Namespace
multiplicity Multiplicity [0..1] {derived} {subsetted: Namespace.ownedMember} An ownedMember of this Type that is a Multiplicity, which constraints the cardinality of the Type. If there is no such ownedMember, then the cardinality of this Type is constrained by all the Multiplicity constraints applicable to any direct supertypes. Type
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
nestedAction ActionUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ActionUsages that are nestedUsages of this Usage. Usage
nestedAllocation AllocationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConnection} The AllocationUsages that are nestedUsages of this Usage. Usage
nestedAnalysisCase AnalysisCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The AnalysisCaseUsages that are nestedUsages of this Usage. Usage
nestedAttribute AttributeUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The code>AttributeUsages that are nestedUsages of this Usage. Usage
nestedCalculation CalculationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAction} The CalculationUsage that are nestedUsages of this Usage. Usage
nestedCase CaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCalculation} The CaseUsages that are nestedUsages of this Usage. Usage
nestedConcern ConcernUsage [0..*] {derived} {subsetted: Usage.nestedRequirement} The ConcernUsages that are nestedUsages of this Usage. Usage
nestedConnection ConnectorAsUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The ConnectorAsUsages that are nestedUsages of this Usage. Note that this list includes BindingConnectorAsUsages, SuccessionAsUsages, and FlowConnectionUsages because these are ConnectorAsUsages even though they are not ConnectionUsages. Usage
nestedConstraint ConstraintUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ConstraintUsages that are nestedUsages of this Usage. Usage
nestedEnumeration EnumerationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAttribute} The code>EnumerationUsages that are nestedUsages of this Usage. Usage
nestedFlow FlowUsage [0..*] {derived} {subsetted: Usage.nestedConnection} The code>FlowUsages that are nestedUsages of this Usage. Usage
nestedInterface InterfaceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConnection} The InterfaceUsages that are nestedUsages of this Usage. Usage
nestedItem ItemUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ItemUsages that are nestedUsages of this Usage. Usage
nestedMetadata MetadataUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedItem} The MetadataUsages that are nestedUsages of this of this Usage. Usage
nestedOccurrence OccurrenceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The OccurrenceUsages that are nestedUsages of this Usage. Usage
nestedPart PartUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedItem} The PartUsages that are nestedUsages of this Usage. Usage
nestedPort PortUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The PortUsages that are nestedUsages of this Usage. Usage
nestedReference ReferenceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The ReferenceUsages that are nestedUsages of this Usage. Usage
nestedRendering RenderingUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedPart} The RenderingUsages that are nestedUsages of this Usage. Usage
nestedRequirement RequirementUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConstraint} The RequirementUsages that are nestedUsages of this Usage. Usage
nestedState StateUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAction} The StateUsages that are nestedUsages of this Usage. Usage
nestedTransition TransitionUsage [0..*] {derived} {subsetted: Usage.nestedUsage} The TransitionUsages that are nestedUsages of this Usage. Usage
nestedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.ownedFeature} {subsetted: Usage.usage} The Usages that are ownedFeatures of this Usage. Usage
nestedUseCase UseCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The UseCaseUsages that are nestedUsages of this Usage. Usage
nestedVerificationCase VerificationCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The VerificationCaseUsages that are nestedUsages of this Usage. Usage
nestedView ViewUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedPart} The ViewUsages that are nestedUsages of this Usage. Usage
nestedViewpoint ViewpointUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedRequirement} The ViewpointUsages that are nestedUsages of this Usage. Usage
occurrenceDefinition Class [0..*] {derived} {ordered} {many-to-many:OccurrenceUsage.definedOccurrence} The Classes that are the types of this OccurrenceUsage. Nominally, these are OccurrenceDefinitions, but other kinds of kernel Classes are also allowed, to permit use of Classes from the Kernel Model Libraries. OccurrenceUsage
output Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithOutput} All features related to this Type by FeatureMemberships that have direction out or inout. Type
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedConjugator Conjugation [0..1] {composite} {derived} {subsetted: A_conjugatedType_conjugator.conjugator} {subsetted: Element.ownedRelationship} A Conjugation owned by this Type for which the Type is the originalType. Type
ownedCrossSubsetting CrossSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a CrossSubsetting}, for which the Feature is the crossingFeature. Feature
ownedDifferencing Differencing [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Differencings, having this Type as their typeDifferenced. Type
ownedDisjoining Disjoining [0..*] {composite} {derived} {subsetted: Element.ownedRelationship} {subsetted: A_disjoiningTypeDisjoining_typeDisjoined.disjoiningTypeDisjoining} The ownedRelationships of this Type that are Disjoinings, for which the Type is the typeDisjoined Type. Type
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedEndFeature Feature [0..*] {derived} {ordered} {subsetted: Type.endFeature} {subsetted: Type.ownedFeature} All endFeatures of this Type that are ownedFeatures. Type
ownedFeature Feature [0..*] {derived} {ordered} {subsetted: Namespace.ownedMember} The ownedMemberFeatures of the ownedFeatureMemberships of this Type. Type
ownedFeatureChaining FeatureChaining [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Feature that are FeatureChainings, for which the Feature will be the featureChained. Feature
ownedFeatureInverting FeatureInverting [0..*] {composite} {derived} {subsetted: A_invertingFeatureInverting_featureInverted.invertingFeatureInverting} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are FeatureInvertings and for which the Feature is the featureInverted. Feature
ownedFeatureMembership FeatureMembership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.ownedMembership} {subsetted: Type.featureMembership} The ownedMemberships of this Type that are FeatureMemberships, for which the Type is the owningType. Each such FeatureMembership identifies an ownedFeature of the Type. Type
ownedImport Import [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Namespace that are Imports, for which the Namespace is the importOwningNamespace. Namespace
ownedIntersecting Intersecting [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Intersectings, have the Type as their typeIntersected. Type
ownedMember Element [0..*] {derived} {ordered} {subsetted: Namespace.member} The owned members of this Namespace, which are the ownedMemberElements of the ownedMemberships of the Namespace. Namespace
ownedMembership Membership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.membership} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Namespace that are Memberships, for which the Namespace is the membershipOwningNamespace. Namespace
ownedRedefinition Redefinition [0..*] {composite} {derived} {subsetted: Feature.ownedSubsetting} The ownedSubsettings of this Feature that are Redefinitions, for which the Feature is the redefiningFeature. Feature
ownedReferenceSubsetting ReferenceSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a ReferenceSubsetting, for which the Feature is the referencingFeature. Feature
ownedRelatedElement Element [0..*] {composite} {ordered} {subsetted: Relationship.relatedElement} The relatedElements of this Relationship that are owned by the Relationship. Relationship
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
ownedSpecialization Specialization [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_specific_specialization.specialization} The ownedRelationships of this Type that are Specializations, for which the Type is the specific Type. Type
ownedSubsetting Subsetting [0..*] {composite} {derived} {subsetted: Type.ownedSpecialization} {subsetted: A_subsettingFeature_subsetting.subsetting} The ownedSpecializations of this Feature that are Subsettings, for which the Feature is the subsettingFeature. Feature
ownedTypeFeaturing TypeFeaturing [0..*] {composite} {derived} {ordered} {subsetted: A_featureOfType_typeFeaturing.typeFeaturing} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are TypeFeaturings and for which the Feature is the featureOfType. Feature
ownedTyping FeatureTyping [0..*] {composite} {derived} {ordered} {subsetted: Type.ownedSpecialization} {subsetted: A_typing_typedFeature.typing} The ownedSpecializations of this Feature that are FeatureTypings, for which the Feature is the typedFeature. Feature
ownedUnioning Unioning [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Type that are Unionings, having the Type as their typeUnioned. Type
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningDefinition Definition [0..1] {derived} {subsetted: Feature.owningType} {subsetted: A_usage_featuringDefinition.featuringDefinition} The Definition that owns this Usage (if any). Usage
owningFeatureMembership FeatureMembership [0..1] {derived} {subsetted: Element.owningMembership} The FeatureMembership that owns this Feature as an ownedMemberFeature, determining its owningType. Feature
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelatedElement Element [0..1] {subsetted: Relationship.relatedElement} The relatedElement of this Relationship that owns the Relationship, if any. Relationship
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
owningType Type [0..1] {derived} {subsetted: A_typeWithFeature_feature.typeWithFeature} {subsetted: Element.owningNamespace} {subsetted: Feature.featuringType} The Type that is the owningType of the owningFeatureMembership of this Feature. Feature
owningUsage Usage [0..1] {derived} {subsetted: Feature.owningType} The Usage in which this Usage is nested (if any). Usage
partDefinition PartDefinition [0..*] {derived} {ordered} {subsetted: ItemUsage.itemDefinition} {many-to-many:PartUsage.definedPart} The itemDefinitions of this PartUsage that are PartDefinitions. PartUsage
portionKind PortionKind [0..1] The kind of temporal portion (time slice or snapshot) is represented by this OccurrenceUsage. If portionKind is not null, then the owningType of the OccurrenceUsage must be non-null, and the OccurrenceUsage represents portions of the featuring instance of the owningType. OccurrenceUsage
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
relatedElement Element [0..*] {derived} {ordered} {redefined} {many-to-many:Relationship.relationship} The Elements that are related by this Relationship, derived as the union of the source and target Elements of the Relationship. Relationship
relatedFeature Feature [0..*] {derived} {ordered} {many-to-many:Connector.connector} The Features that are related by this Connector considered as a Relationship and that restrict the links it identifies, given by the referenced Features of the connectorEnds of the Connector. Connector
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
source Element [0..*] {ordered} {redefined} {subsetted: Relationship.relatedElement} {many-to-many:Relationship.sourceRelationship} The relatedElements from which this Relationship is considered to be directed. Relationship
sourceFeature Feature [0..1] {derived} {ordered} {subsetted: Connector.relatedFeature} The source relatedFeature for this Connector. It is the first relatedFeature. Connector
target Element [0..*] {ordered} {redefined} {subsetted: Relationship.relatedElement} {many-to-many:Relationship.targetRelationship} The relatedElements to which this Relationship is considered to be directed. Relationship
targetFeature Feature [0..*] {derived} {ordered} {subsetted: Connector.relatedFeature} {many-to-many:Connector.targetConnector} The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature. Connector
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element
type Type [0..*] {derived} {ordered} {redefined} {many-to-many:Feature.typedFeature} Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature. Feature
unioningType Type [0..*] {derived} {ordered} {many-to-many:Type.unionedType} The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general. Type
usage Usage [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Usage.featuringUsage} The Usages that are features of this Usage (not necessarily owned). Usage
variant Usage [0..*] {derived} {subsetted: Namespace.ownedMember} The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants. Usage
variantMembership VariantMembership [0..*] {composite} {derived} {subsetted: Namespace.ownedMembership} The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty. Usage

Connector [Class]

Features

Name Description
Fully Qualified Name SysML::Kernel::Connectors::Connector
Definition A Connector is a usage of Associations, with links restricted according to instances of the Type in which they are used (domain of the Connector). The associations of the Connector restrict what kinds of things might be linked. The Connector further restricts these links to be between values of Features on instances of its domain.
Is Abstract FALSE
Generalizations Feature Relationship
Specializations BindingConnector ConnectorAsUsage Flow Succession
Containers

Properties

Name Type Default Description Inheritance
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
association Association [0..*] {derived} {ordered} {many-to-many:Connector.typedConnector} The Associations that type the Connector. Connector
chainingFeature Feature [0..*] {derived} {ordered} {many-to-many:Feature.chainedFeature} The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature. Feature
connectorEnd Feature [0..*] {derived} {ordered} {many-to-many:Connector.featuringConnector} The endFeatures of a Connector, which redefine the endFeatures of the associations of the Connector. The connectorEnds determine via ReferenceSubsetting Relationships which Features are related by the Connector. Connector
crossFeature Feature [0..1] {derived} The second chainingFeature of the crossedFeature of the ownedCrossSubsetting of this Feature, if it has one. Semantically, the values of the crossFeature of an end Feature must include all values of the end Feature obtained when navigating from values of the other end Features of the same owningType. Feature
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
defaultFeaturingType Type [0..1] {derived} The innermost Type that is a common direct or indirect featuringType of the relatedFeatures, such that, if it exists and was the featuringType of this Connector, the Connector would satisfy the checkConnectorTypeFeaturing constraint. Connector
differencingType Type [0..*] {derived} {ordered} {many-to-many:Type.differencedType} The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
directedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithDirectedFeature} The features of this Type that have a non-null direction. Type
direction FeatureDirectionKind [0..1] Indicates how values of this Feature are determined or used (as specified for the FeatureDirectionKind). Feature
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
endFeature Feature [0..*] {derived} {ordered} {redefined} {subsetted: Type.feature} {many-to-many:Type.typeWithEndFeature} All features of this Type with isEnd = true. Type
endOwningType Type [0..1] {derived} {subsetted: A_endFeature_typeWithEndFeature.typeWithEndFeature} {subsetted: Feature.owningType} The Type that is related to this Feature by an EndFeatureMembership in which the Feature is an ownedMemberFeature. Feature
feature Feature [0..*] {derived} {ordered} {subsetted: Namespace.member} {many-to-many:Type.typeWithFeature} The ownedMemberFeatures of the featureMemberships of this Type. Type
featureMembership FeatureMembership [0..*] {derived} {ordered} {many-to-many:Type.type} The FeatureMemberships for features of this Type, which include all ownedFeatureMemberships and those inheritedMemberships that are FeatureMemberships (but does not include any importedMemberships). Type
featureTarget Feature [1..1] {derived} The last of the chainingFeatures of this Feature, if it has any. Otherwise, this Feature itself. Feature
featuringType Type [0..*] {derived} {ordered} {many-to-many:Feature.featureOfType} Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature. Feature
importedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Namespace.importingNamespace} The Memberships in this Namespace that result from the ownedImports of this Namespace. Namespace
inheritedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.inheritingType} All the memberFeatures of the inheritedMemberships of this Type that are FeatureMemberships. Type
inheritedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Type.inheritingType} All Memberships inherited by this Type via Specialization or Conjugation. These are included in the derived union for the memberships of the Type. Type
input Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithInput} All features related to this Type by FeatureMemberships that have direction in or inout. Type
intersectingType Type [0..*] {derived} {ordered} {many-to-many:Type.intersectedType} The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
isAbstract Boolean [1..1] Indicates whether instances of this Type must also be instances of at least one of its specialized Types. Type
isComposite Boolean [1..1] Whether the Feature is a composite feature of its featuringType. If so, the values of the Feature cannot exist after its featuring instance no longer does and cannot be values of another composite feature that is not on the same featuring instance. Feature
isConjugated Boolean [1..1] {derived} Indicates whether this Type has an ownedConjugator. Type
isConstant Boolean [1..1] If isVariable is true, then whether the value of this Feature nevertheless does not change over all snapshots of its owningType. Feature
isDerived Boolean [1..1] Whether the values of this Feature can always be computed from the values of other Features. Feature
isEnd Boolean [1..1] Whether or not this Feature is an end Feature. An end Feature always has multiplicity 1, mapping each of its domain instances to a single co-domain instance. However, it may have a crossFeature, in which case values of the crossFeature must be the same as those found by navigation across instances of the owningType from values of other end Features to values of this Feature. If the owningType has n end Features, then the multiplicity, ordering, and uniqueness declared for the crossFeature of any one of these end Features constrains the cardinality, ordering, and uniqueness of the collection of values of that Feature reached by navigation when the values of the other n-1 end Features are held fixed. Feature
isImplied Boolean [1..1] Whether this Relationship was generated by tooling to meet semantic rules, rather than being directly created by a modeler. Relationship
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
isOrdered Boolean [1..1] Whether an order exists for the values of this Feature or not. Feature
isPortion Boolean [1..1] Whether the values of this Feature are contained in the space and time of instances of the domain of the Feature and represent the same thing as those instances. Feature
isSufficient Boolean [1..1] Whether all things that meet the classification conditions of this Type must be classified by the Type.(A Type gives conditions that must be met by whatever it classifies, but when isSufficient is false, things may meet those conditions but still not be classified by the Type. For example, a Type Car that is not sufficient could require everything it classifies to have four wheels, but not all four wheeled things would classify as cars. However, if the Type Car were sufficient, it would classify all four-wheeled things.) Type
isUnique Boolean [1..1] Whether or not values for this Feature must have no duplicates or not. Feature
isVariable Boolean [1..1] Whether the value of this Feature might vary over time. That is, whether the Feature may have a different value for each snapshot of an owningType that is an Occurrence. Feature
member Element [0..*] {derived} {ordered} {many-to-many:Namespace.namespace} The set of all member Elements of this Namespace, which are the memberElements of all memberships of the Namespace. Namespace
membership Membership [0..*] {derived} {derived-union} {ordered} {many-to-many:Namespace.membershipNamespace} All Memberships in this Namespace, including (at least) the union of ownedMemberships and importedMemberships. Namespace
multiplicity Multiplicity [0..1] {derived} {subsetted: Namespace.ownedMember} An ownedMember of this Type that is a Multiplicity, which constraints the cardinality of the Type. If there is no such ownedMember, then the cardinality of this Type is constrained by all the Multiplicity constraints applicable to any direct supertypes. Type
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
output Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithOutput} All features related to this Type by FeatureMemberships that have direction out or inout. Type
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedConjugator Conjugation [0..1] {composite} {derived} {subsetted: A_conjugatedType_conjugator.conjugator} {subsetted: Element.ownedRelationship} A Conjugation owned by this Type for which the Type is the originalType. Type
ownedCrossSubsetting CrossSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a CrossSubsetting}, for which the Feature is the crossingFeature. Feature
ownedDifferencing Differencing [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Differencings, having this Type as their typeDifferenced. Type
ownedDisjoining Disjoining [0..*] {composite} {derived} {subsetted: Element.ownedRelationship} {subsetted: A_disjoiningTypeDisjoining_typeDisjoined.disjoiningTypeDisjoining} The ownedRelationships of this Type that are Disjoinings, for which the Type is the typeDisjoined Type. Type
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedEndFeature Feature [0..*] {derived} {ordered} {subsetted: Type.endFeature} {subsetted: Type.ownedFeature} All endFeatures of this Type that are ownedFeatures. Type
ownedFeature Feature [0..*] {derived} {ordered} {subsetted: Namespace.ownedMember} The ownedMemberFeatures of the ownedFeatureMemberships of this Type. Type
ownedFeatureChaining FeatureChaining [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Feature that are FeatureChainings, for which the Feature will be the featureChained. Feature
ownedFeatureInverting FeatureInverting [0..*] {composite} {derived} {subsetted: A_invertingFeatureInverting_featureInverted.invertingFeatureInverting} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are FeatureInvertings and for which the Feature is the featureInverted. Feature
ownedFeatureMembership FeatureMembership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.ownedMembership} {subsetted: Type.featureMembership} The ownedMemberships of this Type that are FeatureMemberships, for which the Type is the owningType. Each such FeatureMembership identifies an ownedFeature of the Type. Type
ownedImport Import [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Namespace that are Imports, for which the Namespace is the importOwningNamespace. Namespace
ownedIntersecting Intersecting [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Intersectings, have the Type as their typeIntersected. Type
ownedMember Element [0..*] {derived} {ordered} {subsetted: Namespace.member} The owned members of this Namespace, which are the ownedMemberElements of the ownedMemberships of the Namespace. Namespace
ownedMembership Membership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.membership} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Namespace that are Memberships, for which the Namespace is the membershipOwningNamespace. Namespace
ownedRedefinition Redefinition [0..*] {composite} {derived} {subsetted: Feature.ownedSubsetting} The ownedSubsettings of this Feature that are Redefinitions, for which the Feature is the redefiningFeature. Feature
ownedReferenceSubsetting ReferenceSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a ReferenceSubsetting, for which the Feature is the referencingFeature. Feature
ownedRelatedElement Element [0..*] {composite} {ordered} {subsetted: Relationship.relatedElement} The relatedElements of this Relationship that are owned by the Relationship. Relationship
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
ownedSpecialization Specialization [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_specific_specialization.specialization} The ownedRelationships of this Type that are Specializations, for which the Type is the specific Type. Type
ownedSubsetting Subsetting [0..*] {composite} {derived} {subsetted: Type.ownedSpecialization} {subsetted: A_subsettingFeature_subsetting.subsetting} The ownedSpecializations of this Feature that are Subsettings, for which the Feature is the subsettingFeature. Feature
ownedTypeFeaturing TypeFeaturing [0..*] {composite} {derived} {ordered} {subsetted: A_featureOfType_typeFeaturing.typeFeaturing} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are TypeFeaturings and for which the Feature is the featureOfType. Feature
ownedTyping FeatureTyping [0..*] {composite} {derived} {ordered} {subsetted: Type.ownedSpecialization} {subsetted: A_typing_typedFeature.typing} The ownedSpecializations of this Feature that are FeatureTypings, for which the Feature is the typedFeature. Feature
ownedUnioning Unioning [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Type that are Unionings, having the Type as their typeUnioned. Type
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningFeatureMembership FeatureMembership [0..1] {derived} {subsetted: Element.owningMembership} The FeatureMembership that owns this Feature as an ownedMemberFeature, determining its owningType. Feature
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelatedElement Element [0..1] {subsetted: Relationship.relatedElement} The relatedElement of this Relationship that owns the Relationship, if any. Relationship
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
owningType Type [0..1] {derived} {subsetted: A_typeWithFeature_feature.typeWithFeature} {subsetted: Element.owningNamespace} {subsetted: Feature.featuringType} The Type that is the owningType of the owningFeatureMembership of this Feature. Feature
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
relatedElement Element [0..*] {derived} {ordered} {redefined} {many-to-many:Relationship.relationship} The Elements that are related by this Relationship, derived as the union of the source and target Elements of the Relationship. Relationship
relatedFeature Feature [0..*] {derived} {ordered} {many-to-many:Connector.connector} The Features that are related by this Connector considered as a Relationship and that restrict the links it identifies, given by the referenced Features of the connectorEnds of the Connector. Connector
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
source Element [0..*] {ordered} {redefined} {subsetted: Relationship.relatedElement} {many-to-many:Relationship.sourceRelationship} The relatedElements from which this Relationship is considered to be directed. Relationship
sourceFeature Feature [0..1] {derived} {ordered} {subsetted: Connector.relatedFeature} The source relatedFeature for this Connector. It is the first relatedFeature. Connector
target Element [0..*] {ordered} {redefined} {subsetted: Relationship.relatedElement} {many-to-many:Relationship.targetRelationship} The relatedElements to which this Relationship is considered to be directed. Relationship
targetFeature Feature [0..*] {derived} {ordered} {subsetted: Connector.relatedFeature} {many-to-many:Connector.targetConnector} The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature. Connector
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element
type Type [0..*] {derived} {ordered} {redefined} {many-to-many:Feature.typedFeature} Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature. Feature
unioningType Type [0..*] {derived} {ordered} {many-to-many:Type.unionedType} The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general. Type

ConnectorAsUsage [Class]

Features

Name Description
Fully Qualified Name SysML::Systems::Connections::ConnectorAsUsage
Definition A ConnectorAsUsage is both a Connector and a Usage. ConnectorAsUsage cannot itself be instantiated in a SysML model, but it is a base class for the concrete classes BindingConnectorAsUsage, SuccessionAsUsage, ConnectionUsage and FlowConnectionUsage.
Is Abstract TRUE
Generalizations Usage Connector
Specializations BindingConnectorAsUsage ConnectionUsage FlowUsage SuccessionAsUsage
Containers

Properties

Name Type Default Description Inheritance
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
association Association [0..*] {derived} {ordered} {many-to-many:Connector.typedConnector} The Associations that type the Connector. Connector
chainingFeature Feature [0..*] {derived} {ordered} {many-to-many:Feature.chainedFeature} The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature. Feature
connectorEnd Feature [0..*] {derived} {ordered} {many-to-many:Connector.featuringConnector} The endFeatures of a Connector, which redefine the endFeatures of the associations of the Connector. The connectorEnds determine via ReferenceSubsetting Relationships which Features are related by the Connector. Connector
crossFeature Feature [0..1] {derived} The second chainingFeature of the crossedFeature of the ownedCrossSubsetting of this Feature, if it has one. Semantically, the values of the crossFeature of an end Feature must include all values of the end Feature obtained when navigating from values of the other end Features of the same owningType. Feature
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
defaultFeaturingType Type [0..1] {derived} The innermost Type that is a common direct or indirect featuringType of the relatedFeatures, such that, if it exists and was the featuringType of this Connector, the Connector would satisfy the checkConnectorTypeFeaturing constraint. Connector
definition Classifier [0..*] {derived} {ordered} {many-to-many:Usage.definedUsage} The Classifiers that are the types of this Usage. Nominally, these are Definitions, but other kinds of Kernel Classifiers are also allowed, to permit use of Classifiers from the Kernel Model Libraries. Usage
differencingType Type [0..*] {derived} {ordered} {many-to-many:Type.differencedType} The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
directedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithDirectedFeature} The features of this Type that have a non-null direction. Type
directedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {subsetted: Usage.usage} {many-to-many:Usage.usageWithDirectedUsage} The usages of this Usage that are directedFeatures. Usage
direction FeatureDirectionKind [0..1] Indicates how values of this Feature are determined or used (as specified for the FeatureDirectionKind). Feature
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
endFeature Feature [0..*] {derived} {ordered} {redefined} {subsetted: Type.feature} {many-to-many:Type.typeWithEndFeature} All features of this Type with isEnd = true. Type
endOwningType Type [0..1] {derived} {subsetted: A_endFeature_typeWithEndFeature.typeWithEndFeature} {subsetted: Feature.owningType} The Type that is related to this Feature by an EndFeatureMembership in which the Feature is an ownedMemberFeature. Feature
feature Feature [0..*] {derived} {ordered} {subsetted: Namespace.member} {many-to-many:Type.typeWithFeature} The ownedMemberFeatures of the featureMemberships of this Type. Type
featureMembership FeatureMembership [0..*] {derived} {ordered} {many-to-many:Type.type} The FeatureMemberships for features of this Type, which include all ownedFeatureMemberships and those inheritedMemberships that are FeatureMemberships (but does not include any importedMemberships). Type
featureTarget Feature [1..1] {derived} The last of the chainingFeatures of this Feature, if it has any. Otherwise, this Feature itself. Feature
featuringType Type [0..*] {derived} {ordered} {many-to-many:Feature.featureOfType} Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature. Feature
importedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Namespace.importingNamespace} The Memberships in this Namespace that result from the ownedImports of this Namespace. Namespace
inheritedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.inheritingType} All the memberFeatures of the inheritedMemberships of this Type that are FeatureMemberships. Type
inheritedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Type.inheritingType} All Memberships inherited by this Type via Specialization or Conjugation. These are included in the derived union for the memberships of the Type. Type
input Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithInput} All features related to this Type by FeatureMemberships that have direction in or inout. Type
intersectingType Type [0..*] {derived} {ordered} {many-to-many:Type.intersectedType} The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
isAbstract Boolean [1..1] Indicates whether instances of this Type must also be instances of at least one of its specialized Types. Type
isComposite Boolean [1..1] Whether the Feature is a composite feature of its featuringType. If so, the values of the Feature cannot exist after its featuring instance no longer does and cannot be values of another composite feature that is not on the same featuring instance. Feature
isConjugated Boolean [1..1] {derived} Indicates whether this Type has an ownedConjugator. Type
isConstant Boolean [1..1] If isVariable is true, then whether the value of this Feature nevertheless does not change over all snapshots of its owningType. Feature
isDerived Boolean [1..1] Whether the values of this Feature can always be computed from the values of other Features. Feature
isEnd Boolean [1..1] Whether or not this Feature is an end Feature. An end Feature always has multiplicity 1, mapping each of its domain instances to a single co-domain instance. However, it may have a crossFeature, in which case values of the crossFeature must be the same as those found by navigation across instances of the owningType from values of other end Features to values of this Feature. If the owningType has n end Features, then the multiplicity, ordering, and uniqueness declared for the crossFeature of any one of these end Features constrains the cardinality, ordering, and uniqueness of the collection of values of that Feature reached by navigation when the values of the other n-1 end Features are held fixed. Feature
isImplied Boolean [1..1] Whether this Relationship was generated by tooling to meet semantic rules, rather than being directly created by a modeler. Relationship
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
isOrdered Boolean [1..1] Whether an order exists for the values of this Feature or not. Feature
isPortion Boolean [1..1] Whether the values of this Feature are contained in the space and time of instances of the domain of the Feature and represent the same thing as those instances. Feature
isReference Boolean [1..1] {derived} Whether this Usage is a referential Usage, that is, it has isComposite = false. Usage
isSufficient Boolean [1..1] Whether all things that meet the classification conditions of this Type must be classified by the Type.(A Type gives conditions that must be met by whatever it classifies, but when isSufficient is false, things may meet those conditions but still not be classified by the Type. For example, a Type Car that is not sufficient could require everything it classifies to have four wheels, but not all four wheeled things would classify as cars. However, if the Type Car were sufficient, it would classify all four-wheeled things.) Type
isUnique Boolean [1..1] Whether or not values for this Feature must have no duplicates or not. Feature
isVariable Boolean [1..1] {redefined} Whether the value of this Feature might vary over time. That is, whether the Feature may have a different value for each snapshot of an owningType that is an Occurrence. Feature
isVariation Boolean [1..1] Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships. Usage
mayTimeVary Boolean [1..1] {derived} Whether this Usage may be time varying (that is, whether it is featured by the snapshots of its owningType, rather than being featured by the owningType itself). However, if isConstant is also true, then the value of the Usage is nevertheless constant over the entire duration of an instance of its owningType (that is, it has the same value on all snapshots).The property mayTimeVary redefines the KerML property Feature::isVariable, making it derived. The property isConstant is inherited from Feature. Usage
member Element [0..*] {derived} {ordered} {many-to-many:Namespace.namespace} The set of all member Elements of this Namespace, which are the memberElements of all memberships of the Namespace. Namespace
membership Membership [0..*] {derived} {derived-union} {ordered} {many-to-many:Namespace.membershipNamespace} All Memberships in this Namespace, including (at least) the union of ownedMemberships and importedMemberships. Namespace
multiplicity Multiplicity [0..1] {derived} {subsetted: Namespace.ownedMember} An ownedMember of this Type that is a Multiplicity, which constraints the cardinality of the Type. If there is no such ownedMember, then the cardinality of this Type is constrained by all the Multiplicity constraints applicable to any direct supertypes. Type
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
nestedAction ActionUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ActionUsages that are nestedUsages of this Usage. Usage
nestedAllocation AllocationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConnection} The AllocationUsages that are nestedUsages of this Usage. Usage
nestedAnalysisCase AnalysisCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The AnalysisCaseUsages that are nestedUsages of this Usage. Usage
nestedAttribute AttributeUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The code>AttributeUsages that are nestedUsages of this Usage. Usage
nestedCalculation CalculationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAction} The CalculationUsage that are nestedUsages of this Usage. Usage
nestedCase CaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCalculation} The CaseUsages that are nestedUsages of this Usage. Usage
nestedConcern ConcernUsage [0..*] {derived} {subsetted: Usage.nestedRequirement} The ConcernUsages that are nestedUsages of this Usage. Usage
nestedConnection ConnectorAsUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The ConnectorAsUsages that are nestedUsages of this Usage. Note that this list includes BindingConnectorAsUsages, SuccessionAsUsages, and FlowConnectionUsages because these are ConnectorAsUsages even though they are not ConnectionUsages. Usage
nestedConstraint ConstraintUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ConstraintUsages that are nestedUsages of this Usage. Usage
nestedEnumeration EnumerationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAttribute} The code>EnumerationUsages that are nestedUsages of this Usage. Usage
nestedFlow FlowUsage [0..*] {derived} {subsetted: Usage.nestedConnection} The code>FlowUsages that are nestedUsages of this Usage. Usage
nestedInterface InterfaceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConnection} The InterfaceUsages that are nestedUsages of this Usage. Usage
nestedItem ItemUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ItemUsages that are nestedUsages of this Usage. Usage
nestedMetadata MetadataUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedItem} The MetadataUsages that are nestedUsages of this of this Usage. Usage
nestedOccurrence OccurrenceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The OccurrenceUsages that are nestedUsages of this Usage. Usage
nestedPart PartUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedItem} The PartUsages that are nestedUsages of this Usage. Usage
nestedPort PortUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The PortUsages that are nestedUsages of this Usage. Usage
nestedReference ReferenceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The ReferenceUsages that are nestedUsages of this Usage. Usage
nestedRendering RenderingUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedPart} The RenderingUsages that are nestedUsages of this Usage. Usage
nestedRequirement RequirementUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConstraint} The RequirementUsages that are nestedUsages of this Usage. Usage
nestedState StateUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAction} The StateUsages that are nestedUsages of this Usage. Usage
nestedTransition TransitionUsage [0..*] {derived} {subsetted: Usage.nestedUsage} The TransitionUsages that are nestedUsages of this Usage. Usage
nestedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.ownedFeature} {subsetted: Usage.usage} The Usages that are ownedFeatures of this Usage. Usage
nestedUseCase UseCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The UseCaseUsages that are nestedUsages of this Usage. Usage
nestedVerificationCase VerificationCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The VerificationCaseUsages that are nestedUsages of this Usage. Usage
nestedView ViewUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedPart} The ViewUsages that are nestedUsages of this Usage. Usage
nestedViewpoint ViewpointUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedRequirement} The ViewpointUsages that are nestedUsages of this Usage. Usage
output Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithOutput} All features related to this Type by FeatureMemberships that have direction out or inout. Type
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedConjugator Conjugation [0..1] {composite} {derived} {subsetted: A_conjugatedType_conjugator.conjugator} {subsetted: Element.ownedRelationship} A Conjugation owned by this Type for which the Type is the originalType. Type
ownedCrossSubsetting CrossSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a CrossSubsetting}, for which the Feature is the crossingFeature. Feature
ownedDifferencing Differencing [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Differencings, having this Type as their typeDifferenced. Type
ownedDisjoining Disjoining [0..*] {composite} {derived} {subsetted: Element.ownedRelationship} {subsetted: A_disjoiningTypeDisjoining_typeDisjoined.disjoiningTypeDisjoining} The ownedRelationships of this Type that are Disjoinings, for which the Type is the typeDisjoined Type. Type
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedEndFeature Feature [0..*] {derived} {ordered} {subsetted: Type.endFeature} {subsetted: Type.ownedFeature} All endFeatures of this Type that are ownedFeatures. Type
ownedFeature Feature [0..*] {derived} {ordered} {subsetted: Namespace.ownedMember} The ownedMemberFeatures of the ownedFeatureMemberships of this Type. Type
ownedFeatureChaining FeatureChaining [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Feature that are FeatureChainings, for which the Feature will be the featureChained. Feature
ownedFeatureInverting FeatureInverting [0..*] {composite} {derived} {subsetted: A_invertingFeatureInverting_featureInverted.invertingFeatureInverting} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are FeatureInvertings and for which the Feature is the featureInverted. Feature
ownedFeatureMembership FeatureMembership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.ownedMembership} {subsetted: Type.featureMembership} The ownedMemberships of this Type that are FeatureMemberships, for which the Type is the owningType. Each such FeatureMembership identifies an ownedFeature of the Type. Type
ownedImport Import [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Namespace that are Imports, for which the Namespace is the importOwningNamespace. Namespace
ownedIntersecting Intersecting [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Intersectings, have the Type as their typeIntersected. Type
ownedMember Element [0..*] {derived} {ordered} {subsetted: Namespace.member} The owned members of this Namespace, which are the ownedMemberElements of the ownedMemberships of the Namespace. Namespace
ownedMembership Membership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.membership} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Namespace that are Memberships, for which the Namespace is the membershipOwningNamespace. Namespace
ownedRedefinition Redefinition [0..*] {composite} {derived} {subsetted: Feature.ownedSubsetting} The ownedSubsettings of this Feature that are Redefinitions, for which the Feature is the redefiningFeature. Feature
ownedReferenceSubsetting ReferenceSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a ReferenceSubsetting, for which the Feature is the referencingFeature. Feature
ownedRelatedElement Element [0..*] {composite} {ordered} {subsetted: Relationship.relatedElement} The relatedElements of this Relationship that are owned by the Relationship. Relationship
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
ownedSpecialization Specialization [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_specific_specialization.specialization} The ownedRelationships of this Type that are Specializations, for which the Type is the specific Type. Type
ownedSubsetting Subsetting [0..*] {composite} {derived} {subsetted: Type.ownedSpecialization} {subsetted: A_subsettingFeature_subsetting.subsetting} The ownedSpecializations of this Feature that are Subsettings, for which the Feature is the subsettingFeature. Feature
ownedTypeFeaturing TypeFeaturing [0..*] {composite} {derived} {ordered} {subsetted: A_featureOfType_typeFeaturing.typeFeaturing} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are TypeFeaturings and for which the Feature is the featureOfType. Feature
ownedTyping FeatureTyping [0..*] {composite} {derived} {ordered} {subsetted: Type.ownedSpecialization} {subsetted: A_typing_typedFeature.typing} The ownedSpecializations of this Feature that are FeatureTypings, for which the Feature is the typedFeature. Feature
ownedUnioning Unioning [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Type that are Unionings, having the Type as their typeUnioned. Type
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningDefinition Definition [0..1] {derived} {subsetted: Feature.owningType} {subsetted: A_usage_featuringDefinition.featuringDefinition} The Definition that owns this Usage (if any). Usage
owningFeatureMembership FeatureMembership [0..1] {derived} {subsetted: Element.owningMembership} The FeatureMembership that owns this Feature as an ownedMemberFeature, determining its owningType. Feature
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelatedElement Element [0..1] {subsetted: Relationship.relatedElement} The relatedElement of this Relationship that owns the Relationship, if any. Relationship
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
owningType Type [0..1] {derived} {subsetted: A_typeWithFeature_feature.typeWithFeature} {subsetted: Element.owningNamespace} {subsetted: Feature.featuringType} The Type that is the owningType of the owningFeatureMembership of this Feature. Feature
owningUsage Usage [0..1] {derived} {subsetted: Feature.owningType} The Usage in which this Usage is nested (if any). Usage
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
relatedElement Element [0..*] {derived} {ordered} {redefined} {many-to-many:Relationship.relationship} The Elements that are related by this Relationship, derived as the union of the source and target Elements of the Relationship. Relationship
relatedFeature Feature [0..*] {derived} {ordered} {many-to-many:Connector.connector} The Features that are related by this Connector considered as a Relationship and that restrict the links it identifies, given by the referenced Features of the connectorEnds of the Connector. Connector
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
source Element [0..*] {ordered} {redefined} {subsetted: Relationship.relatedElement} {many-to-many:Relationship.sourceRelationship} The relatedElements from which this Relationship is considered to be directed. Relationship
sourceFeature Feature [0..1] {derived} {ordered} {subsetted: Connector.relatedFeature} The source relatedFeature for this Connector. It is the first relatedFeature. Connector
target Element [0..*] {ordered} {redefined} {subsetted: Relationship.relatedElement} {many-to-many:Relationship.targetRelationship} The relatedElements to which this Relationship is considered to be directed. Relationship
targetFeature Feature [0..*] {derived} {ordered} {subsetted: Connector.relatedFeature} {many-to-many:Connector.targetConnector} The target relatedFeatures for this Connector. This includes all the relatedFeatures other than the sourceFeature. Connector
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element
type Type [0..*] {derived} {ordered} {redefined} {many-to-many:Feature.typedFeature} Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature. Feature
unioningType Type [0..*] {derived} {ordered} {many-to-many:Type.unionedType} The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general. Type
usage Usage [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Usage.featuringUsage} The Usages that are features of this Usage (not necessarily owned). Usage
variant Usage [0..*] {derived} {subsetted: Namespace.ownedMember} The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants. Usage
variantMembership VariantMembership [0..*] {composite} {derived} {subsetted: Namespace.ownedMembership} The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty. Usage

ConstraintDefinition [Class]

Features

Name Description
Fully Qualified Name SysML::Systems::Constraints::ConstraintDefinition
Definition A ConstraintDefinition is an OccurrenceDefinition that is also a Predicate that defines a constraint that may be asserted to hold on a system or part of a system.
Is Abstract FALSE
Generalizations OccurrenceDefinition Predicate
Specializations RequirementDefinition
Containers

Properties

Name Type Default Description Inheritance
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
differencingType Type [0..*] {derived} {ordered} {many-to-many:Type.differencedType} The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
directedFeature Feature [0..*] {derived} {ordered} {redefined} {subsetted: Type.feature} {many-to-many:Type.typeWithDirectedFeature} The features of this Type that have a non-null direction. Type
directedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {subsetted: Definition.usage} {many-to-many:Definition.definitionWithDirectedUsage} The usages of this Definition that are directedFeatures. Definition
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
endFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithEndFeature} All features of this Type with isEnd = true. Type
expression Expression [0..*] {derived} {subsetted: Behavior.step} {many-to-many:Function.computedFunction} The Expressions that are steps in the calculation of the result of this Function. Function
feature Feature [0..*] {derived} {ordered} {subsetted: Namespace.member} {many-to-many:Type.typeWithFeature} The ownedMemberFeatures of the featureMemberships of this Type. Type
featureMembership FeatureMembership [0..*] {derived} {ordered} {many-to-many:Type.type} The FeatureMemberships for features of this Type, which include all ownedFeatureMemberships and those inheritedMemberships that are FeatureMemberships (but does not include any importedMemberships). Type
importedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Namespace.importingNamespace} The Memberships in this Namespace that result from the ownedImports of this Namespace. Namespace
inheritedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.inheritingType} All the memberFeatures of the inheritedMemberships of this Type that are FeatureMemberships. Type
inheritedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Type.inheritingType} All Memberships inherited by this Type via Specialization or Conjugation. These are included in the derived union for the memberships of the Type. Type
input Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithInput} All features related to this Type by FeatureMemberships that have direction in or inout. Type
intersectingType Type [0..*] {derived} {ordered} {many-to-many:Type.intersectedType} The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
isAbstract Boolean [1..1] Indicates whether instances of this Type must also be instances of at least one of its specialized Types. Type
isConjugated Boolean [1..1] {derived} Indicates whether this Type has an ownedConjugator. Type
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isIndividual Boolean [1..1] Whether this OccurrenceDefinition is constrained to represent at most one thing. OccurrenceDefinition
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
isModelLevelEvaluable Boolean [1..1] {derived} Whether this Function can be used as the function of a model-level evaluable InvocationExpression. Certain Functions from the Kernel Functions Library are considered to have isModelLevelEvaluable = true. For all other Functions it is false.Note: See the specification of the KerML concrete syntax notation for Expressions for an identification of which library Functions are model-level evaluable. Function
isSufficient Boolean [1..1] Whether all things that meet the classification conditions of this Type must be classified by the Type.(A Type gives conditions that must be met by whatever it classifies, but when isSufficient is false, things may meet those conditions but still not be classified by the Type. For example, a Type Car that is not sufficient could require everything it classifies to have four wheels, but not all four wheeled things would classify as cars. However, if the Type Car were sufficient, it would classify all four-wheeled things.) Type
isVariation Boolean [1..1] Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships. Definition
member Element [0..*] {derived} {ordered} {many-to-many:Namespace.namespace} The set of all member Elements of this Namespace, which are the memberElements of all memberships of the Namespace. Namespace
membership Membership [0..*] {derived} {derived-union} {ordered} {many-to-many:Namespace.membershipNamespace} All Memberships in this Namespace, including (at least) the union of ownedMemberships and importedMemberships. Namespace
multiplicity Multiplicity [0..1] {derived} {subsetted: Namespace.ownedMember} An ownedMember of this Type that is a Multiplicity, which constraints the cardinality of the Type. If there is no such ownedMember, then the cardinality of this Type is constrained by all the Multiplicity constraints applicable to any direct supertypes. Type
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
output Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithOutput} All features related to this Type by FeatureMemberships that have direction out or inout. Type
ownedAction ActionUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedOccurrence} The ActionUsages that are ownedUsages of this Definition. Definition
ownedAllocation AllocationUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedConnection} The AllocationUsages that are ownedUsages of this Definition. Definition
ownedAnalysisCase AnalysisCaseUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedCase} The AnalysisCaseUsages that are ownedUsages of this Definition. Definition
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedAttribute AttributeUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The AttributeUsages that are ownedUsages of this Definition. Definition
ownedCalculation CalculationUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedAction} The CalculationUsages that are ownedUsages of this Definition. Definition
ownedCase CaseUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedCalculation} The code>CaseUsages that are ownedUsages of this Definition. Definition
ownedConcern ConcernUsage [0..*] {derived} {subsetted: Definition.ownedRequirement} The ConcernUsages that are ownedUsages of this Definition. Definition
ownedConjugator Conjugation [0..1] {composite} {derived} {subsetted: A_conjugatedType_conjugator.conjugator} {subsetted: Element.ownedRelationship} A Conjugation owned by this Type for which the Type is the originalType. Type
ownedConnection ConnectorAsUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The ConnectorAsUsages that are ownedUsages of this Definition. Note that this list includes BindingConnectorAsUsages, SuccessionAsUsages, and FlowUsages because these are ConnectorAsUsages even though they are not ConnectionUsages. Definition
ownedConstraint ConstraintUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedOccurrence} The ConstraintUsages that are ownedUsages of this Definition. Definition
ownedDifferencing Differencing [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Differencings, having this Type as their typeDifferenced. Type
ownedDisjoining Disjoining [0..*] {composite} {derived} {subsetted: Element.ownedRelationship} {subsetted: A_disjoiningTypeDisjoining_typeDisjoined.disjoiningTypeDisjoining} The ownedRelationships of this Type that are Disjoinings, for which the Type is the typeDisjoined Type. Type
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedEndFeature Feature [0..*] {derived} {ordered} {subsetted: Type.endFeature} {subsetted: Type.ownedFeature} All endFeatures of this Type that are ownedFeatures. Type
ownedEnumeration EnumerationUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedAttribute} The EnumerationUsages that are ownedUsages of this Definition. Definition
ownedFeature Feature [0..*] {derived} {ordered} {subsetted: Namespace.ownedMember} The ownedMemberFeatures of the ownedFeatureMemberships of this Type. Type
ownedFeatureMembership FeatureMembership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.ownedMembership} {subsetted: Type.featureMembership} The ownedMemberships of this Type that are FeatureMemberships, for which the Type is the owningType. Each such FeatureMembership identifies an ownedFeature of the Type. Type
ownedFlow FlowUsage [0..*] {derived} {subsetted: Definition.ownedConnection} The FlowUsages that are ownedUsages of this Definition. Definition
ownedImport Import [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Namespace that are Imports, for which the Namespace is the importOwningNamespace. Namespace
ownedInterface InterfaceUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedConnection} The InterfaceUsages that are ownedUsages of this Definition. Definition
ownedIntersecting Intersecting [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Intersectings, have the Type as their typeIntersected. Type
ownedItem ItemUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedOccurrence} The ItemUsages that are ownedUsages of this Definition. Definition
ownedMember Element [0..*] {derived} {ordered} {subsetted: Namespace.member} The owned members of this Namespace, which are the ownedMemberElements of the ownedMemberships of the Namespace. Namespace
ownedMembership Membership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.membership} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Namespace that are Memberships, for which the Namespace is the membershipOwningNamespace. Namespace
ownedMetadata MetadataUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedItem} The MetadataUsages that are ownedUsages of this Definition. Definition
ownedOccurrence OccurrenceUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The OccurrenceUsages that are ownedUsages of this Definition. Definition
ownedPart PartUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedItem} The PartUsages that are ownedUsages of this Definition. Definition
ownedPort PortUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The PortUsages that are ownedUsages of this Definition. Definition
ownedReference ReferenceUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The ReferenceUsages that are ownedUsages of this Definition. Definition
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
ownedRendering RenderingUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedPart} The RenderingUsages that are ownedUsages of this Definition. Definition
ownedRequirement RequirementUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedConstraint} The RequirementUsages that are ownedUsages of this Definition. Definition
ownedSpecialization Specialization [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_specific_specialization.specialization} The ownedRelationships of this Type that are Specializations, for which the Type is the specific Type. Type
ownedState StateUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedAction} The StateUsages that are ownedUsages of this Definition. Definition
ownedSubclassification Subclassification [0..*] {composite} {derived} {subsetted: Type.ownedSpecialization} The ownedSpecializations of this Classifier that are Subclassifications, for which this Classifier is the subclassifier. Classifier
ownedTransition TransitionUsage [0..*] {derived} {subsetted: Definition.ownedUsage} The TransitionUsages that are ownedUsages of this Definition. Definition
ownedUnioning Unioning [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Type that are Unionings, having the Type as their typeUnioned. Type
ownedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.ownedFeature} {subsetted: Definition.usage} The Usages that are ownedFeatures of this Definition. Definition
ownedUseCase UseCaseUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedCase} The UseCaseUsages that are ownedUsages of this Definition. Definition
ownedVerificationCase VerificationCaseUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedCase} The VerificationCaseUsages that are ownedUsages of this Definition. Definition
ownedView ViewUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedPart} The ViewUsages that are ownedUsages of this Definition. Definition
ownedViewpoint ViewpointUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedRequirement} The ViewpointUsages that are ownedUsages of this Definition. Definition
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
parameter Feature [0..*] {derived} {ordered} {many-to-many:Behavior.parameteredBehavior} The parameters of this Behavior, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Behavior. Behavior
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
result Feature [1..1] {derived} {subsetted: Type.output} {subsetted: Behavior.parameter} The object or value that is the result of evaluating the Function. Function
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
step Step [0..*] {derived} {subsetted: Type.feature} {many-to-many:Behavior.featuringBehavior} The Steps that make up this Behavior. Behavior
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element
unioningType Type [0..*] {derived} {ordered} {many-to-many:Type.unionedType} The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general. Type
usage Usage [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Definition.featuringDefinition} The Usages that are features of this Definition (not necessarily owned). Definition
variant Usage [0..*] {derived} {subsetted: Namespace.ownedMember} The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants. Definition
variantMembership VariantMembership [0..*] {composite} {derived} {subsetted: Namespace.ownedMembership} The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty. Definition

ConstraintUsage [Class]

Features

Name Description
Fully Qualified Name SysML::Systems::Constraints::ConstraintUsage
Definition A ConstraintUsage is an OccurrenceUsage that is also a BooleanExpression, and, so, is typed by a Predicate. Nominally, if the type is a ConstraintDefinition, a ConstraintUsage is a Usage of that ConstraintDefinition. However, other kinds of kernel Predicates are also allowed, to permit use of Predicates from the Kernel Model Libraries.
Is Abstract FALSE
Generalizations BooleanExpression OccurrenceUsage
Specializations AssertConstraintUsage RequirementUsage
Containers RequirementConstraintMembership

Properties

Name Type Default Description Inheritance
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
behavior Behavior [0..*] {derived} {ordered} {redefined} {subsetted: Feature.type} {many-to-many:Step.typedStep} The Behaviors that type this Step. Step
chainingFeature Feature [0..*] {derived} {ordered} {many-to-many:Feature.chainedFeature} The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature. Feature
constraintDefinition Predicate [0..1] {derived} The (single) Predicate that is the type of this ConstraintUsage. Nominally, this will be a ConstraintDefinition, but other kinds of Predicates are also allowed, to permit use of Predicates from the Kernel Model Libraries. ConstraintUsage
crossFeature Feature [0..1] {derived} The second chainingFeature of the crossedFeature of the ownedCrossSubsetting of this Feature, if it has one. Semantically, the values of the crossFeature of an end Feature must include all values of the end Feature obtained when navigating from values of the other end Features of the same owningType. Feature
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
definition Classifier [0..*] {derived} {ordered} {redefined} {many-to-many:Usage.definedUsage} The Classifiers that are the types of this Usage. Nominally, these are Definitions, but other kinds of Kernel Classifiers are also allowed, to permit use of Classifiers from the Kernel Model Libraries. Usage
differencingType Type [0..*] {derived} {ordered} {many-to-many:Type.differencedType} The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
directedFeature Feature [0..*] {derived} {ordered} {redefined} {subsetted: Type.feature} {many-to-many:Type.typeWithDirectedFeature} The features of this Type that have a non-null direction. Type
directedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {subsetted: Usage.usage} {many-to-many:Usage.usageWithDirectedUsage} The usages of this Usage that are directedFeatures. Usage
direction FeatureDirectionKind [0..1] Indicates how values of this Feature are determined or used (as specified for the FeatureDirectionKind). Feature
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
endFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithEndFeature} All features of this Type with isEnd = true. Type
endOwningType Type [0..1] {derived} {subsetted: A_endFeature_typeWithEndFeature.typeWithEndFeature} {subsetted: Feature.owningType} The Type that is related to this Feature by an EndFeatureMembership in which the Feature is an ownedMemberFeature. Feature
feature Feature [0..*] {derived} {ordered} {subsetted: Namespace.member} {many-to-many:Type.typeWithFeature} The ownedMemberFeatures of the featureMemberships of this Type. Type
featureMembership FeatureMembership [0..*] {derived} {ordered} {many-to-many:Type.type} The FeatureMemberships for features of this Type, which include all ownedFeatureMemberships and those inheritedMemberships that are FeatureMemberships (but does not include any importedMemberships). Type
featureTarget Feature [1..1] {derived} The last of the chainingFeatures of this Feature, if it has any. Otherwise, this Feature itself. Feature
featuringType Type [0..*] {derived} {ordered} {many-to-many:Feature.featureOfType} Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature. Feature
function Function [0..1] {derived} {redefined} The Function that types this Expression. Expression
importedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Namespace.importingNamespace} The Memberships in this Namespace that result from the ownedImports of this Namespace. Namespace
individualDefinition OccurrenceDefinition [0..1] {derived} {subsetted: OccurrenceUsage.occurrenceDefinition} The at most one occurrenceDefinition that has isIndividual = true. OccurrenceUsage
inheritedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.inheritingType} All the memberFeatures of the inheritedMemberships of this Type that are FeatureMemberships. Type
inheritedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Type.inheritingType} All Memberships inherited by this Type via Specialization or Conjugation. These are included in the derived union for the memberships of the Type. Type
input Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithInput} All features related to this Type by FeatureMemberships that have direction in or inout. Type
intersectingType Type [0..*] {derived} {ordered} {many-to-many:Type.intersectedType} The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
isAbstract Boolean [1..1] Indicates whether instances of this Type must also be instances of at least one of its specialized Types. Type
isComposite Boolean [1..1] Whether the Feature is a composite feature of its featuringType. If so, the values of the Feature cannot exist after its featuring instance no longer does and cannot be values of another composite feature that is not on the same featuring instance. Feature
isConjugated Boolean [1..1] {derived} Indicates whether this Type has an ownedConjugator. Type
isConstant Boolean [1..1] If isVariable is true, then whether the value of this Feature nevertheless does not change over all snapshots of its owningType. Feature
isDerived Boolean [1..1] Whether the values of this Feature can always be computed from the values of other Features. Feature
isEnd Boolean [1..1] Whether or not this Feature is an end Feature. An end Feature always has multiplicity 1, mapping each of its domain instances to a single co-domain instance. However, it may have a crossFeature, in which case values of the crossFeature must be the same as those found by navigation across instances of the owningType from values of other end Features to values of this Feature. If the owningType has n end Features, then the multiplicity, ordering, and uniqueness declared for the crossFeature of any one of these end Features constrains the cardinality, ordering, and uniqueness of the collection of values of that Feature reached by navigation when the values of the other n-1 end Features are held fixed. Feature
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isIndividual Boolean [1..1] Whether this OccurrenceUsage represents the usage of the specific individual represented by its individualDefinition. OccurrenceUsage
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
isModelLevelEvaluable Boolean [1..1] {derived} Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model. Expression
isOrdered Boolean [1..1] Whether an order exists for the values of this Feature or not. Feature
isPortion Boolean [1..1] Whether the values of this Feature are contained in the space and time of instances of the domain of the Feature and represent the same thing as those instances. Feature
isReference Boolean [1..1] {derived} Whether this Usage is a referential Usage, that is, it has isComposite = false. Usage
isSufficient Boolean [1..1] Whether all things that meet the classification conditions of this Type must be classified by the Type.(A Type gives conditions that must be met by whatever it classifies, but when isSufficient is false, things may meet those conditions but still not be classified by the Type. For example, a Type Car that is not sufficient could require everything it classifies to have four wheels, but not all four wheeled things would classify as cars. However, if the Type Car were sufficient, it would classify all four-wheeled things.) Type
isUnique Boolean [1..1] Whether or not values for this Feature must have no duplicates or not. Feature
isVariable Boolean [1..1] {redefined} Whether the value of this Feature might vary over time. That is, whether the Feature may have a different value for each snapshot of an owningType that is an Occurrence. Feature
isVariation Boolean [1..1] Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships. Usage
mayTimeVary Boolean [1..1] {derived} Whether this Usage may be time varying (that is, whether it is featured by the snapshots of its owningType, rather than being featured by the owningType itself). However, if isConstant is also true, then the value of the Usage is nevertheless constant over the entire duration of an instance of its owningType (that is, it has the same value on all snapshots).The property mayTimeVary redefines the KerML property Feature::isVariable, making it derived. The property isConstant is inherited from Feature. Usage
member Element [0..*] {derived} {ordered} {many-to-many:Namespace.namespace} The set of all member Elements of this Namespace, which are the memberElements of all memberships of the Namespace. Namespace
membership Membership [0..*] {derived} {derived-union} {ordered} {many-to-many:Namespace.membershipNamespace} All Memberships in this Namespace, including (at least) the union of ownedMemberships and importedMemberships. Namespace
multiplicity Multiplicity [0..1] {derived} {subsetted: Namespace.ownedMember} An ownedMember of this Type that is a Multiplicity, which constraints the cardinality of the Type. If there is no such ownedMember, then the cardinality of this Type is constrained by all the Multiplicity constraints applicable to any direct supertypes. Type
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
nestedAction ActionUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ActionUsages that are nestedUsages of this Usage. Usage
nestedAllocation AllocationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConnection} The AllocationUsages that are nestedUsages of this Usage. Usage
nestedAnalysisCase AnalysisCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The AnalysisCaseUsages that are nestedUsages of this Usage. Usage
nestedAttribute AttributeUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The code>AttributeUsages that are nestedUsages of this Usage. Usage
nestedCalculation CalculationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAction} The CalculationUsage that are nestedUsages of this Usage. Usage
nestedCase CaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCalculation} The CaseUsages that are nestedUsages of this Usage. Usage
nestedConcern ConcernUsage [0..*] {derived} {subsetted: Usage.nestedRequirement} The ConcernUsages that are nestedUsages of this Usage. Usage
nestedConnection ConnectorAsUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The ConnectorAsUsages that are nestedUsages of this Usage. Note that this list includes BindingConnectorAsUsages, SuccessionAsUsages, and FlowConnectionUsages because these are ConnectorAsUsages even though they are not ConnectionUsages. Usage
nestedConstraint ConstraintUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ConstraintUsages that are nestedUsages of this Usage. Usage
nestedEnumeration EnumerationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAttribute} The code>EnumerationUsages that are nestedUsages of this Usage. Usage
nestedFlow FlowUsage [0..*] {derived} {subsetted: Usage.nestedConnection} The code>FlowUsages that are nestedUsages of this Usage. Usage
nestedInterface InterfaceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConnection} The InterfaceUsages that are nestedUsages of this Usage. Usage
nestedItem ItemUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ItemUsages that are nestedUsages of this Usage. Usage
nestedMetadata MetadataUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedItem} The MetadataUsages that are nestedUsages of this of this Usage. Usage
nestedOccurrence OccurrenceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The OccurrenceUsages that are nestedUsages of this Usage. Usage
nestedPart PartUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedItem} The PartUsages that are nestedUsages of this Usage. Usage
nestedPort PortUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The PortUsages that are nestedUsages of this Usage. Usage
nestedReference ReferenceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The ReferenceUsages that are nestedUsages of this Usage. Usage
nestedRendering RenderingUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedPart} The RenderingUsages that are nestedUsages of this Usage. Usage
nestedRequirement RequirementUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConstraint} The RequirementUsages that are nestedUsages of this Usage. Usage
nestedState StateUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAction} The StateUsages that are nestedUsages of this Usage. Usage
nestedTransition TransitionUsage [0..*] {derived} {subsetted: Usage.nestedUsage} The TransitionUsages that are nestedUsages of this Usage. Usage
nestedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.ownedFeature} {subsetted: Usage.usage} The Usages that are ownedFeatures of this Usage. Usage
nestedUseCase UseCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The UseCaseUsages that are nestedUsages of this Usage. Usage
nestedVerificationCase VerificationCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The VerificationCaseUsages that are nestedUsages of this Usage. Usage
nestedView ViewUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedPart} The ViewUsages that are nestedUsages of this Usage. Usage
nestedViewpoint ViewpointUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedRequirement} The ViewpointUsages that are nestedUsages of this Usage. Usage
occurrenceDefinition Class [0..*] {derived} {ordered} {many-to-many:OccurrenceUsage.definedOccurrence} The Classes that are the types of this OccurrenceUsage. Nominally, these are OccurrenceDefinitions, but other kinds of kernel Classes are also allowed, to permit use of Classes from the Kernel Model Libraries. OccurrenceUsage
output Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithOutput} All features related to this Type by FeatureMemberships that have direction out or inout. Type
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedConjugator Conjugation [0..1] {composite} {derived} {subsetted: A_conjugatedType_conjugator.conjugator} {subsetted: Element.ownedRelationship} A Conjugation owned by this Type for which the Type is the originalType. Type
ownedCrossSubsetting CrossSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a CrossSubsetting}, for which the Feature is the crossingFeature. Feature
ownedDifferencing Differencing [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Differencings, having this Type as their typeDifferenced. Type
ownedDisjoining Disjoining [0..*] {composite} {derived} {subsetted: Element.ownedRelationship} {subsetted: A_disjoiningTypeDisjoining_typeDisjoined.disjoiningTypeDisjoining} The ownedRelationships of this Type that are Disjoinings, for which the Type is the typeDisjoined Type. Type
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedEndFeature Feature [0..*] {derived} {ordered} {subsetted: Type.endFeature} {subsetted: Type.ownedFeature} All endFeatures of this Type that are ownedFeatures. Type
ownedFeature Feature [0..*] {derived} {ordered} {subsetted: Namespace.ownedMember} The ownedMemberFeatures of the ownedFeatureMemberships of this Type. Type
ownedFeatureChaining FeatureChaining [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Feature that are FeatureChainings, for which the Feature will be the featureChained. Feature
ownedFeatureInverting FeatureInverting [0..*] {composite} {derived} {subsetted: A_invertingFeatureInverting_featureInverted.invertingFeatureInverting} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are FeatureInvertings and for which the Feature is the featureInverted. Feature
ownedFeatureMembership FeatureMembership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.ownedMembership} {subsetted: Type.featureMembership} The ownedMemberships of this Type that are FeatureMemberships, for which the Type is the owningType. Each such FeatureMembership identifies an ownedFeature of the Type. Type
ownedImport Import [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Namespace that are Imports, for which the Namespace is the importOwningNamespace. Namespace
ownedIntersecting Intersecting [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Intersectings, have the Type as their typeIntersected. Type
ownedMember Element [0..*] {derived} {ordered} {subsetted: Namespace.member} The owned members of this Namespace, which are the ownedMemberElements of the ownedMemberships of the Namespace. Namespace
ownedMembership Membership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.membership} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Namespace that are Memberships, for which the Namespace is the membershipOwningNamespace. Namespace
ownedRedefinition Redefinition [0..*] {composite} {derived} {subsetted: Feature.ownedSubsetting} The ownedSubsettings of this Feature that are Redefinitions, for which the Feature is the redefiningFeature. Feature
ownedReferenceSubsetting ReferenceSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a ReferenceSubsetting, for which the Feature is the referencingFeature. Feature
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
ownedSpecialization Specialization [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_specific_specialization.specialization} The ownedRelationships of this Type that are Specializations, for which the Type is the specific Type. Type
ownedSubsetting Subsetting [0..*] {composite} {derived} {subsetted: Type.ownedSpecialization} {subsetted: A_subsettingFeature_subsetting.subsetting} The ownedSpecializations of this Feature that are Subsettings, for which the Feature is the subsettingFeature. Feature
ownedTypeFeaturing TypeFeaturing [0..*] {composite} {derived} {ordered} {subsetted: A_featureOfType_typeFeaturing.typeFeaturing} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are TypeFeaturings and for which the Feature is the featureOfType. Feature
ownedTyping FeatureTyping [0..*] {composite} {derived} {ordered} {subsetted: Type.ownedSpecialization} {subsetted: A_typing_typedFeature.typing} The ownedSpecializations of this Feature that are FeatureTypings, for which the Feature is the typedFeature. Feature
ownedUnioning Unioning [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Type that are Unionings, having the Type as their typeUnioned. Type
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningDefinition Definition [0..1] {derived} {subsetted: Feature.owningType} {subsetted: A_usage_featuringDefinition.featuringDefinition} The Definition that owns this Usage (if any). Usage
owningFeatureMembership FeatureMembership [0..1] {derived} {subsetted: Element.owningMembership} The FeatureMembership that owns this Feature as an ownedMemberFeature, determining its owningType. Feature
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
owningType Type [0..1] {derived} {subsetted: A_typeWithFeature_feature.typeWithFeature} {subsetted: Element.owningNamespace} {subsetted: Feature.featuringType} The Type that is the owningType of the owningFeatureMembership of this Feature. Feature
owningUsage Usage [0..1] {derived} {subsetted: Feature.owningType} The Usage in which this Usage is nested (if any). Usage
parameter Feature [0..*] {derived} {ordered} {many-to-many:Step.parameteredStep} The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step. Step
portionKind PortionKind [0..1] The kind of temporal portion (time slice or snapshot) is represented by this OccurrenceUsage. If portionKind is not null, then the owningType of the OccurrenceUsage must be non-null, and the OccurrenceUsage represents portions of the featuring instance of the owningType. OccurrenceUsage
predicate Predicate [0..1] {derived} {redefined} The Predicate that types the Expression. BooleanExpression
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
result Feature [1..1] {derived} {subsetted: Type.output} {subsetted: Step.parameter} An output parameter of the Expression whose value is the result of the Expression. The result of an Expression is either inherited from its function or it is related to the Expression via a ReturnParameterMembership, in which case it redefines the result parameter of its function. Expression
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element
type Type [0..*] {derived} {ordered} {redefined} {many-to-many:Feature.typedFeature} Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature. Feature
unioningType Type [0..*] {derived} {ordered} {many-to-many:Type.unionedType} The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general. Type
usage Usage [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Usage.featuringUsage} The Usages that are features of this Usage (not necessarily owned). Usage
variant Usage [0..*] {derived} {subsetted: Namespace.ownedMember} The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants. Usage
variantMembership VariantMembership [0..*] {composite} {derived} {subsetted: Namespace.ownedMembership} The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty. Usage

ConstructorExpression [Class]

Features

Name Description
Fully Qualified Name SysML::Kernel::Expressions::ConstructorExpression
Definition A ConstructorExpression is an InstantiationExpression whose result specializes its instantiatedType, binding some or all of the features of the instantiatedType to the results of its argument Expressions.
Is Abstract FALSE
Generalizations InstantiationExpression
Specializations
Containers

Properties

Name Type Default Description Inheritance
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
argument Expression [0..*] {derived} {ordered} The Expressions whose results are bound to features of the instantiatedType. The arguments are ordered consistent with the order of the features, though they may not be one-to-one with all the features.Note. The derivation of argument is given in the concrete subclasses of InstantiationExpression. InstantiationExpression
behavior Behavior [0..*] {derived} {ordered} {redefined} {subsetted: Feature.type} {many-to-many:Step.typedStep} The Behaviors that type this Step. Step
chainingFeature Feature [0..*] {derived} {ordered} {many-to-many:Feature.chainedFeature} The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature. Feature
crossFeature Feature [0..1] {derived} The second chainingFeature of the crossedFeature of the ownedCrossSubsetting of this Feature, if it has one. Semantically, the values of the crossFeature of an end Feature must include all values of the end Feature obtained when navigating from values of the other end Features of the same owningType. Feature
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
differencingType Type [0..*] {derived} {ordered} {many-to-many:Type.differencedType} The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
directedFeature Feature [0..*] {derived} {ordered} {redefined} {subsetted: Type.feature} {many-to-many:Type.typeWithDirectedFeature} The features of this Type that have a non-null direction. Type
direction FeatureDirectionKind [0..1] Indicates how values of this Feature are determined or used (as specified for the FeatureDirectionKind). Feature
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
endFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithEndFeature} All features of this Type with isEnd = true. Type
endOwningType Type [0..1] {derived} {subsetted: A_endFeature_typeWithEndFeature.typeWithEndFeature} {subsetted: Feature.owningType} The Type that is related to this Feature by an EndFeatureMembership in which the Feature is an ownedMemberFeature. Feature
feature Feature [0..*] {derived} {ordered} {subsetted: Namespace.member} {many-to-many:Type.typeWithFeature} The ownedMemberFeatures of the featureMemberships of this Type. Type
featureMembership FeatureMembership [0..*] {derived} {ordered} {many-to-many:Type.type} The FeatureMemberships for features of this Type, which include all ownedFeatureMemberships and those inheritedMemberships that are FeatureMemberships (but does not include any importedMemberships). Type
featureTarget Feature [1..1] {derived} The last of the chainingFeatures of this Feature, if it has any. Otherwise, this Feature itself. Feature
featuringType Type [0..*] {derived} {ordered} {many-to-many:Feature.featureOfType} Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature. Feature
function Function [0..1] {derived} The Function that types this Expression. Expression
importedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Namespace.importingNamespace} The Memberships in this Namespace that result from the ownedImports of this Namespace. Namespace
inheritedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.inheritingType} All the memberFeatures of the inheritedMemberships of this Type that are FeatureMemberships. Type
inheritedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Type.inheritingType} All Memberships inherited by this Type via Specialization or Conjugation. These are included in the derived union for the memberships of the Type. Type
input Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithInput} All features related to this Type by FeatureMemberships that have direction in or inout. Type
instantiatedType Type [1..1] {derived} {subsetted: Namespace.member} The Type that is being instantiated. InstantiationExpression
intersectingType Type [0..*] {derived} {ordered} {many-to-many:Type.intersectedType} The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
isAbstract Boolean [1..1] Indicates whether instances of this Type must also be instances of at least one of its specialized Types. Type
isComposite Boolean [1..1] Whether the Feature is a composite feature of its featuringType. If so, the values of the Feature cannot exist after its featuring instance no longer does and cannot be values of another composite feature that is not on the same featuring instance. Feature
isConjugated Boolean [1..1] {derived} Indicates whether this Type has an ownedConjugator. Type
isConstant Boolean [1..1] If isVariable is true, then whether the value of this Feature nevertheless does not change over all snapshots of its owningType. Feature
isDerived Boolean [1..1] Whether the values of this Feature can always be computed from the values of other Features. Feature
isEnd Boolean [1..1] Whether or not this Feature is an end Feature. An end Feature always has multiplicity 1, mapping each of its domain instances to a single co-domain instance. However, it may have a crossFeature, in which case values of the crossFeature must be the same as those found by navigation across instances of the owningType from values of other end Features to values of this Feature. If the owningType has n end Features, then the multiplicity, ordering, and uniqueness declared for the crossFeature of any one of these end Features constrains the cardinality, ordering, and uniqueness of the collection of values of that Feature reached by navigation when the values of the other n-1 end Features are held fixed. Feature
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
isModelLevelEvaluable Boolean [1..1] {derived} Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model. Expression
isOrdered Boolean [1..1] Whether an order exists for the values of this Feature or not. Feature
isPortion Boolean [1..1] Whether the values of this Feature are contained in the space and time of instances of the domain of the Feature and represent the same thing as those instances. Feature
isSufficient Boolean [1..1] Whether all things that meet the classification conditions of this Type must be classified by the Type.(A Type gives conditions that must be met by whatever it classifies, but when isSufficient is false, things may meet those conditions but still not be classified by the Type. For example, a Type Car that is not sufficient could require everything it classifies to have four wheels, but not all four wheeled things would classify as cars. However, if the Type Car were sufficient, it would classify all four-wheeled things.) Type
isUnique Boolean [1..1] Whether or not values for this Feature must have no duplicates or not. Feature
isVariable Boolean [1..1] Whether the value of this Feature might vary over time. That is, whether the Feature may have a different value for each snapshot of an owningType that is an Occurrence. Feature
member Element [0..*] {derived} {ordered} {many-to-many:Namespace.namespace} The set of all member Elements of this Namespace, which are the memberElements of all memberships of the Namespace. Namespace
membership Membership [0..*] {derived} {derived-union} {ordered} {many-to-many:Namespace.membershipNamespace} All Memberships in this Namespace, including (at least) the union of ownedMemberships and importedMemberships. Namespace
multiplicity Multiplicity [0..1] {derived} {subsetted: Namespace.ownedMember} An ownedMember of this Type that is a Multiplicity, which constraints the cardinality of the Type. If there is no such ownedMember, then the cardinality of this Type is constrained by all the Multiplicity constraints applicable to any direct supertypes. Type
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
output Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithOutput} All features related to this Type by FeatureMemberships that have direction out or inout. Type
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedConjugator Conjugation [0..1] {composite} {derived} {subsetted: A_conjugatedType_conjugator.conjugator} {subsetted: Element.ownedRelationship} A Conjugation owned by this Type for which the Type is the originalType. Type
ownedCrossSubsetting CrossSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a CrossSubsetting}, for which the Feature is the crossingFeature. Feature
ownedDifferencing Differencing [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Differencings, having this Type as their typeDifferenced. Type
ownedDisjoining Disjoining [0..*] {composite} {derived} {subsetted: Element.ownedRelationship} {subsetted: A_disjoiningTypeDisjoining_typeDisjoined.disjoiningTypeDisjoining} The ownedRelationships of this Type that are Disjoinings, for which the Type is the typeDisjoined Type. Type
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedEndFeature Feature [0..*] {derived} {ordered} {subsetted: Type.endFeature} {subsetted: Type.ownedFeature} All endFeatures of this Type that are ownedFeatures. Type
ownedFeature Feature [0..*] {derived} {ordered} {subsetted: Namespace.ownedMember} The ownedMemberFeatures of the ownedFeatureMemberships of this Type. Type
ownedFeatureChaining FeatureChaining [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Feature that are FeatureChainings, for which the Feature will be the featureChained. Feature
ownedFeatureInverting FeatureInverting [0..*] {composite} {derived} {subsetted: A_invertingFeatureInverting_featureInverted.invertingFeatureInverting} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are FeatureInvertings and for which the Feature is the featureInverted. Feature
ownedFeatureMembership FeatureMembership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.ownedMembership} {subsetted: Type.featureMembership} The ownedMemberships of this Type that are FeatureMemberships, for which the Type is the owningType. Each such FeatureMembership identifies an ownedFeature of the Type. Type
ownedImport Import [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Namespace that are Imports, for which the Namespace is the importOwningNamespace. Namespace
ownedIntersecting Intersecting [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Intersectings, have the Type as their typeIntersected. Type
ownedMember Element [0..*] {derived} {ordered} {subsetted: Namespace.member} The owned members of this Namespace, which are the ownedMemberElements of the ownedMemberships of the Namespace. Namespace
ownedMembership Membership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.membership} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Namespace that are Memberships, for which the Namespace is the membershipOwningNamespace. Namespace
ownedRedefinition Redefinition [0..*] {composite} {derived} {subsetted: Feature.ownedSubsetting} The ownedSubsettings of this Feature that are Redefinitions, for which the Feature is the redefiningFeature. Feature
ownedReferenceSubsetting ReferenceSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a ReferenceSubsetting, for which the Feature is the referencingFeature. Feature
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
ownedSpecialization Specialization [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_specific_specialization.specialization} The ownedRelationships of this Type that are Specializations, for which the Type is the specific Type. Type
ownedSubsetting Subsetting [0..*] {composite} {derived} {subsetted: Type.ownedSpecialization} {subsetted: A_subsettingFeature_subsetting.subsetting} The ownedSpecializations of this Feature that are Subsettings, for which the Feature is the subsettingFeature. Feature
ownedTypeFeaturing TypeFeaturing [0..*] {composite} {derived} {ordered} {subsetted: A_featureOfType_typeFeaturing.typeFeaturing} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are TypeFeaturings and for which the Feature is the featureOfType. Feature
ownedTyping FeatureTyping [0..*] {composite} {derived} {ordered} {subsetted: Type.ownedSpecialization} {subsetted: A_typing_typedFeature.typing} The ownedSpecializations of this Feature that are FeatureTypings, for which the Feature is the typedFeature. Feature
ownedUnioning Unioning [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Type that are Unionings, having the Type as their typeUnioned. Type
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningFeatureMembership FeatureMembership [0..1] {derived} {subsetted: Element.owningMembership} The FeatureMembership that owns this Feature as an ownedMemberFeature, determining its owningType. Feature
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
owningType Type [0..1] {derived} {subsetted: A_typeWithFeature_feature.typeWithFeature} {subsetted: Element.owningNamespace} {subsetted: Feature.featuringType} The Type that is the owningType of the owningFeatureMembership of this Feature. Feature
parameter Feature [0..*] {derived} {ordered} {many-to-many:Step.parameteredStep} The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step. Step
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
result Feature [1..1] {derived} {subsetted: Type.output} {subsetted: Step.parameter} An output parameter of the Expression whose value is the result of the Expression. The result of an Expression is either inherited from its function or it is related to the Expression via a ReturnParameterMembership, in which case it redefines the result parameter of its function. Expression
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element
type Type [0..*] {derived} {ordered} {many-to-many:Feature.typedFeature} Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature. Feature
unioningType Type [0..*] {derived} {ordered} {many-to-many:Type.unionedType} The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general. Type

ControlNode [Class]

Features

Name Description
Fully Qualified Name SysML::Systems::Actions::ControlNode
Definition A ControlNode is an ActionUsage that does not have any inherent behavior but provides constraints on incoming and outgoing Successions that are used to control other Actions. A ControlNode must be a composite owned usage of an ActionDefinition or ActionUsage.
Is Abstract TRUE
Generalizations ActionUsage
Specializations DecisionNode ForkNode JoinNode MergeNode
Containers

Properties

Name Type Default Description Inheritance
actionDefinition Behavior [0..*] {derived} {ordered} {many-to-many:ActionUsage.definedAction} The Behaviors that are the types of this ActionUsage. Nominally, these would be ActionDefinitions, but other kinds of Kernel Behaviors are also allowed, to permit use of Behaviors from the Kernel Model Libraries. ActionUsage
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
behavior Behavior [0..*] {derived} {ordered} {redefined} {subsetted: Feature.type} {many-to-many:Step.typedStep} The Behaviors that type this Step. Step
chainingFeature Feature [0..*] {derived} {ordered} {many-to-many:Feature.chainedFeature} The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature. Feature
crossFeature Feature [0..1] {derived} The second chainingFeature of the crossedFeature of the ownedCrossSubsetting of this Feature, if it has one. Semantically, the values of the crossFeature of an end Feature must include all values of the end Feature obtained when navigating from values of the other end Features of the same owningType. Feature
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
definition Classifier [0..*] {derived} {ordered} {redefined} {many-to-many:Usage.definedUsage} The Classifiers that are the types of this Usage. Nominally, these are Definitions, but other kinds of Kernel Classifiers are also allowed, to permit use of Classifiers from the Kernel Model Libraries. Usage
differencingType Type [0..*] {derived} {ordered} {many-to-many:Type.differencedType} The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
directedFeature Feature [0..*] {derived} {ordered} {redefined} {subsetted: Type.feature} {many-to-many:Type.typeWithDirectedFeature} The features of this Type that have a non-null direction. Type
directedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {subsetted: Usage.usage} {many-to-many:Usage.usageWithDirectedUsage} The usages of this Usage that are directedFeatures. Usage
direction FeatureDirectionKind [0..1] Indicates how values of this Feature are determined or used (as specified for the FeatureDirectionKind). Feature
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
endFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithEndFeature} All features of this Type with isEnd = true. Type
endOwningType Type [0..1] {derived} {subsetted: A_endFeature_typeWithEndFeature.typeWithEndFeature} {subsetted: Feature.owningType} The Type that is related to this Feature by an EndFeatureMembership in which the Feature is an ownedMemberFeature. Feature
feature Feature [0..*] {derived} {ordered} {subsetted: Namespace.member} {many-to-many:Type.typeWithFeature} The ownedMemberFeatures of the featureMemberships of this Type. Type
featureMembership FeatureMembership [0..*] {derived} {ordered} {many-to-many:Type.type} The FeatureMemberships for features of this Type, which include all ownedFeatureMemberships and those inheritedMemberships that are FeatureMemberships (but does not include any importedMemberships). Type
featureTarget Feature [1..1] {derived} The last of the chainingFeatures of this Feature, if it has any. Otherwise, this Feature itself. Feature
featuringType Type [0..*] {derived} {ordered} {many-to-many:Feature.featureOfType} Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature. Feature
importedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Namespace.importingNamespace} The Memberships in this Namespace that result from the ownedImports of this Namespace. Namespace
individualDefinition OccurrenceDefinition [0..1] {derived} {subsetted: OccurrenceUsage.occurrenceDefinition} The at most one occurrenceDefinition that has isIndividual = true. OccurrenceUsage
inheritedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.inheritingType} All the memberFeatures of the inheritedMemberships of this Type that are FeatureMemberships. Type
inheritedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Type.inheritingType} All Memberships inherited by this Type via Specialization or Conjugation. These are included in the derived union for the memberships of the Type. Type
input Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithInput} All features related to this Type by FeatureMemberships that have direction in or inout. Type
intersectingType Type [0..*] {derived} {ordered} {many-to-many:Type.intersectedType} The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
isAbstract Boolean [1..1] Indicates whether instances of this Type must also be instances of at least one of its specialized Types. Type
isComposite Boolean [1..1] Whether the Feature is a composite feature of its featuringType. If so, the values of the Feature cannot exist after its featuring instance no longer does and cannot be values of another composite feature that is not on the same featuring instance. Feature
isConjugated Boolean [1..1] {derived} Indicates whether this Type has an ownedConjugator. Type
isConstant Boolean [1..1] If isVariable is true, then whether the value of this Feature nevertheless does not change over all snapshots of its owningType. Feature
isDerived Boolean [1..1] Whether the values of this Feature can always be computed from the values of other Features. Feature
isEnd Boolean [1..1] Whether or not this Feature is an end Feature. An end Feature always has multiplicity 1, mapping each of its domain instances to a single co-domain instance. However, it may have a crossFeature, in which case values of the crossFeature must be the same as those found by navigation across instances of the owningType from values of other end Features to values of this Feature. If the owningType has n end Features, then the multiplicity, ordering, and uniqueness declared for the crossFeature of any one of these end Features constrains the cardinality, ordering, and uniqueness of the collection of values of that Feature reached by navigation when the values of the other n-1 end Features are held fixed. Feature
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isIndividual Boolean [1..1] Whether this OccurrenceUsage represents the usage of the specific individual represented by its individualDefinition. OccurrenceUsage
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
isOrdered Boolean [1..1] Whether an order exists for the values of this Feature or not. Feature
isPortion Boolean [1..1] Whether the values of this Feature are contained in the space and time of instances of the domain of the Feature and represent the same thing as those instances. Feature
isReference Boolean [1..1] {derived} Whether this Usage is a referential Usage, that is, it has isComposite = false. Usage
isSufficient Boolean [1..1] Whether all things that meet the classification conditions of this Type must be classified by the Type.(A Type gives conditions that must be met by whatever it classifies, but when isSufficient is false, things may meet those conditions but still not be classified by the Type. For example, a Type Car that is not sufficient could require everything it classifies to have four wheels, but not all four wheeled things would classify as cars. However, if the Type Car were sufficient, it would classify all four-wheeled things.) Type
isUnique Boolean [1..1] Whether or not values for this Feature must have no duplicates or not. Feature
isVariable Boolean [1..1] {redefined} Whether the value of this Feature might vary over time. That is, whether the Feature may have a different value for each snapshot of an owningType that is an Occurrence. Feature
isVariation Boolean [1..1] Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships. Usage
mayTimeVary Boolean [1..1] {derived} Whether this Usage may be time varying (that is, whether it is featured by the snapshots of its owningType, rather than being featured by the owningType itself). However, if isConstant is also true, then the value of the Usage is nevertheless constant over the entire duration of an instance of its owningType (that is, it has the same value on all snapshots).The property mayTimeVary redefines the KerML property Feature::isVariable, making it derived. The property isConstant is inherited from Feature. Usage
member Element [0..*] {derived} {ordered} {many-to-many:Namespace.namespace} The set of all member Elements of this Namespace, which are the memberElements of all memberships of the Namespace. Namespace
membership Membership [0..*] {derived} {derived-union} {ordered} {many-to-many:Namespace.membershipNamespace} All Memberships in this Namespace, including (at least) the union of ownedMemberships and importedMemberships. Namespace
multiplicity Multiplicity [0..1] {derived} {subsetted: Namespace.ownedMember} An ownedMember of this Type that is a Multiplicity, which constraints the cardinality of the Type. If there is no such ownedMember, then the cardinality of this Type is constrained by all the Multiplicity constraints applicable to any direct supertypes. Type
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
nestedAction ActionUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ActionUsages that are nestedUsages of this Usage. Usage
nestedAllocation AllocationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConnection} The AllocationUsages that are nestedUsages of this Usage. Usage
nestedAnalysisCase AnalysisCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The AnalysisCaseUsages that are nestedUsages of this Usage. Usage
nestedAttribute AttributeUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The code>AttributeUsages that are nestedUsages of this Usage. Usage
nestedCalculation CalculationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAction} The CalculationUsage that are nestedUsages of this Usage. Usage
nestedCase CaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCalculation} The CaseUsages that are nestedUsages of this Usage. Usage
nestedConcern ConcernUsage [0..*] {derived} {subsetted: Usage.nestedRequirement} The ConcernUsages that are nestedUsages of this Usage. Usage
nestedConnection ConnectorAsUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The ConnectorAsUsages that are nestedUsages of this Usage. Note that this list includes BindingConnectorAsUsages, SuccessionAsUsages, and FlowConnectionUsages because these are ConnectorAsUsages even though they are not ConnectionUsages. Usage
nestedConstraint ConstraintUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ConstraintUsages that are nestedUsages of this Usage. Usage
nestedEnumeration EnumerationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAttribute} The code>EnumerationUsages that are nestedUsages of this Usage. Usage
nestedFlow FlowUsage [0..*] {derived} {subsetted: Usage.nestedConnection} The code>FlowUsages that are nestedUsages of this Usage. Usage
nestedInterface InterfaceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConnection} The InterfaceUsages that are nestedUsages of this Usage. Usage
nestedItem ItemUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ItemUsages that are nestedUsages of this Usage. Usage
nestedMetadata MetadataUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedItem} The MetadataUsages that are nestedUsages of this of this Usage. Usage
nestedOccurrence OccurrenceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The OccurrenceUsages that are nestedUsages of this Usage. Usage
nestedPart PartUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedItem} The PartUsages that are nestedUsages of this Usage. Usage
nestedPort PortUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The PortUsages that are nestedUsages of this Usage. Usage
nestedReference ReferenceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The ReferenceUsages that are nestedUsages of this Usage. Usage
nestedRendering RenderingUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedPart} The RenderingUsages that are nestedUsages of this Usage. Usage
nestedRequirement RequirementUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConstraint} The RequirementUsages that are nestedUsages of this Usage. Usage
nestedState StateUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAction} The StateUsages that are nestedUsages of this Usage. Usage
nestedTransition TransitionUsage [0..*] {derived} {subsetted: Usage.nestedUsage} The TransitionUsages that are nestedUsages of this Usage. Usage
nestedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.ownedFeature} {subsetted: Usage.usage} The Usages that are ownedFeatures of this Usage. Usage
nestedUseCase UseCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The UseCaseUsages that are nestedUsages of this Usage. Usage
nestedVerificationCase VerificationCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The VerificationCaseUsages that are nestedUsages of this Usage. Usage
nestedView ViewUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedPart} The ViewUsages that are nestedUsages of this Usage. Usage
nestedViewpoint ViewpointUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedRequirement} The ViewpointUsages that are nestedUsages of this Usage. Usage
occurrenceDefinition Class [0..*] {derived} {ordered} {redefined} {many-to-many:OccurrenceUsage.definedOccurrence} The Classes that are the types of this OccurrenceUsage. Nominally, these are OccurrenceDefinitions, but other kinds of kernel Classes are also allowed, to permit use of Classes from the Kernel Model Libraries. OccurrenceUsage
output Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithOutput} All features related to this Type by FeatureMemberships that have direction out or inout. Type
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedConjugator Conjugation [0..1] {composite} {derived} {subsetted: A_conjugatedType_conjugator.conjugator} {subsetted: Element.ownedRelationship} A Conjugation owned by this Type for which the Type is the originalType. Type
ownedCrossSubsetting CrossSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a CrossSubsetting}, for which the Feature is the crossingFeature. Feature
ownedDifferencing Differencing [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Differencings, having this Type as their typeDifferenced. Type
ownedDisjoining Disjoining [0..*] {composite} {derived} {subsetted: Element.ownedRelationship} {subsetted: A_disjoiningTypeDisjoining_typeDisjoined.disjoiningTypeDisjoining} The ownedRelationships of this Type that are Disjoinings, for which the Type is the typeDisjoined Type. Type
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedEndFeature Feature [0..*] {derived} {ordered} {subsetted: Type.endFeature} {subsetted: Type.ownedFeature} All endFeatures of this Type that are ownedFeatures. Type
ownedFeature Feature [0..*] {derived} {ordered} {subsetted: Namespace.ownedMember} The ownedMemberFeatures of the ownedFeatureMemberships of this Type. Type
ownedFeatureChaining FeatureChaining [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Feature that are FeatureChainings, for which the Feature will be the featureChained. Feature
ownedFeatureInverting FeatureInverting [0..*] {composite} {derived} {subsetted: A_invertingFeatureInverting_featureInverted.invertingFeatureInverting} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are FeatureInvertings and for which the Feature is the featureInverted. Feature
ownedFeatureMembership FeatureMembership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.ownedMembership} {subsetted: Type.featureMembership} The ownedMemberships of this Type that are FeatureMemberships, for which the Type is the owningType. Each such FeatureMembership identifies an ownedFeature of the Type. Type
ownedImport Import [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Namespace that are Imports, for which the Namespace is the importOwningNamespace. Namespace
ownedIntersecting Intersecting [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Intersectings, have the Type as their typeIntersected. Type
ownedMember Element [0..*] {derived} {ordered} {subsetted: Namespace.member} The owned members of this Namespace, which are the ownedMemberElements of the ownedMemberships of the Namespace. Namespace
ownedMembership Membership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.membership} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Namespace that are Memberships, for which the Namespace is the membershipOwningNamespace. Namespace
ownedRedefinition Redefinition [0..*] {composite} {derived} {subsetted: Feature.ownedSubsetting} The ownedSubsettings of this Feature that are Redefinitions, for which the Feature is the redefiningFeature. Feature
ownedReferenceSubsetting ReferenceSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a ReferenceSubsetting, for which the Feature is the referencingFeature. Feature
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
ownedSpecialization Specialization [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_specific_specialization.specialization} The ownedRelationships of this Type that are Specializations, for which the Type is the specific Type. Type
ownedSubsetting Subsetting [0..*] {composite} {derived} {subsetted: Type.ownedSpecialization} {subsetted: A_subsettingFeature_subsetting.subsetting} The ownedSpecializations of this Feature that are Subsettings, for which the Feature is the subsettingFeature. Feature
ownedTypeFeaturing TypeFeaturing [0..*] {composite} {derived} {ordered} {subsetted: A_featureOfType_typeFeaturing.typeFeaturing} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are TypeFeaturings and for which the Feature is the featureOfType. Feature
ownedTyping FeatureTyping [0..*] {composite} {derived} {ordered} {subsetted: Type.ownedSpecialization} {subsetted: A_typing_typedFeature.typing} The ownedSpecializations of this Feature that are FeatureTypings, for which the Feature is the typedFeature. Feature
ownedUnioning Unioning [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Type that are Unionings, having the Type as their typeUnioned. Type
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningDefinition Definition [0..1] {derived} {subsetted: Feature.owningType} {subsetted: A_usage_featuringDefinition.featuringDefinition} The Definition that owns this Usage (if any). Usage
owningFeatureMembership FeatureMembership [0..1] {derived} {subsetted: Element.owningMembership} The FeatureMembership that owns this Feature as an ownedMemberFeature, determining its owningType. Feature
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
owningType Type [0..1] {derived} {subsetted: A_typeWithFeature_feature.typeWithFeature} {subsetted: Element.owningNamespace} {subsetted: Feature.featuringType} The Type that is the owningType of the owningFeatureMembership of this Feature. Feature
owningUsage Usage [0..1] {derived} {subsetted: Feature.owningType} The Usage in which this Usage is nested (if any). Usage
parameter Feature [0..*] {derived} {ordered} {many-to-many:Step.parameteredStep} The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step. Step
portionKind PortionKind [0..1] The kind of temporal portion (time slice or snapshot) is represented by this OccurrenceUsage. If portionKind is not null, then the owningType of the OccurrenceUsage must be non-null, and the OccurrenceUsage represents portions of the featuring instance of the owningType. OccurrenceUsage
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element
type Type [0..*] {derived} {ordered} {redefined} {many-to-many:Feature.typedFeature} Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature. Feature
unioningType Type [0..*] {derived} {ordered} {many-to-many:Type.unionedType} The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general. Type
usage Usage [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Usage.featuringUsage} The Usages that are features of this Usage (not necessarily owned). Usage
variant Usage [0..*] {derived} {subsetted: Namespace.ownedMember} The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants. Usage
variantMembership VariantMembership [0..*] {composite} {derived} {subsetted: Namespace.ownedMembership} The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty. Usage

CrossSubsetting [Class]

Features

Name Description
Fully Qualified Name SysML::Core::Features::CrossSubsetting
Definition CrossSubsetting is a kind of Subsetting for end Features, as identified by crossingFeature, to subset a chained Feature, identified by crossedFeature. It navigates to instances of the end Feature’s type from instances of other end Feature types on the same owningType (at least two end Features are required for any of them to have a CrossSubsetting).The crossedFeature of a CrossSubsetting must have a feature chain of exactly two Features. The second Feature in the chain is the crossFeature of the crossingFeature (end Feature), which has the same type as the crossingFeature. When the owningType of the crossingFeature has exactly two end Features, the first Feature in the chain of the crossedFeature is the other end Feature. The crossFeature’s featuringType in this case is the other end Feature. When the owningType has more than two end Features, the first Feature in the chain is a Feature that CrossMultiplies all the other end Features, which is also the featuringType of the crossFeature.A crossFeature must be owned by its featureCrossing (end Feature) when the featureCrossing owningType has more than two end Features. Otherwise, for exactly two end Features, the crossFeatures of each the ends can instead optionally be inherited by the other end from one of its types or a subsetted Feature.
Is Abstract FALSE
Generalizations Subsetting
Specializations
Containers Feature

Properties

Name Type Default Description Inheritance
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
crossedFeature Feature [1..1] The chained Feature that is cross subset by the crossingFeature of this CrossSubsetting. CrossSubsetting
crossingFeature Feature [1..1] {derived} The end Feature that owns this CrossSubsetting relationship and is also its subsettingFeature. CrossSubsetting
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
general Type [1..1] {redefined} A Type with a superset of all instances of the specific Type, which might be the same set. Specialization
isImplied Boolean [1..1] Whether this Relationship was generated by tooling to meet semantic rules, rather than being directly created by a modeler. Relationship
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedRelatedElement Element [0..*] {composite} {ordered} {subsetted: Relationship.relatedElement} The relatedElements of this Relationship that are owned by the Relationship. Relationship
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningFeature Feature [0..1] {derived} {redefined} {subsetted: Subsetting.subsettingFeature} A subsettingFeature that is also the owningRelatedElement of this Subsetting. Subsetting
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelatedElement Element [0..1] {subsetted: Relationship.relatedElement} The relatedElement of this Relationship that owns the Relationship, if any. Relationship
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
owningType Type [0..1] {derived} {redefined} {subsetted: Relationship.owningRelatedElement} {subsetted: Specialization.specific} The Type that is the specific Type of this Specialization and owns it as its owningRelatedElement. Specialization
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
relatedElement Element [0..*] {derived} {ordered} {many-to-many:Relationship.relationship} The Elements that are related by this Relationship, derived as the union of the source and target Elements of the Relationship. Relationship
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
source Element [0..*] {ordered} {redefined} {subsetted: Relationship.relatedElement} {many-to-many:Relationship.sourceRelationship} The relatedElements from which this Relationship is considered to be directed. Relationship
specific Type [1..1] {redefined} A Type with a subset of all instances of the general Type, which might be the same set. Specialization
subsettedFeature Feature [1..1] {redefined} The Feature that is subsetted by the subsettingFeature of this Subsetting. Subsetting
subsettingFeature Feature [1..1] {redefined} The Feature that is a subset of the subsettedFeature of this Subsetting. Subsetting
target Element [0..*] {ordered} {redefined} {subsetted: Relationship.relatedElement} {many-to-many:Relationship.targetRelationship} The relatedElements to which this Relationship is considered to be directed. Relationship
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element

DataType [Class]

Features

Name Description
Fully Qualified Name SysML::Kernel::DataTypes::DataType
Definition A DataType is a Classifier of things (in the universe) that can only be distinguished by how they are related to other things (via Features). This means multiple things classified by the same DataType
  • Cannot be distinguished when they are related to other things in exactly the same way, even when they are intended to be about different things.
  • Can be distinguished when they are related to other things in different ways, even when they are intended to be about the same thing.
Is Abstract FALSE
Generalizations Classifier
Specializations AttributeDefinition
Containers

Properties

Name Type Default Description Inheritance
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
differencingType Type [0..*] {derived} {ordered} {many-to-many:Type.differencedType} The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
directedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithDirectedFeature} The features of this Type that have a non-null direction. Type
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
endFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithEndFeature} All features of this Type with isEnd = true. Type
feature Feature [0..*] {derived} {ordered} {subsetted: Namespace.member} {many-to-many:Type.typeWithFeature} The ownedMemberFeatures of the featureMemberships of this Type. Type
featureMembership FeatureMembership [0..*] {derived} {ordered} {many-to-many:Type.type} The FeatureMemberships for features of this Type, which include all ownedFeatureMemberships and those inheritedMemberships that are FeatureMemberships (but does not include any importedMemberships). Type
importedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Namespace.importingNamespace} The Memberships in this Namespace that result from the ownedImports of this Namespace. Namespace
inheritedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.inheritingType} All the memberFeatures of the inheritedMemberships of this Type that are FeatureMemberships. Type
inheritedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Type.inheritingType} All Memberships inherited by this Type via Specialization or Conjugation. These are included in the derived union for the memberships of the Type. Type
input Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithInput} All features related to this Type by FeatureMemberships that have direction in or inout. Type
intersectingType Type [0..*] {derived} {ordered} {many-to-many:Type.intersectedType} The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
isAbstract Boolean [1..1] Indicates whether instances of this Type must also be instances of at least one of its specialized Types. Type
isConjugated Boolean [1..1] {derived} Indicates whether this Type has an ownedConjugator. Type
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
isSufficient Boolean [1..1] Whether all things that meet the classification conditions of this Type must be classified by the Type.(A Type gives conditions that must be met by whatever it classifies, but when isSufficient is false, things may meet those conditions but still not be classified by the Type. For example, a Type Car that is not sufficient could require everything it classifies to have four wheels, but not all four wheeled things would classify as cars. However, if the Type Car were sufficient, it would classify all four-wheeled things.) Type
member Element [0..*] {derived} {ordered} {many-to-many:Namespace.namespace} The set of all member Elements of this Namespace, which are the memberElements of all memberships of the Namespace. Namespace
membership Membership [0..*] {derived} {derived-union} {ordered} {many-to-many:Namespace.membershipNamespace} All Memberships in this Namespace, including (at least) the union of ownedMemberships and importedMemberships. Namespace
multiplicity Multiplicity [0..1] {derived} {subsetted: Namespace.ownedMember} An ownedMember of this Type that is a Multiplicity, which constraints the cardinality of the Type. If there is no such ownedMember, then the cardinality of this Type is constrained by all the Multiplicity constraints applicable to any direct supertypes. Type
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
output Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithOutput} All features related to this Type by FeatureMemberships that have direction out or inout. Type
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedConjugator Conjugation [0..1] {composite} {derived} {subsetted: A_conjugatedType_conjugator.conjugator} {subsetted: Element.ownedRelationship} A Conjugation owned by this Type for which the Type is the originalType. Type
ownedDifferencing Differencing [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Differencings, having this Type as their typeDifferenced. Type
ownedDisjoining Disjoining [0..*] {composite} {derived} {subsetted: Element.ownedRelationship} {subsetted: A_disjoiningTypeDisjoining_typeDisjoined.disjoiningTypeDisjoining} The ownedRelationships of this Type that are Disjoinings, for which the Type is the typeDisjoined Type. Type
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedEndFeature Feature [0..*] {derived} {ordered} {subsetted: Type.endFeature} {subsetted: Type.ownedFeature} All endFeatures of this Type that are ownedFeatures. Type
ownedFeature Feature [0..*] {derived} {ordered} {subsetted: Namespace.ownedMember} The ownedMemberFeatures of the ownedFeatureMemberships of this Type. Type
ownedFeatureMembership FeatureMembership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.ownedMembership} {subsetted: Type.featureMembership} The ownedMemberships of this Type that are FeatureMemberships, for which the Type is the owningType. Each such FeatureMembership identifies an ownedFeature of the Type. Type
ownedImport Import [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Namespace that are Imports, for which the Namespace is the importOwningNamespace. Namespace
ownedIntersecting Intersecting [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Intersectings, have the Type as their typeIntersected. Type
ownedMember Element [0..*] {derived} {ordered} {subsetted: Namespace.member} The owned members of this Namespace, which are the ownedMemberElements of the ownedMemberships of the Namespace. Namespace
ownedMembership Membership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.membership} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Namespace that are Memberships, for which the Namespace is the membershipOwningNamespace. Namespace
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
ownedSpecialization Specialization [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_specific_specialization.specialization} The ownedRelationships of this Type that are Specializations, for which the Type is the specific Type. Type
ownedSubclassification Subclassification [0..*] {composite} {derived} {subsetted: Type.ownedSpecialization} The ownedSpecializations of this Classifier that are Subclassifications, for which this Classifier is the subclassifier. Classifier
ownedUnioning Unioning [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Type that are Unionings, having the Type as their typeUnioned. Type
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element
unioningType Type [0..*] {derived} {ordered} {many-to-many:Type.unionedType} The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general. Type

DecisionNode [Class]

Features

Name Description
Fully Qualified Name SysML::Systems::Actions::DecisionNode
Definition A DecisionNode is a ControlNode that makes a selection from its outgoing Successions.
Is Abstract FALSE
Generalizations ControlNode
Specializations
Containers

Properties

Name Type Default Description Inheritance
actionDefinition Behavior [0..*] {derived} {ordered} {many-to-many:ActionUsage.definedAction} The Behaviors that are the types of this ActionUsage. Nominally, these would be ActionDefinitions, but other kinds of Kernel Behaviors are also allowed, to permit use of Behaviors from the Kernel Model Libraries. ActionUsage
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
behavior Behavior [0..*] {derived} {ordered} {redefined} {subsetted: Feature.type} {many-to-many:Step.typedStep} The Behaviors that type this Step. Step
chainingFeature Feature [0..*] {derived} {ordered} {many-to-many:Feature.chainedFeature} The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature. Feature
crossFeature Feature [0..1] {derived} The second chainingFeature of the crossedFeature of the ownedCrossSubsetting of this Feature, if it has one. Semantically, the values of the crossFeature of an end Feature must include all values of the end Feature obtained when navigating from values of the other end Features of the same owningType. Feature
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
definition Classifier [0..*] {derived} {ordered} {redefined} {many-to-many:Usage.definedUsage} The Classifiers that are the types of this Usage. Nominally, these are Definitions, but other kinds of Kernel Classifiers are also allowed, to permit use of Classifiers from the Kernel Model Libraries. Usage
differencingType Type [0..*] {derived} {ordered} {many-to-many:Type.differencedType} The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
directedFeature Feature [0..*] {derived} {ordered} {redefined} {subsetted: Type.feature} {many-to-many:Type.typeWithDirectedFeature} The features of this Type that have a non-null direction. Type
directedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {subsetted: Usage.usage} {many-to-many:Usage.usageWithDirectedUsage} The usages of this Usage that are directedFeatures. Usage
direction FeatureDirectionKind [0..1] Indicates how values of this Feature are determined or used (as specified for the FeatureDirectionKind). Feature
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
endFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithEndFeature} All features of this Type with isEnd = true. Type
endOwningType Type [0..1] {derived} {subsetted: A_endFeature_typeWithEndFeature.typeWithEndFeature} {subsetted: Feature.owningType} The Type that is related to this Feature by an EndFeatureMembership in which the Feature is an ownedMemberFeature. Feature
feature Feature [0..*] {derived} {ordered} {subsetted: Namespace.member} {many-to-many:Type.typeWithFeature} The ownedMemberFeatures of the featureMemberships of this Type. Type
featureMembership FeatureMembership [0..*] {derived} {ordered} {many-to-many:Type.type} The FeatureMemberships for features of this Type, which include all ownedFeatureMemberships and those inheritedMemberships that are FeatureMemberships (but does not include any importedMemberships). Type
featureTarget Feature [1..1] {derived} The last of the chainingFeatures of this Feature, if it has any. Otherwise, this Feature itself. Feature
featuringType Type [0..*] {derived} {ordered} {many-to-many:Feature.featureOfType} Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature. Feature
importedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Namespace.importingNamespace} The Memberships in this Namespace that result from the ownedImports of this Namespace. Namespace
individualDefinition OccurrenceDefinition [0..1] {derived} {subsetted: OccurrenceUsage.occurrenceDefinition} The at most one occurrenceDefinition that has isIndividual = true. OccurrenceUsage
inheritedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.inheritingType} All the memberFeatures of the inheritedMemberships of this Type that are FeatureMemberships. Type
inheritedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Type.inheritingType} All Memberships inherited by this Type via Specialization or Conjugation. These are included in the derived union for the memberships of the Type. Type
input Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithInput} All features related to this Type by FeatureMemberships that have direction in or inout. Type
intersectingType Type [0..*] {derived} {ordered} {many-to-many:Type.intersectedType} The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
isAbstract Boolean [1..1] Indicates whether instances of this Type must also be instances of at least one of its specialized Types. Type
isComposite Boolean [1..1] Whether the Feature is a composite feature of its featuringType. If so, the values of the Feature cannot exist after its featuring instance no longer does and cannot be values of another composite feature that is not on the same featuring instance. Feature
isConjugated Boolean [1..1] {derived} Indicates whether this Type has an ownedConjugator. Type
isConstant Boolean [1..1] If isVariable is true, then whether the value of this Feature nevertheless does not change over all snapshots of its owningType. Feature
isDerived Boolean [1..1] Whether the values of this Feature can always be computed from the values of other Features. Feature
isEnd Boolean [1..1] Whether or not this Feature is an end Feature. An end Feature always has multiplicity 1, mapping each of its domain instances to a single co-domain instance. However, it may have a crossFeature, in which case values of the crossFeature must be the same as those found by navigation across instances of the owningType from values of other end Features to values of this Feature. If the owningType has n end Features, then the multiplicity, ordering, and uniqueness declared for the crossFeature of any one of these end Features constrains the cardinality, ordering, and uniqueness of the collection of values of that Feature reached by navigation when the values of the other n-1 end Features are held fixed. Feature
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isIndividual Boolean [1..1] Whether this OccurrenceUsage represents the usage of the specific individual represented by its individualDefinition. OccurrenceUsage
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
isOrdered Boolean [1..1] Whether an order exists for the values of this Feature or not. Feature
isPortion Boolean [1..1] Whether the values of this Feature are contained in the space and time of instances of the domain of the Feature and represent the same thing as those instances. Feature
isReference Boolean [1..1] {derived} Whether this Usage is a referential Usage, that is, it has isComposite = false. Usage
isSufficient Boolean [1..1] Whether all things that meet the classification conditions of this Type must be classified by the Type.(A Type gives conditions that must be met by whatever it classifies, but when isSufficient is false, things may meet those conditions but still not be classified by the Type. For example, a Type Car that is not sufficient could require everything it classifies to have four wheels, but not all four wheeled things would classify as cars. However, if the Type Car were sufficient, it would classify all four-wheeled things.) Type
isUnique Boolean [1..1] Whether or not values for this Feature must have no duplicates or not. Feature
isVariable Boolean [1..1] {redefined} Whether the value of this Feature might vary over time. That is, whether the Feature may have a different value for each snapshot of an owningType that is an Occurrence. Feature
isVariation Boolean [1..1] Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships. Usage
mayTimeVary Boolean [1..1] {derived} Whether this Usage may be time varying (that is, whether it is featured by the snapshots of its owningType, rather than being featured by the owningType itself). However, if isConstant is also true, then the value of the Usage is nevertheless constant over the entire duration of an instance of its owningType (that is, it has the same value on all snapshots).The property mayTimeVary redefines the KerML property Feature::isVariable, making it derived. The property isConstant is inherited from Feature. Usage
member Element [0..*] {derived} {ordered} {many-to-many:Namespace.namespace} The set of all member Elements of this Namespace, which are the memberElements of all memberships of the Namespace. Namespace
membership Membership [0..*] {derived} {derived-union} {ordered} {many-to-many:Namespace.membershipNamespace} All Memberships in this Namespace, including (at least) the union of ownedMemberships and importedMemberships. Namespace
multiplicity Multiplicity [0..1] {derived} {subsetted: Namespace.ownedMember} An ownedMember of this Type that is a Multiplicity, which constraints the cardinality of the Type. If there is no such ownedMember, then the cardinality of this Type is constrained by all the Multiplicity constraints applicable to any direct supertypes. Type
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
nestedAction ActionUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ActionUsages that are nestedUsages of this Usage. Usage
nestedAllocation AllocationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConnection} The AllocationUsages that are nestedUsages of this Usage. Usage
nestedAnalysisCase AnalysisCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The AnalysisCaseUsages that are nestedUsages of this Usage. Usage
nestedAttribute AttributeUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The code>AttributeUsages that are nestedUsages of this Usage. Usage
nestedCalculation CalculationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAction} The CalculationUsage that are nestedUsages of this Usage. Usage
nestedCase CaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCalculation} The CaseUsages that are nestedUsages of this Usage. Usage
nestedConcern ConcernUsage [0..*] {derived} {subsetted: Usage.nestedRequirement} The ConcernUsages that are nestedUsages of this Usage. Usage
nestedConnection ConnectorAsUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The ConnectorAsUsages that are nestedUsages of this Usage. Note that this list includes BindingConnectorAsUsages, SuccessionAsUsages, and FlowConnectionUsages because these are ConnectorAsUsages even though they are not ConnectionUsages. Usage
nestedConstraint ConstraintUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ConstraintUsages that are nestedUsages of this Usage. Usage
nestedEnumeration EnumerationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAttribute} The code>EnumerationUsages that are nestedUsages of this Usage. Usage
nestedFlow FlowUsage [0..*] {derived} {subsetted: Usage.nestedConnection} The code>FlowUsages that are nestedUsages of this Usage. Usage
nestedInterface InterfaceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConnection} The InterfaceUsages that are nestedUsages of this Usage. Usage
nestedItem ItemUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ItemUsages that are nestedUsages of this Usage. Usage
nestedMetadata MetadataUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedItem} The MetadataUsages that are nestedUsages of this of this Usage. Usage
nestedOccurrence OccurrenceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The OccurrenceUsages that are nestedUsages of this Usage. Usage
nestedPart PartUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedItem} The PartUsages that are nestedUsages of this Usage. Usage
nestedPort PortUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The PortUsages that are nestedUsages of this Usage. Usage
nestedReference ReferenceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The ReferenceUsages that are nestedUsages of this Usage. Usage
nestedRendering RenderingUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedPart} The RenderingUsages that are nestedUsages of this Usage. Usage
nestedRequirement RequirementUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConstraint} The RequirementUsages that are nestedUsages of this Usage. Usage
nestedState StateUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAction} The StateUsages that are nestedUsages of this Usage. Usage
nestedTransition TransitionUsage [0..*] {derived} {subsetted: Usage.nestedUsage} The TransitionUsages that are nestedUsages of this Usage. Usage
nestedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.ownedFeature} {subsetted: Usage.usage} The Usages that are ownedFeatures of this Usage. Usage
nestedUseCase UseCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The UseCaseUsages that are nestedUsages of this Usage. Usage
nestedVerificationCase VerificationCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The VerificationCaseUsages that are nestedUsages of this Usage. Usage
nestedView ViewUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedPart} The ViewUsages that are nestedUsages of this Usage. Usage
nestedViewpoint ViewpointUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedRequirement} The ViewpointUsages that are nestedUsages of this Usage. Usage
occurrenceDefinition Class [0..*] {derived} {ordered} {redefined} {many-to-many:OccurrenceUsage.definedOccurrence} The Classes that are the types of this OccurrenceUsage. Nominally, these are OccurrenceDefinitions, but other kinds of kernel Classes are also allowed, to permit use of Classes from the Kernel Model Libraries. OccurrenceUsage
output Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithOutput} All features related to this Type by FeatureMemberships that have direction out or inout. Type
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedConjugator Conjugation [0..1] {composite} {derived} {subsetted: A_conjugatedType_conjugator.conjugator} {subsetted: Element.ownedRelationship} A Conjugation owned by this Type for which the Type is the originalType. Type
ownedCrossSubsetting CrossSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a CrossSubsetting}, for which the Feature is the crossingFeature. Feature
ownedDifferencing Differencing [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Differencings, having this Type as their typeDifferenced. Type
ownedDisjoining Disjoining [0..*] {composite} {derived} {subsetted: Element.ownedRelationship} {subsetted: A_disjoiningTypeDisjoining_typeDisjoined.disjoiningTypeDisjoining} The ownedRelationships of this Type that are Disjoinings, for which the Type is the typeDisjoined Type. Type
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedEndFeature Feature [0..*] {derived} {ordered} {subsetted: Type.endFeature} {subsetted: Type.ownedFeature} All endFeatures of this Type that are ownedFeatures. Type
ownedFeature Feature [0..*] {derived} {ordered} {subsetted: Namespace.ownedMember} The ownedMemberFeatures of the ownedFeatureMemberships of this Type. Type
ownedFeatureChaining FeatureChaining [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Feature that are FeatureChainings, for which the Feature will be the featureChained. Feature
ownedFeatureInverting FeatureInverting [0..*] {composite} {derived} {subsetted: A_invertingFeatureInverting_featureInverted.invertingFeatureInverting} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are FeatureInvertings and for which the Feature is the featureInverted. Feature
ownedFeatureMembership FeatureMembership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.ownedMembership} {subsetted: Type.featureMembership} The ownedMemberships of this Type that are FeatureMemberships, for which the Type is the owningType. Each such FeatureMembership identifies an ownedFeature of the Type. Type
ownedImport Import [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Namespace that are Imports, for which the Namespace is the importOwningNamespace. Namespace
ownedIntersecting Intersecting [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Intersectings, have the Type as their typeIntersected. Type
ownedMember Element [0..*] {derived} {ordered} {subsetted: Namespace.member} The owned members of this Namespace, which are the ownedMemberElements of the ownedMemberships of the Namespace. Namespace
ownedMembership Membership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.membership} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Namespace that are Memberships, for which the Namespace is the membershipOwningNamespace. Namespace
ownedRedefinition Redefinition [0..*] {composite} {derived} {subsetted: Feature.ownedSubsetting} The ownedSubsettings of this Feature that are Redefinitions, for which the Feature is the redefiningFeature. Feature
ownedReferenceSubsetting ReferenceSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a ReferenceSubsetting, for which the Feature is the referencingFeature. Feature
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
ownedSpecialization Specialization [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_specific_specialization.specialization} The ownedRelationships of this Type that are Specializations, for which the Type is the specific Type. Type
ownedSubsetting Subsetting [0..*] {composite} {derived} {subsetted: Type.ownedSpecialization} {subsetted: A_subsettingFeature_subsetting.subsetting} The ownedSpecializations of this Feature that are Subsettings, for which the Feature is the subsettingFeature. Feature
ownedTypeFeaturing TypeFeaturing [0..*] {composite} {derived} {ordered} {subsetted: A_featureOfType_typeFeaturing.typeFeaturing} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are TypeFeaturings and for which the Feature is the featureOfType. Feature
ownedTyping FeatureTyping [0..*] {composite} {derived} {ordered} {subsetted: Type.ownedSpecialization} {subsetted: A_typing_typedFeature.typing} The ownedSpecializations of this Feature that are FeatureTypings, for which the Feature is the typedFeature. Feature
ownedUnioning Unioning [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Type that are Unionings, having the Type as their typeUnioned. Type
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningDefinition Definition [0..1] {derived} {subsetted: Feature.owningType} {subsetted: A_usage_featuringDefinition.featuringDefinition} The Definition that owns this Usage (if any). Usage
owningFeatureMembership FeatureMembership [0..1] {derived} {subsetted: Element.owningMembership} The FeatureMembership that owns this Feature as an ownedMemberFeature, determining its owningType. Feature
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
owningType Type [0..1] {derived} {subsetted: A_typeWithFeature_feature.typeWithFeature} {subsetted: Element.owningNamespace} {subsetted: Feature.featuringType} The Type that is the owningType of the owningFeatureMembership of this Feature. Feature
owningUsage Usage [0..1] {derived} {subsetted: Feature.owningType} The Usage in which this Usage is nested (if any). Usage
parameter Feature [0..*] {derived} {ordered} {many-to-many:Step.parameteredStep} The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step. Step
portionKind PortionKind [0..1] The kind of temporal portion (time slice or snapshot) is represented by this OccurrenceUsage. If portionKind is not null, then the owningType of the OccurrenceUsage must be non-null, and the OccurrenceUsage represents portions of the featuring instance of the owningType. OccurrenceUsage
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element
type Type [0..*] {derived} {ordered} {redefined} {many-to-many:Feature.typedFeature} Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature. Feature
unioningType Type [0..*] {derived} {ordered} {many-to-many:Type.unionedType} The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general. Type
usage Usage [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Usage.featuringUsage} The Usages that are features of this Usage (not necessarily owned). Usage
variant Usage [0..*] {derived} {subsetted: Namespace.ownedMember} The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants. Usage
variantMembership VariantMembership [0..*] {composite} {derived} {subsetted: Namespace.ownedMembership} The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty. Usage

Definition [Class]

Features

Name Description
Fully Qualified Name SysML::Systems::DefinitionAndUsage::Definition
Definition A Definition is a Classifier of Usages. The actual kinds of Definition that may appear in a model are given by the subclasses of Definition (possibly as extended with user-defined SemanticMetadata).Normally, a Definition has owned Usages that model features of the thing being defined. A Definition may also have other Definitions nested in it, but this has no semantic significance, other than the nested scoping resulting from the Definition being considered as a Namespace for any nested Definitions.However, if a Definition has isVariation = true, then it represents a variation point Definition. In this case, all of its members must be variant Usages, related to the Definition by VariantMembership Relationships. Rather than being features of the Definition, variant Usages model different concrete alternatives that can be chosen to fill in for an abstract Usage of the variation point Definition.
Is Abstract FALSE
Generalizations Classifier
Specializations AttributeDefinition OccurrenceDefinition
Containers

Properties

Name Type Default Description Inheritance
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
differencingType Type [0..*] {derived} {ordered} {many-to-many:Type.differencedType} The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
directedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithDirectedFeature} The features of this Type that have a non-null direction. Type
directedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {subsetted: Definition.usage} {many-to-many:Definition.definitionWithDirectedUsage} The usages of this Definition that are directedFeatures. Definition
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
endFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithEndFeature} All features of this Type with isEnd = true. Type
feature Feature [0..*] {derived} {ordered} {subsetted: Namespace.member} {many-to-many:Type.typeWithFeature} The ownedMemberFeatures of the featureMemberships of this Type. Type
featureMembership FeatureMembership [0..*] {derived} {ordered} {many-to-many:Type.type} The FeatureMemberships for features of this Type, which include all ownedFeatureMemberships and those inheritedMemberships that are FeatureMemberships (but does not include any importedMemberships). Type
importedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Namespace.importingNamespace} The Memberships in this Namespace that result from the ownedImports of this Namespace. Namespace
inheritedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.inheritingType} All the memberFeatures of the inheritedMemberships of this Type that are FeatureMemberships. Type
inheritedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Type.inheritingType} All Memberships inherited by this Type via Specialization or Conjugation. These are included in the derived union for the memberships of the Type. Type
input Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithInput} All features related to this Type by FeatureMemberships that have direction in or inout. Type
intersectingType Type [0..*] {derived} {ordered} {many-to-many:Type.intersectedType} The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
isAbstract Boolean [1..1] Indicates whether instances of this Type must also be instances of at least one of its specialized Types. Type
isConjugated Boolean [1..1] {derived} Indicates whether this Type has an ownedConjugator. Type
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
isSufficient Boolean [1..1] Whether all things that meet the classification conditions of this Type must be classified by the Type.(A Type gives conditions that must be met by whatever it classifies, but when isSufficient is false, things may meet those conditions but still not be classified by the Type. For example, a Type Car that is not sufficient could require everything it classifies to have four wheels, but not all four wheeled things would classify as cars. However, if the Type Car were sufficient, it would classify all four-wheeled things.) Type
isVariation Boolean [1..1] Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships. Definition
member Element [0..*] {derived} {ordered} {many-to-many:Namespace.namespace} The set of all member Elements of this Namespace, which are the memberElements of all memberships of the Namespace. Namespace
membership Membership [0..*] {derived} {derived-union} {ordered} {many-to-many:Namespace.membershipNamespace} All Memberships in this Namespace, including (at least) the union of ownedMemberships and importedMemberships. Namespace
multiplicity Multiplicity [0..1] {derived} {subsetted: Namespace.ownedMember} An ownedMember of this Type that is a Multiplicity, which constraints the cardinality of the Type. If there is no such ownedMember, then the cardinality of this Type is constrained by all the Multiplicity constraints applicable to any direct supertypes. Type
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
output Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithOutput} All features related to this Type by FeatureMemberships that have direction out or inout. Type
ownedAction ActionUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedOccurrence} The ActionUsages that are ownedUsages of this Definition. Definition
ownedAllocation AllocationUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedConnection} The AllocationUsages that are ownedUsages of this Definition. Definition
ownedAnalysisCase AnalysisCaseUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedCase} The AnalysisCaseUsages that are ownedUsages of this Definition. Definition
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedAttribute AttributeUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The AttributeUsages that are ownedUsages of this Definition. Definition
ownedCalculation CalculationUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedAction} The CalculationUsages that are ownedUsages of this Definition. Definition
ownedCase CaseUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedCalculation} The code>CaseUsages that are ownedUsages of this Definition. Definition
ownedConcern ConcernUsage [0..*] {derived} {subsetted: Definition.ownedRequirement} The ConcernUsages that are ownedUsages of this Definition. Definition
ownedConjugator Conjugation [0..1] {composite} {derived} {subsetted: A_conjugatedType_conjugator.conjugator} {subsetted: Element.ownedRelationship} A Conjugation owned by this Type for which the Type is the originalType. Type
ownedConnection ConnectorAsUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The ConnectorAsUsages that are ownedUsages of this Definition. Note that this list includes BindingConnectorAsUsages, SuccessionAsUsages, and FlowUsages because these are ConnectorAsUsages even though they are not ConnectionUsages. Definition
ownedConstraint ConstraintUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedOccurrence} The ConstraintUsages that are ownedUsages of this Definition. Definition
ownedDifferencing Differencing [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Differencings, having this Type as their typeDifferenced. Type
ownedDisjoining Disjoining [0..*] {composite} {derived} {subsetted: Element.ownedRelationship} {subsetted: A_disjoiningTypeDisjoining_typeDisjoined.disjoiningTypeDisjoining} The ownedRelationships of this Type that are Disjoinings, for which the Type is the typeDisjoined Type. Type
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedEndFeature Feature [0..*] {derived} {ordered} {subsetted: Type.endFeature} {subsetted: Type.ownedFeature} All endFeatures of this Type that are ownedFeatures. Type
ownedEnumeration EnumerationUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedAttribute} The EnumerationUsages that are ownedUsages of this Definition. Definition
ownedFeature Feature [0..*] {derived} {ordered} {subsetted: Namespace.ownedMember} The ownedMemberFeatures of the ownedFeatureMemberships of this Type. Type
ownedFeatureMembership FeatureMembership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.ownedMembership} {subsetted: Type.featureMembership} The ownedMemberships of this Type that are FeatureMemberships, for which the Type is the owningType. Each such FeatureMembership identifies an ownedFeature of the Type. Type
ownedFlow FlowUsage [0..*] {derived} {subsetted: Definition.ownedConnection} The FlowUsages that are ownedUsages of this Definition. Definition
ownedImport Import [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Namespace that are Imports, for which the Namespace is the importOwningNamespace. Namespace
ownedInterface InterfaceUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedConnection} The InterfaceUsages that are ownedUsages of this Definition. Definition
ownedIntersecting Intersecting [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Intersectings, have the Type as their typeIntersected. Type
ownedItem ItemUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedOccurrence} The ItemUsages that are ownedUsages of this Definition. Definition
ownedMember Element [0..*] {derived} {ordered} {subsetted: Namespace.member} The owned members of this Namespace, which are the ownedMemberElements of the ownedMemberships of the Namespace. Namespace
ownedMembership Membership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.membership} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Namespace that are Memberships, for which the Namespace is the membershipOwningNamespace. Namespace
ownedMetadata MetadataUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedItem} The MetadataUsages that are ownedUsages of this Definition. Definition
ownedOccurrence OccurrenceUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The OccurrenceUsages that are ownedUsages of this Definition. Definition
ownedPart PartUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedItem} The PartUsages that are ownedUsages of this Definition. Definition
ownedPort PortUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The PortUsages that are ownedUsages of this Definition. Definition
ownedReference ReferenceUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The ReferenceUsages that are ownedUsages of this Definition. Definition
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
ownedRendering RenderingUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedPart} The RenderingUsages that are ownedUsages of this Definition. Definition
ownedRequirement RequirementUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedConstraint} The RequirementUsages that are ownedUsages of this Definition. Definition
ownedSpecialization Specialization [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_specific_specialization.specialization} The ownedRelationships of this Type that are Specializations, for which the Type is the specific Type. Type
ownedState StateUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedAction} The StateUsages that are ownedUsages of this Definition. Definition
ownedSubclassification Subclassification [0..*] {composite} {derived} {subsetted: Type.ownedSpecialization} The ownedSpecializations of this Classifier that are Subclassifications, for which this Classifier is the subclassifier. Classifier
ownedTransition TransitionUsage [0..*] {derived} {subsetted: Definition.ownedUsage} The TransitionUsages that are ownedUsages of this Definition. Definition
ownedUnioning Unioning [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Type that are Unionings, having the Type as their typeUnioned. Type
ownedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.ownedFeature} {subsetted: Definition.usage} The Usages that are ownedFeatures of this Definition. Definition
ownedUseCase UseCaseUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedCase} The UseCaseUsages that are ownedUsages of this Definition. Definition
ownedVerificationCase VerificationCaseUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedCase} The VerificationCaseUsages that are ownedUsages of this Definition. Definition
ownedView ViewUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedPart} The ViewUsages that are ownedUsages of this Definition. Definition
ownedViewpoint ViewpointUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedRequirement} The ViewpointUsages that are ownedUsages of this Definition. Definition
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element
unioningType Type [0..*] {derived} {ordered} {many-to-many:Type.unionedType} The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general. Type
usage Usage [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Definition.featuringDefinition} The Usages that are features of this Definition (not necessarily owned). Definition
variant Usage [0..*] {derived} {subsetted: Namespace.ownedMember} The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants. Definition
variantMembership VariantMembership [0..*] {composite} {derived} {subsetted: Namespace.ownedMembership} The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty. Definition

Dependency [Class]

Features

Name Description
Fully Qualified Name SysML::Root::Dependencies::Dependency
Definition A Dependency is a Relationship that indicates that one or more client Elements require one more supplier Elements for their complete specification. In general, this means that a change to one of the supplier Elements may necessitate a change to, or re-specification of, the client Elements.Note that a Dependency is entirely a model-level Relationship, without instance-level semantics.
Is Abstract FALSE
Generalizations Relationship
Specializations
Containers

Properties

Name Type Default Description Inheritance
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
client Element [1..*] {ordered} {many-to-many:Dependency.clientDependency} The Element or Elements dependent on the supplier Elements. Dependency
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
isImplied Boolean [1..1] Whether this Relationship was generated by tooling to meet semantic rules, rather than being directly created by a modeler. Relationship
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedRelatedElement Element [0..*] {composite} {ordered} {subsetted: Relationship.relatedElement} The relatedElements of this Relationship that are owned by the Relationship. Relationship
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelatedElement Element [0..1] {subsetted: Relationship.relatedElement} The relatedElement of this Relationship that owns the Relationship, if any. Relationship
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
relatedElement Element [0..*] {derived} {ordered} {many-to-many:Relationship.relationship} The Elements that are related by this Relationship, derived as the union of the source and target Elements of the Relationship. Relationship
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
source Element [0..*] {ordered} {redefined} {subsetted: Relationship.relatedElement} {many-to-many:Relationship.sourceRelationship} The relatedElements from which this Relationship is considered to be directed. Relationship
supplier Element [1..*] {ordered} {many-to-many:Dependency.supplierDependency} The Element or Elements on which the client Elements depend in some respect. Dependency
target Element [0..*] {ordered} {redefined} {subsetted: Relationship.relatedElement} {many-to-many:Relationship.targetRelationship} The relatedElements to which this Relationship is considered to be directed. Relationship
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element

Differencing [Class]

Features

Name Description
Fully Qualified Name SysML::Core::Types::Differencing
Definition Differencing is a Relationship that makes its differencingType one of the differencingTypes of its typeDifferenced.
Is Abstract FALSE
Generalizations Relationship
Specializations
Containers Type

Properties

Name Type Default Description Inheritance
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
differencingType Type [1..1] Type that partly determines interpretations of typeDifferenced, as described in Type::differencingType. Differencing
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
isImplied Boolean [1..1] Whether this Relationship was generated by tooling to meet semantic rules, rather than being directly created by a modeler. Relationship
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedRelatedElement Element [0..*] {composite} {ordered} {subsetted: Relationship.relatedElement} The relatedElements of this Relationship that are owned by the Relationship. Relationship
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelatedElement Element [0..1] {subsetted: Relationship.relatedElement} The relatedElement of this Relationship that owns the Relationship, if any. Relationship
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
relatedElement Element [0..*] {derived} {ordered} {many-to-many:Relationship.relationship} The Elements that are related by this Relationship, derived as the union of the source and target Elements of the Relationship. Relationship
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
source Element [0..*] {ordered} {redefined} {subsetted: Relationship.relatedElement} {many-to-many:Relationship.sourceRelationship} The relatedElements from which this Relationship is considered to be directed. Relationship
target Element [0..*] {ordered} {redefined} {subsetted: Relationship.relatedElement} {many-to-many:Relationship.targetRelationship} The relatedElements to which this Relationship is considered to be directed. Relationship
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element
typeDifferenced Type [1..1] {derived} {subsetted: Relationship.owningRelatedElement} Type with interpretations partly determined by differencingType, as described in Type::differencingType. Differencing

Disjoining [Class]

Features

Name Description
Fully Qualified Name SysML::Core::Types::Disjoining
Definition A Disjoining is a Relationship between Types asserted to have interpretations that are not shared (disjoint) between them, identified as typeDisjoined and disjoiningType. For example, a Classifier for mammals is disjoint from a Classifier for minerals, and a Feature for people's parents is disjoint from a Feature for their children.
Is Abstract FALSE
Generalizations Relationship
Specializations
Containers Type

Properties

Name Type Default Description Inheritance
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
disjoiningType Type [1..1] Type asserted to be disjoint with the typeDisjoined. Disjoining
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
isImplied Boolean [1..1] Whether this Relationship was generated by tooling to meet semantic rules, rather than being directly created by a modeler. Relationship
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedRelatedElement Element [0..*] {composite} {ordered} {subsetted: Relationship.relatedElement} The relatedElements of this Relationship that are owned by the Relationship. Relationship
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelatedElement Element [0..1] {subsetted: Relationship.relatedElement} The relatedElement of this Relationship that owns the Relationship, if any. Relationship
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
owningType Type [0..1] {derived} {subsetted: Relationship.owningRelatedElement} {subsetted: Disjoining.typeDisjoined} A typeDisjoined that is also an owningRelatedElement. Disjoining
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
relatedElement Element [0..*] {derived} {ordered} {many-to-many:Relationship.relationship} The Elements that are related by this Relationship, derived as the union of the source and target Elements of the Relationship. Relationship
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
source Element [0..*] {ordered} {redefined} {subsetted: Relationship.relatedElement} {many-to-many:Relationship.sourceRelationship} The relatedElements from which this Relationship is considered to be directed. Relationship
target Element [0..*] {ordered} {redefined} {subsetted: Relationship.relatedElement} {many-to-many:Relationship.targetRelationship} The relatedElements to which this Relationship is considered to be directed. Relationship
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element
typeDisjoined Type [1..1] Type asserted to be disjoint with the disjoiningType. Disjoining

Documentation [Class]

Features

Name Description
Fully Qualified Name SysML::Root::Annotations::Documentation
Definition Documentation is a Comment that specifically documents a documentedElement, which must be its owner.
Is Abstract FALSE
Generalizations Comment
Specializations
Containers

Properties

Name Type Default Description Inheritance
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
annotatedElement Element [1..*] {derived} {ordered} {redefined} {many-to-many:AnnotatingElement.annotatingElement} The Elements that are annotated by this AnnotatingElement. If annotation is not empty, these are the annotatedElements of the annotations. If annotation is empty, then it is the owningNamespace of the AnnotatingElement. AnnotatingElement
annotation Annotation [0..*] {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} The Annotations that relate this AnnotatingElement to its annotatedElements. This includes the owningAnnotatingRelationship (if any) followed by all the ownedAnnotatingRelationshps. AnnotatingElement
body String [1..1] The annotation text for the Comment. Comment
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
documentedElement Element [1..1] {derived} {subsetted: Element.owner} The Element that is documented by this Documentation. Documentation
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
locale String [0..1] Identification of the language of the body text and, optionally, the region and/or encoding. The format shall be a POSIX locale conformant to ISO/IEC 15897, with the format [language[_territory][.codeset][@modifier]]. Comment
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
ownedAnnotatingRelationship Annotation [0..*] {composite} {derived} {ordered} {subsetted: AnnotatingElement.annotation} {subsetted: Element.ownedRelationship} The ownedRelationships of this AnnotatingElement that are Annotations, for which this AnnotatingElement is the annotatingElement. AnnotatingElement
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningAnnotatingRelationship Annotation [0..1] {derived} {subsetted: Element.owningRelationship} {subsetted: AnnotatingElement.annotation} The owningRelationship of this AnnotatingRelationship, if it is an Annotation AnnotatingElement
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element

Element [Class]

Features

Name Description
Fully Qualified Name SysML::Root::Elements::Element
Definition An Element is a constituent of a model that is uniquely identified relative to all other Elements. It can have Relationships with other Elements. Some of these Relationships might imply ownership of other Elements, which means that if an Element is deleted from a model, then so are all the Elements that it owns.
Is Abstract TRUE
Generalizations
Specializations AnnotatingElement Namespace Relationship
Containers OwningMembership Relationship

Properties

Name Type Default Description Inheritance
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element

ElementFilterMembership [Class]

Features

Name Description
Fully Qualified Name SysML::Kernel::Packages::ElementFilterMembership
Definition ElementFilterMembership is a Membership between a Namespace and a model-level evaluable Boolean-valued Expression, asserting that imported members of the Namespace should be filtered using the condition Expression. A general Namespace does not define any specific filtering behavior, but such behavior may be defined for various specialized kinds of Namespaces.
Is Abstract FALSE
Generalizations OwningMembership
Specializations
Containers

Properties

Name Type Default Description Inheritance
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
condition Expression [1..1] {composite} {derived} The model-level evaluable Boolean-valued Expression used to filter the imported members of the membershipOwningNamespace of this ElementFilterMembership. ElementFilterMembership
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
isImplied Boolean [1..1] Whether this Relationship was generated by tooling to meet semantic rules, rather than being directly created by a modeler. Relationship
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
memberElement Element [1..1] {redefined} The Element that becomes a member of the membershipOwningNamespace due to this Membership. Membership
memberElementId String [1..1] {derived} {redefined} The elementId of the memberElement. Membership
memberName String [0..1] {redefined} The name of the memberElement relative to the membershipOwningNamespace. Membership
membershipOwningNamespace Namespace [1..1] {derived} {subsetted: A_membership_membershipNamespace.membershipNamespace} {subsetted: Relationship.owningRelatedElement} The Namespace of which the memberElement becomes a member due to this Membership. Membership
memberShortName String [0..1] {redefined} The short name of the memberElement relative to the membershipOwningNamespace. Membership
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedMemberElement Element [1..1] {composite} {derived} {redefined} {subsetted: Relationship.ownedRelatedElement} The Element that becomes an ownedMember of the membershipOwningNamespace due to this OwningMembership. OwningMembership
ownedMemberElementId String [1..1] {derived} The elementId of the ownedMemberElement. OwningMembership
ownedMemberName String [0..1] {derived} The name of the ownedMemberElement. OwningMembership
ownedMemberShortName String [0..1] {derived} The shortName of the ownedMemberElement. OwningMembership
ownedRelatedElement Element [0..*] {composite} {ordered} {subsetted: Relationship.relatedElement} The relatedElements of this Relationship that are owned by the Relationship. Relationship
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelatedElement Element [0..1] {subsetted: Relationship.relatedElement} The relatedElement of this Relationship that owns the Relationship, if any. Relationship
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
relatedElement Element [0..*] {derived} {ordered} {many-to-many:Relationship.relationship} The Elements that are related by this Relationship, derived as the union of the source and target Elements of the Relationship. Relationship
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
source Element [0..*] {ordered} {redefined} {subsetted: Relationship.relatedElement} {many-to-many:Relationship.sourceRelationship} The relatedElements from which this Relationship is considered to be directed. Relationship
target Element [0..*] {ordered} {redefined} {subsetted: Relationship.relatedElement} {many-to-many:Relationship.targetRelationship} The relatedElements to which this Relationship is considered to be directed. Relationship
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element
visibility VisibilityKind [1..1] Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace. Membership

EndFeatureMembership [Class]

Features

Name Description
Fully Qualified Name SysML::Core::Features::EndFeatureMembership
Definition EndFeatureMembership is a FeatureMembership that requires its memberFeature be owned and have isEnd = true.
Is Abstract FALSE
Generalizations FeatureMembership
Specializations
Containers

Properties

Name Type Default Description Inheritance
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
isImplied Boolean [1..1] Whether this Relationship was generated by tooling to meet semantic rules, rather than being directly created by a modeler. Relationship
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
memberElement Element [1..1] {redefined} The Element that becomes a member of the membershipOwningNamespace due to this Membership. Membership
memberElementId String [1..1] {derived} {redefined} The elementId of the memberElement. Membership
memberName String [0..1] {redefined} The name of the memberElement relative to the membershipOwningNamespace. Membership
membershipOwningNamespace Namespace [1..1] {derived} {redefined} {subsetted: A_membership_membershipNamespace.membershipNamespace} {subsetted: Relationship.owningRelatedElement} The Namespace of which the memberElement becomes a member due to this Membership. Membership
memberShortName String [0..1] {redefined} The short name of the memberElement relative to the membershipOwningNamespace. Membership
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedMemberElement Element [1..1] {composite} {derived} {redefined} {subsetted: Relationship.ownedRelatedElement} The Element that becomes an ownedMember of the membershipOwningNamespace due to this OwningMembership. OwningMembership
ownedMemberElementId String [1..1] {derived} The elementId of the ownedMemberElement. OwningMembership
ownedMemberFeature Feature [1..1] {composite} {derived} No Documentation Provided EndFeatureMembership
ownedMemberFeature Feature [1..1] {composite} {derived} {redefined} The Feature that this FeatureMembership relates to its owningType, making it an ownedFeature of the owningType. FeatureMembership
ownedMemberName String [0..1] {derived} The name of the ownedMemberElement. OwningMembership
ownedMemberShortName String [0..1] {derived} The shortName of the ownedMemberElement. OwningMembership
ownedRelatedElement Element [0..*] {composite} {ordered} {subsetted: Relationship.relatedElement} The relatedElements of this Relationship that are owned by the Relationship. Relationship
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelatedElement Element [0..1] {subsetted: Relationship.relatedElement} The relatedElement of this Relationship that owns the Relationship, if any. Relationship
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
owningType Type [1..1] {derived} {subsetted: A_featureMembership_type.type} The Type that owns this FeatureMembership. FeatureMembership
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
relatedElement Element [0..*] {derived} {ordered} {many-to-many:Relationship.relationship} The Elements that are related by this Relationship, derived as the union of the source and target Elements of the Relationship. Relationship
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
source Element [0..*] {ordered} {redefined} {subsetted: Relationship.relatedElement} {many-to-many:Relationship.sourceRelationship} The relatedElements from which this Relationship is considered to be directed. Relationship
target Element [0..*] {ordered} {redefined} {subsetted: Relationship.relatedElement} {many-to-many:Relationship.targetRelationship} The relatedElements to which this Relationship is considered to be directed. Relationship
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element
visibility VisibilityKind [1..1] Whether or not the Membership of the memberElement in the membershipOwningNamespace is publicly visible outside that Namespace. Membership

EnumerationDefinition [Class]

Features

Name Description
Fully Qualified Name SysML::Systems::Enumerations::EnumerationDefinition
Definition An EnumerationDefinition is an AttributeDefinition all of whose instances are given by an explicit list of enumeratedValues. This is realized by requiring that the EnumerationDefinition have isVariation = true, with the enumeratedValues being its variants.
Is Abstract FALSE
Generalizations AttributeDefinition
Specializations
Containers

Properties

Name Type Default Description Inheritance
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
differencingType Type [0..*] {derived} {ordered} {many-to-many:Type.differencedType} The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
directedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithDirectedFeature} The features of this Type that have a non-null direction. Type
directedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {subsetted: Definition.usage} {many-to-many:Definition.definitionWithDirectedUsage} The usages of this Definition that are directedFeatures. Definition
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
endFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithEndFeature} All features of this Type with isEnd = true. Type
enumeratedValue EnumerationUsage [0..*] {derived} {ordered} EnumerationUsages of this EnumerationDefinitionthat have distinct, fixed values. Each enumeratedValue specifies one of the allowed instances of the EnumerationDefinition. EnumerationDefinition
feature Feature [0..*] {derived} {ordered} {subsetted: Namespace.member} {many-to-many:Type.typeWithFeature} The ownedMemberFeatures of the featureMemberships of this Type. Type
featureMembership FeatureMembership [0..*] {derived} {ordered} {many-to-many:Type.type} The FeatureMemberships for features of this Type, which include all ownedFeatureMemberships and those inheritedMemberships that are FeatureMemberships (but does not include any importedMemberships). Type
importedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Namespace.importingNamespace} The Memberships in this Namespace that result from the ownedImports of this Namespace. Namespace
inheritedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.inheritingType} All the memberFeatures of the inheritedMemberships of this Type that are FeatureMemberships. Type
inheritedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Type.inheritingType} All Memberships inherited by this Type via Specialization or Conjugation. These are included in the derived union for the memberships of the Type. Type
input Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithInput} All features related to this Type by FeatureMemberships that have direction in or inout. Type
intersectingType Type [0..*] {derived} {ordered} {many-to-many:Type.intersectedType} The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
isAbstract Boolean [1..1] Indicates whether instances of this Type must also be instances of at least one of its specialized Types. Type
isConjugated Boolean [1..1] {derived} Indicates whether this Type has an ownedConjugator. Type
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
isSufficient Boolean [1..1] Whether all things that meet the classification conditions of this Type must be classified by the Type.(A Type gives conditions that must be met by whatever it classifies, but when isSufficient is false, things may meet those conditions but still not be classified by the Type. For example, a Type Car that is not sufficient could require everything it classifies to have four wheels, but not all four wheeled things would classify as cars. However, if the Type Car were sufficient, it would classify all four-wheeled things.) Type
isVariation Boolean [1..1] An EnumerationDefinition is considered semantically to be a variation whose allowed variants are its enumerationValues. EnumerationDefinition
isVariation Boolean [1..1] {redefined} Whether this Definition is for a variation point or not. If true, then all the memberships of the Definition must be VariantMemberships. Definition
member Element [0..*] {derived} {ordered} {many-to-many:Namespace.namespace} The set of all member Elements of this Namespace, which are the memberElements of all memberships of the Namespace. Namespace
membership Membership [0..*] {derived} {derived-union} {ordered} {many-to-many:Namespace.membershipNamespace} All Memberships in this Namespace, including (at least) the union of ownedMemberships and importedMemberships. Namespace
multiplicity Multiplicity [0..1] {derived} {subsetted: Namespace.ownedMember} An ownedMember of this Type that is a Multiplicity, which constraints the cardinality of the Type. If there is no such ownedMember, then the cardinality of this Type is constrained by all the Multiplicity constraints applicable to any direct supertypes. Type
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
output Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithOutput} All features related to this Type by FeatureMemberships that have direction out or inout. Type
ownedAction ActionUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedOccurrence} The ActionUsages that are ownedUsages of this Definition. Definition
ownedAllocation AllocationUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedConnection} The AllocationUsages that are ownedUsages of this Definition. Definition
ownedAnalysisCase AnalysisCaseUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedCase} The AnalysisCaseUsages that are ownedUsages of this Definition. Definition
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedAttribute AttributeUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The AttributeUsages that are ownedUsages of this Definition. Definition
ownedCalculation CalculationUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedAction} The CalculationUsages that are ownedUsages of this Definition. Definition
ownedCase CaseUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedCalculation} The code>CaseUsages that are ownedUsages of this Definition. Definition
ownedConcern ConcernUsage [0..*] {derived} {subsetted: Definition.ownedRequirement} The ConcernUsages that are ownedUsages of this Definition. Definition
ownedConjugator Conjugation [0..1] {composite} {derived} {subsetted: A_conjugatedType_conjugator.conjugator} {subsetted: Element.ownedRelationship} A Conjugation owned by this Type for which the Type is the originalType. Type
ownedConnection ConnectorAsUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The ConnectorAsUsages that are ownedUsages of this Definition. Note that this list includes BindingConnectorAsUsages, SuccessionAsUsages, and FlowUsages because these are ConnectorAsUsages even though they are not ConnectionUsages. Definition
ownedConstraint ConstraintUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedOccurrence} The ConstraintUsages that are ownedUsages of this Definition. Definition
ownedDifferencing Differencing [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Differencings, having this Type as their typeDifferenced. Type
ownedDisjoining Disjoining [0..*] {composite} {derived} {subsetted: Element.ownedRelationship} {subsetted: A_disjoiningTypeDisjoining_typeDisjoined.disjoiningTypeDisjoining} The ownedRelationships of this Type that are Disjoinings, for which the Type is the typeDisjoined Type. Type
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedEndFeature Feature [0..*] {derived} {ordered} {subsetted: Type.endFeature} {subsetted: Type.ownedFeature} All endFeatures of this Type that are ownedFeatures. Type
ownedEnumeration EnumerationUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedAttribute} The EnumerationUsages that are ownedUsages of this Definition. Definition
ownedFeature Feature [0..*] {derived} {ordered} {subsetted: Namespace.ownedMember} The ownedMemberFeatures of the ownedFeatureMemberships of this Type. Type
ownedFeatureMembership FeatureMembership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.ownedMembership} {subsetted: Type.featureMembership} The ownedMemberships of this Type that are FeatureMemberships, for which the Type is the owningType. Each such FeatureMembership identifies an ownedFeature of the Type. Type
ownedFlow FlowUsage [0..*] {derived} {subsetted: Definition.ownedConnection} The FlowUsages that are ownedUsages of this Definition. Definition
ownedImport Import [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Namespace that are Imports, for which the Namespace is the importOwningNamespace. Namespace
ownedInterface InterfaceUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedConnection} The InterfaceUsages that are ownedUsages of this Definition. Definition
ownedIntersecting Intersecting [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Intersectings, have the Type as their typeIntersected. Type
ownedItem ItemUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedOccurrence} The ItemUsages that are ownedUsages of this Definition. Definition
ownedMember Element [0..*] {derived} {ordered} {subsetted: Namespace.member} The owned members of this Namespace, which are the ownedMemberElements of the ownedMemberships of the Namespace. Namespace
ownedMembership Membership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.membership} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Namespace that are Memberships, for which the Namespace is the membershipOwningNamespace. Namespace
ownedMetadata MetadataUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedItem} The MetadataUsages that are ownedUsages of this Definition. Definition
ownedOccurrence OccurrenceUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The OccurrenceUsages that are ownedUsages of this Definition. Definition
ownedPart PartUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedItem} The PartUsages that are ownedUsages of this Definition. Definition
ownedPort PortUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The PortUsages that are ownedUsages of this Definition. Definition
ownedReference ReferenceUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedUsage} The ReferenceUsages that are ownedUsages of this Definition. Definition
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
ownedRendering RenderingUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedPart} The RenderingUsages that are ownedUsages of this Definition. Definition
ownedRequirement RequirementUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedConstraint} The RequirementUsages that are ownedUsages of this Definition. Definition
ownedSpecialization Specialization [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_specific_specialization.specialization} The ownedRelationships of this Type that are Specializations, for which the Type is the specific Type. Type
ownedState StateUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedAction} The StateUsages that are ownedUsages of this Definition. Definition
ownedSubclassification Subclassification [0..*] {composite} {derived} {subsetted: Type.ownedSpecialization} The ownedSpecializations of this Classifier that are Subclassifications, for which this Classifier is the subclassifier. Classifier
ownedTransition TransitionUsage [0..*] {derived} {subsetted: Definition.ownedUsage} The TransitionUsages that are ownedUsages of this Definition. Definition
ownedUnioning Unioning [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Type that are Unionings, having the Type as their typeUnioned. Type
ownedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.ownedFeature} {subsetted: Definition.usage} The Usages that are ownedFeatures of this Definition. Definition
ownedUseCase UseCaseUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedCase} The UseCaseUsages that are ownedUsages of this Definition. Definition
ownedVerificationCase VerificationCaseUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedCase} The VerificationCaseUsages that are ownedUsages of this Definition. Definition
ownedView ViewUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedPart} The ViewUsages that are ownedUsages of this Definition. Definition
ownedViewpoint ViewpointUsage [0..*] {derived} {ordered} {subsetted: Definition.ownedRequirement} The ViewpointUsages that are ownedUsages of this Definition. Definition
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element
unioningType Type [0..*] {derived} {ordered} {many-to-many:Type.unionedType} The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general. Type
usage Usage [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Definition.featuringDefinition} The Usages that are features of this Definition (not necessarily owned). Definition
variant Usage [0..*] {derived} {redefined} {subsetted: Namespace.ownedMember} The Usages which represent the variants of this Definition as a variation point Definition, if isVariation = true. If isVariation = false, the there must be no variants. Definition
variantMembership VariantMembership [0..*] {composite} {derived} {subsetted: Namespace.ownedMembership} The ownedMemberships of this Definition that are VariantMemberships. If isVariation = true, then this must be all ownedMemberships of the Definition. If isVariation = false, then variantMembershipmust be empty. Definition

EnumerationUsage [Class]

Features

Name Description
Fully Qualified Name SysML::Systems::Enumerations::EnumerationUsage
Definition An EnumerationUsage is an AttributeUsage whose attributeDefinition is an EnumerationDefinition.
Is Abstract FALSE
Generalizations AttributeUsage
Specializations
Containers

Properties

Name Type Default Description Inheritance
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
attributeDefinition DataType [0..*] {derived} {ordered} {redefined} {many-to-many:AttributeUsage.definedAttribute} The DataTypes that are the types of this AttributeUsage. Nominally, these are AttributeDefinitions, but other kinds of kernel DataTypes are also allowed, to permit use of DataTypes from the Kernel Model Libraries. AttributeUsage
chainingFeature Feature [0..*] {derived} {ordered} {many-to-many:Feature.chainedFeature} The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature. Feature
crossFeature Feature [0..1] {derived} The second chainingFeature of the crossedFeature of the ownedCrossSubsetting of this Feature, if it has one. Semantically, the values of the crossFeature of an end Feature must include all values of the end Feature obtained when navigating from values of the other end Features of the same owningType. Feature
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
definition Classifier [0..*] {derived} {ordered} {redefined} {many-to-many:Usage.definedUsage} The Classifiers that are the types of this Usage. Nominally, these are Definitions, but other kinds of Kernel Classifiers are also allowed, to permit use of Classifiers from the Kernel Model Libraries. Usage
differencingType Type [0..*] {derived} {ordered} {many-to-many:Type.differencedType} The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
directedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithDirectedFeature} The features of this Type that have a non-null direction. Type
directedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {subsetted: Usage.usage} {many-to-many:Usage.usageWithDirectedUsage} The usages of this Usage that are directedFeatures. Usage
direction FeatureDirectionKind [0..1] Indicates how values of this Feature are determined or used (as specified for the FeatureDirectionKind). Feature
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
endFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithEndFeature} All features of this Type with isEnd = true. Type
endOwningType Type [0..1] {derived} {subsetted: A_endFeature_typeWithEndFeature.typeWithEndFeature} {subsetted: Feature.owningType} The Type that is related to this Feature by an EndFeatureMembership in which the Feature is an ownedMemberFeature. Feature
enumerationDefinition EnumerationDefinition [1..1] {derived} The single EnumerationDefinition that is the type of this EnumerationUsage. EnumerationUsage
feature Feature [0..*] {derived} {ordered} {subsetted: Namespace.member} {many-to-many:Type.typeWithFeature} The ownedMemberFeatures of the featureMemberships of this Type. Type
featureMembership FeatureMembership [0..*] {derived} {ordered} {many-to-many:Type.type} The FeatureMemberships for features of this Type, which include all ownedFeatureMemberships and those inheritedMemberships that are FeatureMemberships (but does not include any importedMemberships). Type
featureTarget Feature [1..1] {derived} The last of the chainingFeatures of this Feature, if it has any. Otherwise, this Feature itself. Feature
featuringType Type [0..*] {derived} {ordered} {many-to-many:Feature.featureOfType} Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature. Feature
importedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Namespace.importingNamespace} The Memberships in this Namespace that result from the ownedImports of this Namespace. Namespace
inheritedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.inheritingType} All the memberFeatures of the inheritedMemberships of this Type that are FeatureMemberships. Type
inheritedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Type.inheritingType} All Memberships inherited by this Type via Specialization or Conjugation. These are included in the derived union for the memberships of the Type. Type
input Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithInput} All features related to this Type by FeatureMemberships that have direction in or inout. Type
intersectingType Type [0..*] {derived} {ordered} {many-to-many:Type.intersectedType} The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
isAbstract Boolean [1..1] Indicates whether instances of this Type must also be instances of at least one of its specialized Types. Type
isComposite Boolean [1..1] Whether the Feature is a composite feature of its featuringType. If so, the values of the Feature cannot exist after its featuring instance no longer does and cannot be values of another composite feature that is not on the same featuring instance. Feature
isConjugated Boolean [1..1] {derived} Indicates whether this Type has an ownedConjugator. Type
isConstant Boolean [1..1] If isVariable is true, then whether the value of this Feature nevertheless does not change over all snapshots of its owningType. Feature
isDerived Boolean [1..1] Whether the values of this Feature can always be computed from the values of other Features. Feature
isEnd Boolean [1..1] Whether or not this Feature is an end Feature. An end Feature always has multiplicity 1, mapping each of its domain instances to a single co-domain instance. However, it may have a crossFeature, in which case values of the crossFeature must be the same as those found by navigation across instances of the owningType from values of other end Features to values of this Feature. If the owningType has n end Features, then the multiplicity, ordering, and uniqueness declared for the crossFeature of any one of these end Features constrains the cardinality, ordering, and uniqueness of the collection of values of that Feature reached by navigation when the values of the other n-1 end Features are held fixed. Feature
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
isOrdered Boolean [1..1] Whether an order exists for the values of this Feature or not. Feature
isPortion Boolean [1..1] Whether the values of this Feature are contained in the space and time of instances of the domain of the Feature and represent the same thing as those instances. Feature
isReference Boolean [1..1] {derived} Always true for an AttributeUsage. AttributeUsage
isReference Boolean [1..1] {derived} {redefined} Whether this Usage is a referential Usage, that is, it has isComposite = false. Usage
isSufficient Boolean [1..1] Whether all things that meet the classification conditions of this Type must be classified by the Type.(A Type gives conditions that must be met by whatever it classifies, but when isSufficient is false, things may meet those conditions but still not be classified by the Type. For example, a Type Car that is not sufficient could require everything it classifies to have four wheels, but not all four wheeled things would classify as cars. However, if the Type Car were sufficient, it would classify all four-wheeled things.) Type
isUnique Boolean [1..1] Whether or not values for this Feature must have no duplicates or not. Feature
isVariable Boolean [1..1] {redefined} Whether the value of this Feature might vary over time. That is, whether the Feature may have a different value for each snapshot of an owningType that is an Occurrence. Feature
isVariation Boolean [1..1] Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships. Usage
mayTimeVary Boolean [1..1] {derived} Whether this Usage may be time varying (that is, whether it is featured by the snapshots of its owningType, rather than being featured by the owningType itself). However, if isConstant is also true, then the value of the Usage is nevertheless constant over the entire duration of an instance of its owningType (that is, it has the same value on all snapshots).The property mayTimeVary redefines the KerML property Feature::isVariable, making it derived. The property isConstant is inherited from Feature. Usage
member Element [0..*] {derived} {ordered} {many-to-many:Namespace.namespace} The set of all member Elements of this Namespace, which are the memberElements of all memberships of the Namespace. Namespace
membership Membership [0..*] {derived} {derived-union} {ordered} {many-to-many:Namespace.membershipNamespace} All Memberships in this Namespace, including (at least) the union of ownedMemberships and importedMemberships. Namespace
multiplicity Multiplicity [0..1] {derived} {subsetted: Namespace.ownedMember} An ownedMember of this Type that is a Multiplicity, which constraints the cardinality of the Type. If there is no such ownedMember, then the cardinality of this Type is constrained by all the Multiplicity constraints applicable to any direct supertypes. Type
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
nestedAction ActionUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ActionUsages that are nestedUsages of this Usage. Usage
nestedAllocation AllocationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConnection} The AllocationUsages that are nestedUsages of this Usage. Usage
nestedAnalysisCase AnalysisCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The AnalysisCaseUsages that are nestedUsages of this Usage. Usage
nestedAttribute AttributeUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The code>AttributeUsages that are nestedUsages of this Usage. Usage
nestedCalculation CalculationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAction} The CalculationUsage that are nestedUsages of this Usage. Usage
nestedCase CaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCalculation} The CaseUsages that are nestedUsages of this Usage. Usage
nestedConcern ConcernUsage [0..*] {derived} {subsetted: Usage.nestedRequirement} The ConcernUsages that are nestedUsages of this Usage. Usage
nestedConnection ConnectorAsUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The ConnectorAsUsages that are nestedUsages of this Usage. Note that this list includes BindingConnectorAsUsages, SuccessionAsUsages, and FlowConnectionUsages because these are ConnectorAsUsages even though they are not ConnectionUsages. Usage
nestedConstraint ConstraintUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ConstraintUsages that are nestedUsages of this Usage. Usage
nestedEnumeration EnumerationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAttribute} The code>EnumerationUsages that are nestedUsages of this Usage. Usage
nestedFlow FlowUsage [0..*] {derived} {subsetted: Usage.nestedConnection} The code>FlowUsages that are nestedUsages of this Usage. Usage
nestedInterface InterfaceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConnection} The InterfaceUsages that are nestedUsages of this Usage. Usage
nestedItem ItemUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ItemUsages that are nestedUsages of this Usage. Usage
nestedMetadata MetadataUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedItem} The MetadataUsages that are nestedUsages of this of this Usage. Usage
nestedOccurrence OccurrenceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The OccurrenceUsages that are nestedUsages of this Usage. Usage
nestedPart PartUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedItem} The PartUsages that are nestedUsages of this Usage. Usage
nestedPort PortUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The PortUsages that are nestedUsages of this Usage. Usage
nestedReference ReferenceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The ReferenceUsages that are nestedUsages of this Usage. Usage
nestedRendering RenderingUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedPart} The RenderingUsages that are nestedUsages of this Usage. Usage
nestedRequirement RequirementUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConstraint} The RequirementUsages that are nestedUsages of this Usage. Usage
nestedState StateUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAction} The StateUsages that are nestedUsages of this Usage. Usage
nestedTransition TransitionUsage [0..*] {derived} {subsetted: Usage.nestedUsage} The TransitionUsages that are nestedUsages of this Usage. Usage
nestedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.ownedFeature} {subsetted: Usage.usage} The Usages that are ownedFeatures of this Usage. Usage
nestedUseCase UseCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The UseCaseUsages that are nestedUsages of this Usage. Usage
nestedVerificationCase VerificationCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The VerificationCaseUsages that are nestedUsages of this Usage. Usage
nestedView ViewUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedPart} The ViewUsages that are nestedUsages of this Usage. Usage
nestedViewpoint ViewpointUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedRequirement} The ViewpointUsages that are nestedUsages of this Usage. Usage
output Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithOutput} All features related to this Type by FeatureMemberships that have direction out or inout. Type
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedConjugator Conjugation [0..1] {composite} {derived} {subsetted: A_conjugatedType_conjugator.conjugator} {subsetted: Element.ownedRelationship} A Conjugation owned by this Type for which the Type is the originalType. Type
ownedCrossSubsetting CrossSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a CrossSubsetting}, for which the Feature is the crossingFeature. Feature
ownedDifferencing Differencing [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Differencings, having this Type as their typeDifferenced. Type
ownedDisjoining Disjoining [0..*] {composite} {derived} {subsetted: Element.ownedRelationship} {subsetted: A_disjoiningTypeDisjoining_typeDisjoined.disjoiningTypeDisjoining} The ownedRelationships of this Type that are Disjoinings, for which the Type is the typeDisjoined Type. Type
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedEndFeature Feature [0..*] {derived} {ordered} {subsetted: Type.endFeature} {subsetted: Type.ownedFeature} All endFeatures of this Type that are ownedFeatures. Type
ownedFeature Feature [0..*] {derived} {ordered} {subsetted: Namespace.ownedMember} The ownedMemberFeatures of the ownedFeatureMemberships of this Type. Type
ownedFeatureChaining FeatureChaining [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Feature that are FeatureChainings, for which the Feature will be the featureChained. Feature
ownedFeatureInverting FeatureInverting [0..*] {composite} {derived} {subsetted: A_invertingFeatureInverting_featureInverted.invertingFeatureInverting} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are FeatureInvertings and for which the Feature is the featureInverted. Feature
ownedFeatureMembership FeatureMembership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.ownedMembership} {subsetted: Type.featureMembership} The ownedMemberships of this Type that are FeatureMemberships, for which the Type is the owningType. Each such FeatureMembership identifies an ownedFeature of the Type. Type
ownedImport Import [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Namespace that are Imports, for which the Namespace is the importOwningNamespace. Namespace
ownedIntersecting Intersecting [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Intersectings, have the Type as their typeIntersected. Type
ownedMember Element [0..*] {derived} {ordered} {subsetted: Namespace.member} The owned members of this Namespace, which are the ownedMemberElements of the ownedMemberships of the Namespace. Namespace
ownedMembership Membership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.membership} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Namespace that are Memberships, for which the Namespace is the membershipOwningNamespace. Namespace
ownedRedefinition Redefinition [0..*] {composite} {derived} {subsetted: Feature.ownedSubsetting} The ownedSubsettings of this Feature that are Redefinitions, for which the Feature is the redefiningFeature. Feature
ownedReferenceSubsetting ReferenceSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a ReferenceSubsetting, for which the Feature is the referencingFeature. Feature
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
ownedSpecialization Specialization [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_specific_specialization.specialization} The ownedRelationships of this Type that are Specializations, for which the Type is the specific Type. Type
ownedSubsetting Subsetting [0..*] {composite} {derived} {subsetted: Type.ownedSpecialization} {subsetted: A_subsettingFeature_subsetting.subsetting} The ownedSpecializations of this Feature that are Subsettings, for which the Feature is the subsettingFeature. Feature
ownedTypeFeaturing TypeFeaturing [0..*] {composite} {derived} {ordered} {subsetted: A_featureOfType_typeFeaturing.typeFeaturing} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are TypeFeaturings and for which the Feature is the featureOfType. Feature
ownedTyping FeatureTyping [0..*] {composite} {derived} {ordered} {subsetted: Type.ownedSpecialization} {subsetted: A_typing_typedFeature.typing} The ownedSpecializations of this Feature that are FeatureTypings, for which the Feature is the typedFeature. Feature
ownedUnioning Unioning [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Type that are Unionings, having the Type as their typeUnioned. Type
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningDefinition Definition [0..1] {derived} {subsetted: Feature.owningType} {subsetted: A_usage_featuringDefinition.featuringDefinition} The Definition that owns this Usage (if any). Usage
owningFeatureMembership FeatureMembership [0..1] {derived} {subsetted: Element.owningMembership} The FeatureMembership that owns this Feature as an ownedMemberFeature, determining its owningType. Feature
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
owningType Type [0..1] {derived} {subsetted: A_typeWithFeature_feature.typeWithFeature} {subsetted: Element.owningNamespace} {subsetted: Feature.featuringType} The Type that is the owningType of the owningFeatureMembership of this Feature. Feature
owningUsage Usage [0..1] {derived} {subsetted: Feature.owningType} The Usage in which this Usage is nested (if any). Usage
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element
type Type [0..*] {derived} {ordered} {redefined} {many-to-many:Feature.typedFeature} Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature. Feature
unioningType Type [0..*] {derived} {ordered} {many-to-many:Type.unionedType} The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general. Type
usage Usage [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Usage.featuringUsage} The Usages that are features of this Usage (not necessarily owned). Usage
variant Usage [0..*] {derived} {subsetted: Namespace.ownedMember} The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants. Usage
variantMembership VariantMembership [0..*] {composite} {derived} {subsetted: Namespace.ownedMembership} The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty. Usage

EventOccurrenceUsage [Class]

Features

Name Description
Fully Qualified Name SysML::Systems::Occurrences::EventOccurrenceUsage
Definition An EventOccurrenceUsage is an OccurrenceUsage that represents another OccurrenceUsage occurring as a suboccurrence of the containing occurrence of the EventOccurrenceUsage. Unless it is the EventOccurrenceUsage itself, the referenced OccurrenceUsage is related to the EventOccurrenceUsage by a ReferenceSubsetting Relationship.If the EventOccurrenceUsage is owned by an OccurrenceDefinition or OccurrenceUsage, then it also subsets the timeEnclosedOccurrences property of the Class Occurrence from the Kernel Semantic Library model Occurrences.
Is Abstract FALSE
Generalizations OccurrenceUsage
Specializations PerformActionUsage
Containers

Properties

Name Type Default Description Inheritance
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
chainingFeature Feature [0..*] {derived} {ordered} {many-to-many:Feature.chainedFeature} The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature. Feature
crossFeature Feature [0..1] {derived} The second chainingFeature of the crossedFeature of the ownedCrossSubsetting of this Feature, if it has one. Semantically, the values of the crossFeature of an end Feature must include all values of the end Feature obtained when navigating from values of the other end Features of the same owningType. Feature
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
definition Classifier [0..*] {derived} {ordered} {redefined} {many-to-many:Usage.definedUsage} The Classifiers that are the types of this Usage. Nominally, these are Definitions, but other kinds of Kernel Classifiers are also allowed, to permit use of Classifiers from the Kernel Model Libraries. Usage
differencingType Type [0..*] {derived} {ordered} {many-to-many:Type.differencedType} The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
directedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithDirectedFeature} The features of this Type that have a non-null direction. Type
directedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {subsetted: Usage.usage} {many-to-many:Usage.usageWithDirectedUsage} The usages of this Usage that are directedFeatures. Usage
direction FeatureDirectionKind [0..1] Indicates how values of this Feature are determined or used (as specified for the FeatureDirectionKind). Feature
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
endFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithEndFeature} All features of this Type with isEnd = true. Type
endOwningType Type [0..1] {derived} {subsetted: A_endFeature_typeWithEndFeature.typeWithEndFeature} {subsetted: Feature.owningType} The Type that is related to this Feature by an EndFeatureMembership in which the Feature is an ownedMemberFeature. Feature
eventOccurrence OccurrenceUsage [1..1] {derived} The OccurrenceUsage referenced as an event by this EventOccurrenceUsage. It is the referenceFeature of the ownedReferenceSubsetting for the EventOccurrenceUsage, if there is one, and, otherwise, the EventOccurrenceUsage itself. EventOccurrenceUsage
feature Feature [0..*] {derived} {ordered} {subsetted: Namespace.member} {many-to-many:Type.typeWithFeature} The ownedMemberFeatures of the featureMemberships of this Type. Type
featureMembership FeatureMembership [0..*] {derived} {ordered} {many-to-many:Type.type} The FeatureMemberships for features of this Type, which include all ownedFeatureMemberships and those inheritedMemberships that are FeatureMemberships (but does not include any importedMemberships). Type
featureTarget Feature [1..1] {derived} The last of the chainingFeatures of this Feature, if it has any. Otherwise, this Feature itself. Feature
featuringType Type [0..*] {derived} {ordered} {many-to-many:Feature.featureOfType} Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature. Feature
importedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Namespace.importingNamespace} The Memberships in this Namespace that result from the ownedImports of this Namespace. Namespace
individualDefinition OccurrenceDefinition [0..1] {derived} {subsetted: OccurrenceUsage.occurrenceDefinition} The at most one occurrenceDefinition that has isIndividual = true. OccurrenceUsage
inheritedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.inheritingType} All the memberFeatures of the inheritedMemberships of this Type that are FeatureMemberships. Type
inheritedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Type.inheritingType} All Memberships inherited by this Type via Specialization or Conjugation. These are included in the derived union for the memberships of the Type. Type
input Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithInput} All features related to this Type by FeatureMemberships that have direction in or inout. Type
intersectingType Type [0..*] {derived} {ordered} {many-to-many:Type.intersectedType} The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
isAbstract Boolean [1..1] Indicates whether instances of this Type must also be instances of at least one of its specialized Types. Type
isComposite Boolean [1..1] Whether the Feature is a composite feature of its featuringType. If so, the values of the Feature cannot exist after its featuring instance no longer does and cannot be values of another composite feature that is not on the same featuring instance. Feature
isConjugated Boolean [1..1] {derived} Indicates whether this Type has an ownedConjugator. Type
isConstant Boolean [1..1] If isVariable is true, then whether the value of this Feature nevertheless does not change over all snapshots of its owningType. Feature
isDerived Boolean [1..1] Whether the values of this Feature can always be computed from the values of other Features. Feature
isEnd Boolean [1..1] Whether or not this Feature is an end Feature. An end Feature always has multiplicity 1, mapping each of its domain instances to a single co-domain instance. However, it may have a crossFeature, in which case values of the crossFeature must be the same as those found by navigation across instances of the owningType from values of other end Features to values of this Feature. If the owningType has n end Features, then the multiplicity, ordering, and uniqueness declared for the crossFeature of any one of these end Features constrains the cardinality, ordering, and uniqueness of the collection of values of that Feature reached by navigation when the values of the other n-1 end Features are held fixed. Feature
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isIndividual Boolean [1..1] Whether this OccurrenceUsage represents the usage of the specific individual represented by its individualDefinition. OccurrenceUsage
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
isOrdered Boolean [1..1] Whether an order exists for the values of this Feature or not. Feature
isPortion Boolean [1..1] Whether the values of this Feature are contained in the space and time of instances of the domain of the Feature and represent the same thing as those instances. Feature
isReference Boolean [1..1] {derived} Always true for an EventOccurrenceUsage. EventOccurrenceUsage
isReference Boolean [1..1] {derived} {redefined} Whether this Usage is a referential Usage, that is, it has isComposite = false. Usage
isSufficient Boolean [1..1] Whether all things that meet the classification conditions of this Type must be classified by the Type.(A Type gives conditions that must be met by whatever it classifies, but when isSufficient is false, things may meet those conditions but still not be classified by the Type. For example, a Type Car that is not sufficient could require everything it classifies to have four wheels, but not all four wheeled things would classify as cars. However, if the Type Car were sufficient, it would classify all four-wheeled things.) Type
isUnique Boolean [1..1] Whether or not values for this Feature must have no duplicates or not. Feature
isVariable Boolean [1..1] {redefined} Whether the value of this Feature might vary over time. That is, whether the Feature may have a different value for each snapshot of an owningType that is an Occurrence. Feature
isVariation Boolean [1..1] Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships. Usage
mayTimeVary Boolean [1..1] {derived} Whether this Usage may be time varying (that is, whether it is featured by the snapshots of its owningType, rather than being featured by the owningType itself). However, if isConstant is also true, then the value of the Usage is nevertheless constant over the entire duration of an instance of its owningType (that is, it has the same value on all snapshots).The property mayTimeVary redefines the KerML property Feature::isVariable, making it derived. The property isConstant is inherited from Feature. Usage
member Element [0..*] {derived} {ordered} {many-to-many:Namespace.namespace} The set of all member Elements of this Namespace, which are the memberElements of all memberships of the Namespace. Namespace
membership Membership [0..*] {derived} {derived-union} {ordered} {many-to-many:Namespace.membershipNamespace} All Memberships in this Namespace, including (at least) the union of ownedMemberships and importedMemberships. Namespace
multiplicity Multiplicity [0..1] {derived} {subsetted: Namespace.ownedMember} An ownedMember of this Type that is a Multiplicity, which constraints the cardinality of the Type. If there is no such ownedMember, then the cardinality of this Type is constrained by all the Multiplicity constraints applicable to any direct supertypes. Type
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
nestedAction ActionUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ActionUsages that are nestedUsages of this Usage. Usage
nestedAllocation AllocationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConnection} The AllocationUsages that are nestedUsages of this Usage. Usage
nestedAnalysisCase AnalysisCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The AnalysisCaseUsages that are nestedUsages of this Usage. Usage
nestedAttribute AttributeUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The code>AttributeUsages that are nestedUsages of this Usage. Usage
nestedCalculation CalculationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAction} The CalculationUsage that are nestedUsages of this Usage. Usage
nestedCase CaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCalculation} The CaseUsages that are nestedUsages of this Usage. Usage
nestedConcern ConcernUsage [0..*] {derived} {subsetted: Usage.nestedRequirement} The ConcernUsages that are nestedUsages of this Usage. Usage
nestedConnection ConnectorAsUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The ConnectorAsUsages that are nestedUsages of this Usage. Note that this list includes BindingConnectorAsUsages, SuccessionAsUsages, and FlowConnectionUsages because these are ConnectorAsUsages even though they are not ConnectionUsages. Usage
nestedConstraint ConstraintUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ConstraintUsages that are nestedUsages of this Usage. Usage
nestedEnumeration EnumerationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAttribute} The code>EnumerationUsages that are nestedUsages of this Usage. Usage
nestedFlow FlowUsage [0..*] {derived} {subsetted: Usage.nestedConnection} The code>FlowUsages that are nestedUsages of this Usage. Usage
nestedInterface InterfaceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConnection} The InterfaceUsages that are nestedUsages of this Usage. Usage
nestedItem ItemUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ItemUsages that are nestedUsages of this Usage. Usage
nestedMetadata MetadataUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedItem} The MetadataUsages that are nestedUsages of this of this Usage. Usage
nestedOccurrence OccurrenceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The OccurrenceUsages that are nestedUsages of this Usage. Usage
nestedPart PartUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedItem} The PartUsages that are nestedUsages of this Usage. Usage
nestedPort PortUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The PortUsages that are nestedUsages of this Usage. Usage
nestedReference ReferenceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The ReferenceUsages that are nestedUsages of this Usage. Usage
nestedRendering RenderingUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedPart} The RenderingUsages that are nestedUsages of this Usage. Usage
nestedRequirement RequirementUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConstraint} The RequirementUsages that are nestedUsages of this Usage. Usage
nestedState StateUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAction} The StateUsages that are nestedUsages of this Usage. Usage
nestedTransition TransitionUsage [0..*] {derived} {subsetted: Usage.nestedUsage} The TransitionUsages that are nestedUsages of this Usage. Usage
nestedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.ownedFeature} {subsetted: Usage.usage} The Usages that are ownedFeatures of this Usage. Usage
nestedUseCase UseCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The UseCaseUsages that are nestedUsages of this Usage. Usage
nestedVerificationCase VerificationCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The VerificationCaseUsages that are nestedUsages of this Usage. Usage
nestedView ViewUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedPart} The ViewUsages that are nestedUsages of this Usage. Usage
nestedViewpoint ViewpointUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedRequirement} The ViewpointUsages that are nestedUsages of this Usage. Usage
occurrenceDefinition Class [0..*] {derived} {ordered} {many-to-many:OccurrenceUsage.definedOccurrence} The Classes that are the types of this OccurrenceUsage. Nominally, these are OccurrenceDefinitions, but other kinds of kernel Classes are also allowed, to permit use of Classes from the Kernel Model Libraries. OccurrenceUsage
output Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithOutput} All features related to this Type by FeatureMemberships that have direction out or inout. Type
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedConjugator Conjugation [0..1] {composite} {derived} {subsetted: A_conjugatedType_conjugator.conjugator} {subsetted: Element.ownedRelationship} A Conjugation owned by this Type for which the Type is the originalType. Type
ownedCrossSubsetting CrossSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a CrossSubsetting}, for which the Feature is the crossingFeature. Feature
ownedDifferencing Differencing [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Differencings, having this Type as their typeDifferenced. Type
ownedDisjoining Disjoining [0..*] {composite} {derived} {subsetted: Element.ownedRelationship} {subsetted: A_disjoiningTypeDisjoining_typeDisjoined.disjoiningTypeDisjoining} The ownedRelationships of this Type that are Disjoinings, for which the Type is the typeDisjoined Type. Type
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedEndFeature Feature [0..*] {derived} {ordered} {subsetted: Type.endFeature} {subsetted: Type.ownedFeature} All endFeatures of this Type that are ownedFeatures. Type
ownedFeature Feature [0..*] {derived} {ordered} {subsetted: Namespace.ownedMember} The ownedMemberFeatures of the ownedFeatureMemberships of this Type. Type
ownedFeatureChaining FeatureChaining [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Feature that are FeatureChainings, for which the Feature will be the featureChained. Feature
ownedFeatureInverting FeatureInverting [0..*] {composite} {derived} {subsetted: A_invertingFeatureInverting_featureInverted.invertingFeatureInverting} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are FeatureInvertings and for which the Feature is the featureInverted. Feature
ownedFeatureMembership FeatureMembership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.ownedMembership} {subsetted: Type.featureMembership} The ownedMemberships of this Type that are FeatureMemberships, for which the Type is the owningType. Each such FeatureMembership identifies an ownedFeature of the Type. Type
ownedImport Import [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Namespace that are Imports, for which the Namespace is the importOwningNamespace. Namespace
ownedIntersecting Intersecting [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Intersectings, have the Type as their typeIntersected. Type
ownedMember Element [0..*] {derived} {ordered} {subsetted: Namespace.member} The owned members of this Namespace, which are the ownedMemberElements of the ownedMemberships of the Namespace. Namespace
ownedMembership Membership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.membership} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Namespace that are Memberships, for which the Namespace is the membershipOwningNamespace. Namespace
ownedRedefinition Redefinition [0..*] {composite} {derived} {subsetted: Feature.ownedSubsetting} The ownedSubsettings of this Feature that are Redefinitions, for which the Feature is the redefiningFeature. Feature
ownedReferenceSubsetting ReferenceSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a ReferenceSubsetting, for which the Feature is the referencingFeature. Feature
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
ownedSpecialization Specialization [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_specific_specialization.specialization} The ownedRelationships of this Type that are Specializations, for which the Type is the specific Type. Type
ownedSubsetting Subsetting [0..*] {composite} {derived} {subsetted: Type.ownedSpecialization} {subsetted: A_subsettingFeature_subsetting.subsetting} The ownedSpecializations of this Feature that are Subsettings, for which the Feature is the subsettingFeature. Feature
ownedTypeFeaturing TypeFeaturing [0..*] {composite} {derived} {ordered} {subsetted: A_featureOfType_typeFeaturing.typeFeaturing} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are TypeFeaturings and for which the Feature is the featureOfType. Feature
ownedTyping FeatureTyping [0..*] {composite} {derived} {ordered} {subsetted: Type.ownedSpecialization} {subsetted: A_typing_typedFeature.typing} The ownedSpecializations of this Feature that are FeatureTypings, for which the Feature is the typedFeature. Feature
ownedUnioning Unioning [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Type that are Unionings, having the Type as their typeUnioned. Type
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningDefinition Definition [0..1] {derived} {subsetted: Feature.owningType} {subsetted: A_usage_featuringDefinition.featuringDefinition} The Definition that owns this Usage (if any). Usage
owningFeatureMembership FeatureMembership [0..1] {derived} {subsetted: Element.owningMembership} The FeatureMembership that owns this Feature as an ownedMemberFeature, determining its owningType. Feature
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
owningType Type [0..1] {derived} {subsetted: A_typeWithFeature_feature.typeWithFeature} {subsetted: Element.owningNamespace} {subsetted: Feature.featuringType} The Type that is the owningType of the owningFeatureMembership of this Feature. Feature
owningUsage Usage [0..1] {derived} {subsetted: Feature.owningType} The Usage in which this Usage is nested (if any). Usage
portionKind PortionKind [0..1] The kind of temporal portion (time slice or snapshot) is represented by this OccurrenceUsage. If portionKind is not null, then the owningType of the OccurrenceUsage must be non-null, and the OccurrenceUsage represents portions of the featuring instance of the owningType. OccurrenceUsage
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element
type Type [0..*] {derived} {ordered} {redefined} {many-to-many:Feature.typedFeature} Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature. Feature
unioningType Type [0..*] {derived} {ordered} {many-to-many:Type.unionedType} The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general. Type
usage Usage [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Usage.featuringUsage} The Usages that are features of this Usage (not necessarily owned). Usage
variant Usage [0..*] {derived} {subsetted: Namespace.ownedMember} The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants. Usage
variantMembership VariantMembership [0..*] {composite} {derived} {subsetted: Namespace.ownedMembership} The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty. Usage

ExhibitStateUsage [Class]

Features

Name Description
Fully Qualified Name SysML::Systems::States::ExhibitStateUsage
Definition An ExhibitStateUsage is a StateUsage that represents the exhibiting of a StateUsage. Unless it is the StateUsage itself, the StateUsage to be exhibited is related to the ExhibitStateUsage by a ReferenceSubsetting Relationship. An ExhibitStateUsage is also a PerformActionUsage, with its exhibitedState as the performedAction.
Is Abstract FALSE
Generalizations StateUsage PerformActionUsage
Specializations
Containers

Properties

Name Type Default Description Inheritance
actionDefinition Behavior [0..*] {derived} {ordered} {redefined} {many-to-many:ActionUsage.definedAction} The Behaviors that are the types of this ActionUsage. Nominally, these would be ActionDefinitions, but other kinds of Kernel Behaviors are also allowed, to permit use of Behaviors from the Kernel Model Libraries. ActionUsage
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
behavior Behavior [0..*] {derived} {ordered} {redefined} {subsetted: Feature.type} {many-to-many:Step.typedStep} The Behaviors that type this Step. Step
chainingFeature Feature [0..*] {derived} {ordered} {many-to-many:Feature.chainedFeature} The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature. Feature
crossFeature Feature [0..1] {derived} The second chainingFeature of the crossedFeature of the ownedCrossSubsetting of this Feature, if it has one. Semantically, the values of the crossFeature of an end Feature must include all values of the end Feature obtained when navigating from values of the other end Features of the same owningType. Feature
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
definition Classifier [0..*] {derived} {ordered} {redefined} {many-to-many:Usage.definedUsage} The Classifiers that are the types of this Usage. Nominally, these are Definitions, but other kinds of Kernel Classifiers are also allowed, to permit use of Classifiers from the Kernel Model Libraries. Usage
differencingType Type [0..*] {derived} {ordered} {many-to-many:Type.differencedType} The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
directedFeature Feature [0..*] {derived} {ordered} {redefined} {subsetted: Type.feature} {many-to-many:Type.typeWithDirectedFeature} The features of this Type that have a non-null direction. Type
directedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {subsetted: Usage.usage} {many-to-many:Usage.usageWithDirectedUsage} The usages of this Usage that are directedFeatures. Usage
direction FeatureDirectionKind [0..1] Indicates how values of this Feature are determined or used (as specified for the FeatureDirectionKind). Feature
doAction ActionUsage [0..1] {derived} The ActionUsage of this StateUsage to be performed while in the state defined by the StateDefinition. It is the owned ActionUsage related to the StateUsage by a StateSubactionMembership with kind = do. StateUsage
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
endFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithEndFeature} All features of this Type with isEnd = true. Type
endOwningType Type [0..1] {derived} {subsetted: A_endFeature_typeWithEndFeature.typeWithEndFeature} {subsetted: Feature.owningType} The Type that is related to this Feature by an EndFeatureMembership in which the Feature is an ownedMemberFeature. Feature
entryAction ActionUsage [0..1] {derived} The ActionUsage of this StateUsage to be performed on entry to the state defined by the StateDefinition. It is the owned ActionUsage related to the StateUsage by a StateSubactionMembership with kind = entry. StateUsage
eventOccurrence OccurrenceUsage [1..1] {derived} {redefined} The OccurrenceUsage referenced as an event by this EventOccurrenceUsage. It is the referenceFeature of the ownedReferenceSubsetting for the EventOccurrenceUsage, if there is one, and, otherwise, the EventOccurrenceUsage itself. EventOccurrenceUsage
exhibitedState StateUsage [1..1] {derived} The StateUsage to be exhibited by the ExhibitStateUsage. It is the performedAction of the ExhibitStateUsage considered as a PerformActionUsage, which must be a StateUsage. ExhibitStateUsage
exitAction ActionUsage [0..1] {derived} The ActionUsage of this StateUsage to be performed on exit to the state defined by the StateDefinition. It is the owned ActionUsage related to the StateUsage by a StateSubactionMembership with kind = exit. StateUsage
feature Feature [0..*] {derived} {ordered} {subsetted: Namespace.member} {many-to-many:Type.typeWithFeature} The ownedMemberFeatures of the featureMemberships of this Type. Type
featureMembership FeatureMembership [0..*] {derived} {ordered} {many-to-many:Type.type} The FeatureMemberships for features of this Type, which include all ownedFeatureMemberships and those inheritedMemberships that are FeatureMemberships (but does not include any importedMemberships). Type
featureTarget Feature [1..1] {derived} The last of the chainingFeatures of this Feature, if it has any. Otherwise, this Feature itself. Feature
featuringType Type [0..*] {derived} {ordered} {many-to-many:Feature.featureOfType} Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature. Feature
importedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Namespace.importingNamespace} The Memberships in this Namespace that result from the ownedImports of this Namespace. Namespace
individualDefinition OccurrenceDefinition [0..1] {derived} {subsetted: OccurrenceUsage.occurrenceDefinition} The at most one occurrenceDefinition that has isIndividual = true. OccurrenceUsage
inheritedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.inheritingType} All the memberFeatures of the inheritedMemberships of this Type that are FeatureMemberships. Type
inheritedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Type.inheritingType} All Memberships inherited by this Type via Specialization or Conjugation. These are included in the derived union for the memberships of the Type. Type
input Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithInput} All features related to this Type by FeatureMemberships that have direction in or inout. Type
intersectingType Type [0..*] {derived} {ordered} {many-to-many:Type.intersectedType} The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
isAbstract Boolean [1..1] Indicates whether instances of this Type must also be instances of at least one of its specialized Types. Type
isComposite Boolean [1..1] Whether the Feature is a composite feature of its featuringType. If so, the values of the Feature cannot exist after its featuring instance no longer does and cannot be values of another composite feature that is not on the same featuring instance. Feature
isConjugated Boolean [1..1] {derived} Indicates whether this Type has an ownedConjugator. Type
isConstant Boolean [1..1] If isVariable is true, then whether the value of this Feature nevertheless does not change over all snapshots of its owningType. Feature
isDerived Boolean [1..1] Whether the values of this Feature can always be computed from the values of other Features. Feature
isEnd Boolean [1..1] Whether or not this Feature is an end Feature. An end Feature always has multiplicity 1, mapping each of its domain instances to a single co-domain instance. However, it may have a crossFeature, in which case values of the crossFeature must be the same as those found by navigation across instances of the owningType from values of other end Features to values of this Feature. If the owningType has n end Features, then the multiplicity, ordering, and uniqueness declared for the crossFeature of any one of these end Features constrains the cardinality, ordering, and uniqueness of the collection of values of that Feature reached by navigation when the values of the other n-1 end Features are held fixed. Feature
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isIndividual Boolean [1..1] Whether this OccurrenceUsage represents the usage of the specific individual represented by its individualDefinition. OccurrenceUsage
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
isOrdered Boolean [1..1] Whether an order exists for the values of this Feature or not. Feature
isParallel Boolean [1..1] Whether the nestedStates of this StateUsage are to all be performed in parallel. If true, none of the nestedActions (which include nestedStates) may have any incoming or outgoing Transitions. If false, only one nestedState may be performed at a time. StateUsage
isPortion Boolean [1..1] Whether the values of this Feature are contained in the space and time of instances of the domain of the Feature and represent the same thing as those instances. Feature
isReference Boolean [1..1] {derived} {redefined} Whether this Usage is a referential Usage, that is, it has isComposite = false. Usage
isReference Boolean [1..1] {derived} Always true for an EventOccurrenceUsage. EventOccurrenceUsage
isSufficient Boolean [1..1] Whether all things that meet the classification conditions of this Type must be classified by the Type.(A Type gives conditions that must be met by whatever it classifies, but when isSufficient is false, things may meet those conditions but still not be classified by the Type. For example, a Type Car that is not sufficient could require everything it classifies to have four wheels, but not all four wheeled things would classify as cars. However, if the Type Car were sufficient, it would classify all four-wheeled things.) Type
isUnique Boolean [1..1] Whether or not values for this Feature must have no duplicates or not. Feature
isVariable Boolean [1..1] {redefined} Whether the value of this Feature might vary over time. That is, whether the Feature may have a different value for each snapshot of an owningType that is an Occurrence. Feature
isVariation Boolean [1..1] Whether this Usage is for a variation point or not. If true, then all the memberships of the Usage must be VariantMemberships. Usage
mayTimeVary Boolean [1..1] {derived} Whether this Usage may be time varying (that is, whether it is featured by the snapshots of its owningType, rather than being featured by the owningType itself). However, if isConstant is also true, then the value of the Usage is nevertheless constant over the entire duration of an instance of its owningType (that is, it has the same value on all snapshots).The property mayTimeVary redefines the KerML property Feature::isVariable, making it derived. The property isConstant is inherited from Feature. Usage
member Element [0..*] {derived} {ordered} {many-to-many:Namespace.namespace} The set of all member Elements of this Namespace, which are the memberElements of all memberships of the Namespace. Namespace
membership Membership [0..*] {derived} {derived-union} {ordered} {many-to-many:Namespace.membershipNamespace} All Memberships in this Namespace, including (at least) the union of ownedMemberships and importedMemberships. Namespace
multiplicity Multiplicity [0..1] {derived} {subsetted: Namespace.ownedMember} An ownedMember of this Type that is a Multiplicity, which constraints the cardinality of the Type. If there is no such ownedMember, then the cardinality of this Type is constrained by all the Multiplicity constraints applicable to any direct supertypes. Type
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
nestedAction ActionUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ActionUsages that are nestedUsages of this Usage. Usage
nestedAllocation AllocationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConnection} The AllocationUsages that are nestedUsages of this Usage. Usage
nestedAnalysisCase AnalysisCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The AnalysisCaseUsages that are nestedUsages of this Usage. Usage
nestedAttribute AttributeUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The code>AttributeUsages that are nestedUsages of this Usage. Usage
nestedCalculation CalculationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAction} The CalculationUsage that are nestedUsages of this Usage. Usage
nestedCase CaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCalculation} The CaseUsages that are nestedUsages of this Usage. Usage
nestedConcern ConcernUsage [0..*] {derived} {subsetted: Usage.nestedRequirement} The ConcernUsages that are nestedUsages of this Usage. Usage
nestedConnection ConnectorAsUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The ConnectorAsUsages that are nestedUsages of this Usage. Note that this list includes BindingConnectorAsUsages, SuccessionAsUsages, and FlowConnectionUsages because these are ConnectorAsUsages even though they are not ConnectionUsages. Usage
nestedConstraint ConstraintUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ConstraintUsages that are nestedUsages of this Usage. Usage
nestedEnumeration EnumerationUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAttribute} The code>EnumerationUsages that are nestedUsages of this Usage. Usage
nestedFlow FlowUsage [0..*] {derived} {subsetted: Usage.nestedConnection} The code>FlowUsages that are nestedUsages of this Usage. Usage
nestedInterface InterfaceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConnection} The InterfaceUsages that are nestedUsages of this Usage. Usage
nestedItem ItemUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedOccurrence} The ItemUsages that are nestedUsages of this Usage. Usage
nestedMetadata MetadataUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedItem} The MetadataUsages that are nestedUsages of this of this Usage. Usage
nestedOccurrence OccurrenceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The OccurrenceUsages that are nestedUsages of this Usage. Usage
nestedPart PartUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedItem} The PartUsages that are nestedUsages of this Usage. Usage
nestedPort PortUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The PortUsages that are nestedUsages of this Usage. Usage
nestedReference ReferenceUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedUsage} The ReferenceUsages that are nestedUsages of this Usage. Usage
nestedRendering RenderingUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedPart} The RenderingUsages that are nestedUsages of this Usage. Usage
nestedRequirement RequirementUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedConstraint} The RequirementUsages that are nestedUsages of this Usage. Usage
nestedState StateUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedAction} The StateUsages that are nestedUsages of this Usage. Usage
nestedTransition TransitionUsage [0..*] {derived} {subsetted: Usage.nestedUsage} The TransitionUsages that are nestedUsages of this Usage. Usage
nestedUsage Usage [0..*] {derived} {ordered} {subsetted: Type.ownedFeature} {subsetted: Usage.usage} The Usages that are ownedFeatures of this Usage. Usage
nestedUseCase UseCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The UseCaseUsages that are nestedUsages of this Usage. Usage
nestedVerificationCase VerificationCaseUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedCase} The VerificationCaseUsages that are nestedUsages of this Usage. Usage
nestedView ViewUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedPart} The ViewUsages that are nestedUsages of this Usage. Usage
nestedViewpoint ViewpointUsage [0..*] {derived} {ordered} {subsetted: Usage.nestedRequirement} The ViewpointUsages that are nestedUsages of this Usage. Usage
occurrenceDefinition Class [0..*] {derived} {ordered} {redefined} {many-to-many:OccurrenceUsage.definedOccurrence} The Classes that are the types of this OccurrenceUsage. Nominally, these are OccurrenceDefinitions, but other kinds of kernel Classes are also allowed, to permit use of Classes from the Kernel Model Libraries. OccurrenceUsage
output Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithOutput} All features related to this Type by FeatureMemberships that have direction out or inout. Type
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedConjugator Conjugation [0..1] {composite} {derived} {subsetted: A_conjugatedType_conjugator.conjugator} {subsetted: Element.ownedRelationship} A Conjugation owned by this Type for which the Type is the originalType. Type
ownedCrossSubsetting CrossSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a CrossSubsetting}, for which the Feature is the crossingFeature. Feature
ownedDifferencing Differencing [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Differencings, having this Type as their typeDifferenced. Type
ownedDisjoining Disjoining [0..*] {composite} {derived} {subsetted: Element.ownedRelationship} {subsetted: A_disjoiningTypeDisjoining_typeDisjoined.disjoiningTypeDisjoining} The ownedRelationships of this Type that are Disjoinings, for which the Type is the typeDisjoined Type. Type
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedEndFeature Feature [0..*] {derived} {ordered} {subsetted: Type.endFeature} {subsetted: Type.ownedFeature} All endFeatures of this Type that are ownedFeatures. Type
ownedFeature Feature [0..*] {derived} {ordered} {subsetted: Namespace.ownedMember} The ownedMemberFeatures of the ownedFeatureMemberships of this Type. Type
ownedFeatureChaining FeatureChaining [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Feature that are FeatureChainings, for which the Feature will be the featureChained. Feature
ownedFeatureInverting FeatureInverting [0..*] {composite} {derived} {subsetted: A_invertingFeatureInverting_featureInverted.invertingFeatureInverting} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are FeatureInvertings and for which the Feature is the featureInverted. Feature
ownedFeatureMembership FeatureMembership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.ownedMembership} {subsetted: Type.featureMembership} The ownedMemberships of this Type that are FeatureMemberships, for which the Type is the owningType. Each such FeatureMembership identifies an ownedFeature of the Type. Type
ownedImport Import [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Namespace that are Imports, for which the Namespace is the importOwningNamespace. Namespace
ownedIntersecting Intersecting [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Intersectings, have the Type as their typeIntersected. Type
ownedMember Element [0..*] {derived} {ordered} {subsetted: Namespace.member} The owned members of this Namespace, which are the ownedMemberElements of the ownedMemberships of the Namespace. Namespace
ownedMembership Membership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.membership} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Namespace that are Memberships, for which the Namespace is the membershipOwningNamespace. Namespace
ownedRedefinition Redefinition [0..*] {composite} {derived} {subsetted: Feature.ownedSubsetting} The ownedSubsettings of this Feature that are Redefinitions, for which the Feature is the redefiningFeature. Feature
ownedReferenceSubsetting ReferenceSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a ReferenceSubsetting, for which the Feature is the referencingFeature. Feature
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
ownedSpecialization Specialization [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_specific_specialization.specialization} The ownedRelationships of this Type that are Specializations, for which the Type is the specific Type. Type
ownedSubsetting Subsetting [0..*] {composite} {derived} {subsetted: Type.ownedSpecialization} {subsetted: A_subsettingFeature_subsetting.subsetting} The ownedSpecializations of this Feature that are Subsettings, for which the Feature is the subsettingFeature. Feature
ownedTypeFeaturing TypeFeaturing [0..*] {composite} {derived} {ordered} {subsetted: A_featureOfType_typeFeaturing.typeFeaturing} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are TypeFeaturings and for which the Feature is the featureOfType. Feature
ownedTyping FeatureTyping [0..*] {composite} {derived} {ordered} {subsetted: Type.ownedSpecialization} {subsetted: A_typing_typedFeature.typing} The ownedSpecializations of this Feature that are FeatureTypings, for which the Feature is the typedFeature. Feature
ownedUnioning Unioning [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Type that are Unionings, having the Type as their typeUnioned. Type
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningDefinition Definition [0..1] {derived} {subsetted: Feature.owningType} {subsetted: A_usage_featuringDefinition.featuringDefinition} The Definition that owns this Usage (if any). Usage
owningFeatureMembership FeatureMembership [0..1] {derived} {subsetted: Element.owningMembership} The FeatureMembership that owns this Feature as an ownedMemberFeature, determining its owningType. Feature
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
owningType Type [0..1] {derived} {subsetted: A_typeWithFeature_feature.typeWithFeature} {subsetted: Element.owningNamespace} {subsetted: Feature.featuringType} The Type that is the owningType of the owningFeatureMembership of this Feature. Feature
owningUsage Usage [0..1] {derived} {subsetted: Feature.owningType} The Usage in which this Usage is nested (if any). Usage
parameter Feature [0..*] {derived} {ordered} {many-to-many:Step.parameteredStep} The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step. Step
performedAction ActionUsage [1..1] {derived} {redefined} The ActionUsage to be performed by this PerformedActionUsage. It is the eventOccurrence of the PerformActionUsage considered as an EventOccurrenceUsage, which must be an ActionUsage. PerformActionUsage
portionKind PortionKind [0..1] The kind of temporal portion (time slice or snapshot) is represented by this OccurrenceUsage. If portionKind is not null, then the owningType of the OccurrenceUsage must be non-null, and the OccurrenceUsage represents portions of the featuring instance of the owningType. OccurrenceUsage
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
stateDefinition Behavior [0..*] {derived} {ordered} {many-to-many:StateUsage.definedState} The Behaviors that are the types of this StateUsage. Nominally, these would be StateDefinitions, but kernel Behaviors are also allowed, to permit use of Behaviors from the Kernel Model Libraries. StateUsage
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element
type Type [0..*] {derived} {ordered} {redefined} {many-to-many:Feature.typedFeature} Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature. Feature
unioningType Type [0..*] {derived} {ordered} {many-to-many:Type.unionedType} The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general. Type
usage Usage [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Usage.featuringUsage} The Usages that are features of this Usage (not necessarily owned). Usage
variant Usage [0..*] {derived} {subsetted: Namespace.ownedMember} The Usages which represent the variants of this Usage as a variation point Usage, if isVariation = true. If isVariation = false, then there must be no variants. Usage
variantMembership VariantMembership [0..*] {composite} {derived} {subsetted: Namespace.ownedMembership} The ownedMemberships of this Usage that are VariantMemberships. If isVariation = true, then this must be all memberships of the Usage. If isVariation = false, then variantMembershipmust be empty. Usage

Expose [Class]

Features

Name Description
Fully Qualified Name SysML::Systems::Views::Expose
Definition An Expose is an Import of Memberships into a ViewUsage that provide the Elements to be included in a view. Visibility is always ignored for an Expose (i.e., isImportAll = true).
Is Abstract TRUE
Generalizations Import
Specializations MembershipExpose NamespaceExpose
Containers

Properties

Name Type Default Description Inheritance
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
importedElement Element [1..1] {derived} The effectively imported Element for this Import. For a MembershipImport, this is the memberElement of the importedMembership. For a NamespaceImport, it is the importedNamespace. Import
importOwningNamespace Namespace [1..1] {derived} {subsetted: Relationship.owningRelatedElement} The Namespace into which Memberships are imported by this Import, which must be the owningRelatedElement of the Import. Import
isImplied Boolean [1..1] Whether this Relationship was generated by tooling to meet semantic rules, rather than being directly created by a modeler. Relationship
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isImportAll Boolean [1..1] An Expose always imports all Elements, regardless of visibility (isImportAll = true). Expose
isImportAll Boolean [1..1] {redefined} Whether to import memberships without regard to declared visibility. Import
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
isRecursive Boolean [1..1] Whether to recursively import Memberships from visible, owned sub-Namespaces. Import
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedRelatedElement Element [0..*] {composite} {ordered} {subsetted: Relationship.relatedElement} The relatedElements of this Relationship that are owned by the Relationship. Relationship
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelatedElement Element [0..1] {subsetted: Relationship.relatedElement} The relatedElement of this Relationship that owns the Relationship, if any. Relationship
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
relatedElement Element [0..*] {derived} {ordered} {many-to-many:Relationship.relationship} The Elements that are related by this Relationship, derived as the union of the source and target Elements of the Relationship. Relationship
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
source Element [0..*] {ordered} {redefined} {subsetted: Relationship.relatedElement} {many-to-many:Relationship.sourceRelationship} The relatedElements from which this Relationship is considered to be directed. Relationship
target Element [0..*] {ordered} {subsetted: Relationship.relatedElement} {many-to-many:Relationship.targetRelationship} The relatedElements to which this Relationship is considered to be directed. Relationship
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element
visibility VisibilityKind [1..1] An Expose always has protected visibility. Expose
visibility VisibilityKind [1..1] {redefined} The visibility level of the imported members from this Import relative to the importOwningNamespace. The default is private. Import

Expression [Class]

Features

Name Description
Fully Qualified Name SysML::Kernel::Functions::Expression
Definition An Expression is a Step that is typed by a Function. An Expression that also has a Function as its featuringType is a computational step within that Function. An Expression always has a single result parameter, which redefines the result parameter of its defining function. This allows Expressions to be interconnected in tree structures, in which inputs to each Expression in the tree are determined as the results of other Expression in the tree.
Is Abstract FALSE
Generalizations Step
Specializations BooleanExpression CalculationUsage FeatureReferenceExpression InstantiationExpression LiteralExpression MetadataAccessExpression NullExpression
Containers ElementFilterMembership FeatureValue ResultExpressionMembership

Properties

Name Type Default Description Inheritance
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
behavior Behavior [0..*] {derived} {ordered} {redefined} {subsetted: Feature.type} {many-to-many:Step.typedStep} The Behaviors that type this Step. Step
chainingFeature Feature [0..*] {derived} {ordered} {many-to-many:Feature.chainedFeature} The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature. Feature
crossFeature Feature [0..1] {derived} The second chainingFeature of the crossedFeature of the ownedCrossSubsetting of this Feature, if it has one. Semantically, the values of the crossFeature of an end Feature must include all values of the end Feature obtained when navigating from values of the other end Features of the same owningType. Feature
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
differencingType Type [0..*] {derived} {ordered} {many-to-many:Type.differencedType} The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
directedFeature Feature [0..*] {derived} {ordered} {redefined} {subsetted: Type.feature} {many-to-many:Type.typeWithDirectedFeature} The features of this Type that have a non-null direction. Type
direction FeatureDirectionKind [0..1] Indicates how values of this Feature are determined or used (as specified for the FeatureDirectionKind). Feature
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
endFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithEndFeature} All features of this Type with isEnd = true. Type
endOwningType Type [0..1] {derived} {subsetted: A_endFeature_typeWithEndFeature.typeWithEndFeature} {subsetted: Feature.owningType} The Type that is related to this Feature by an EndFeatureMembership in which the Feature is an ownedMemberFeature. Feature
feature Feature [0..*] {derived} {ordered} {subsetted: Namespace.member} {many-to-many:Type.typeWithFeature} The ownedMemberFeatures of the featureMemberships of this Type. Type
featureMembership FeatureMembership [0..*] {derived} {ordered} {many-to-many:Type.type} The FeatureMemberships for features of this Type, which include all ownedFeatureMemberships and those inheritedMemberships that are FeatureMemberships (but does not include any importedMemberships). Type
featureTarget Feature [1..1] {derived} The last of the chainingFeatures of this Feature, if it has any. Otherwise, this Feature itself. Feature
featuringType Type [0..*] {derived} {ordered} {many-to-many:Feature.featureOfType} Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature. Feature
function Function [0..1] {derived} The Function that types this Expression. Expression
importedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Namespace.importingNamespace} The Memberships in this Namespace that result from the ownedImports of this Namespace. Namespace
inheritedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.inheritingType} All the memberFeatures of the inheritedMemberships of this Type that are FeatureMemberships. Type
inheritedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Type.inheritingType} All Memberships inherited by this Type via Specialization or Conjugation. These are included in the derived union for the memberships of the Type. Type
input Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithInput} All features related to this Type by FeatureMemberships that have direction in or inout. Type
intersectingType Type [0..*] {derived} {ordered} {many-to-many:Type.intersectedType} The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
isAbstract Boolean [1..1] Indicates whether instances of this Type must also be instances of at least one of its specialized Types. Type
isComposite Boolean [1..1] Whether the Feature is a composite feature of its featuringType. If so, the values of the Feature cannot exist after its featuring instance no longer does and cannot be values of another composite feature that is not on the same featuring instance. Feature
isConjugated Boolean [1..1] {derived} Indicates whether this Type has an ownedConjugator. Type
isConstant Boolean [1..1] If isVariable is true, then whether the value of this Feature nevertheless does not change over all snapshots of its owningType. Feature
isDerived Boolean [1..1] Whether the values of this Feature can always be computed from the values of other Features. Feature
isEnd Boolean [1..1] Whether or not this Feature is an end Feature. An end Feature always has multiplicity 1, mapping each of its domain instances to a single co-domain instance. However, it may have a crossFeature, in which case values of the crossFeature must be the same as those found by navigation across instances of the owningType from values of other end Features to values of this Feature. If the owningType has n end Features, then the multiplicity, ordering, and uniqueness declared for the crossFeature of any one of these end Features constrains the cardinality, ordering, and uniqueness of the collection of values of that Feature reached by navigation when the values of the other n-1 end Features are held fixed. Feature
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
isModelLevelEvaluable Boolean [1..1] {derived} Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model. Expression
isOrdered Boolean [1..1] Whether an order exists for the values of this Feature or not. Feature
isPortion Boolean [1..1] Whether the values of this Feature are contained in the space and time of instances of the domain of the Feature and represent the same thing as those instances. Feature
isSufficient Boolean [1..1] Whether all things that meet the classification conditions of this Type must be classified by the Type.(A Type gives conditions that must be met by whatever it classifies, but when isSufficient is false, things may meet those conditions but still not be classified by the Type. For example, a Type Car that is not sufficient could require everything it classifies to have four wheels, but not all four wheeled things would classify as cars. However, if the Type Car were sufficient, it would classify all four-wheeled things.) Type
isUnique Boolean [1..1] Whether or not values for this Feature must have no duplicates or not. Feature
isVariable Boolean [1..1] Whether the value of this Feature might vary over time. That is, whether the Feature may have a different value for each snapshot of an owningType that is an Occurrence. Feature
member Element [0..*] {derived} {ordered} {many-to-many:Namespace.namespace} The set of all member Elements of this Namespace, which are the memberElements of all memberships of the Namespace. Namespace
membership Membership [0..*] {derived} {derived-union} {ordered} {many-to-many:Namespace.membershipNamespace} All Memberships in this Namespace, including (at least) the union of ownedMemberships and importedMemberships. Namespace
multiplicity Multiplicity [0..1] {derived} {subsetted: Namespace.ownedMember} An ownedMember of this Type that is a Multiplicity, which constraints the cardinality of the Type. If there is no such ownedMember, then the cardinality of this Type is constrained by all the Multiplicity constraints applicable to any direct supertypes. Type
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
output Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithOutput} All features related to this Type by FeatureMemberships that have direction out or inout. Type
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedConjugator Conjugation [0..1] {composite} {derived} {subsetted: A_conjugatedType_conjugator.conjugator} {subsetted: Element.ownedRelationship} A Conjugation owned by this Type for which the Type is the originalType. Type
ownedCrossSubsetting CrossSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a CrossSubsetting}, for which the Feature is the crossingFeature. Feature
ownedDifferencing Differencing [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Differencings, having this Type as their typeDifferenced. Type
ownedDisjoining Disjoining [0..*] {composite} {derived} {subsetted: Element.ownedRelationship} {subsetted: A_disjoiningTypeDisjoining_typeDisjoined.disjoiningTypeDisjoining} The ownedRelationships of this Type that are Disjoinings, for which the Type is the typeDisjoined Type. Type
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedEndFeature Feature [0..*] {derived} {ordered} {subsetted: Type.endFeature} {subsetted: Type.ownedFeature} All endFeatures of this Type that are ownedFeatures. Type
ownedFeature Feature [0..*] {derived} {ordered} {subsetted: Namespace.ownedMember} The ownedMemberFeatures of the ownedFeatureMemberships of this Type. Type
ownedFeatureChaining FeatureChaining [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Feature that are FeatureChainings, for which the Feature will be the featureChained. Feature
ownedFeatureInverting FeatureInverting [0..*] {composite} {derived} {subsetted: A_invertingFeatureInverting_featureInverted.invertingFeatureInverting} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are FeatureInvertings and for which the Feature is the featureInverted. Feature
ownedFeatureMembership FeatureMembership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.ownedMembership} {subsetted: Type.featureMembership} The ownedMemberships of this Type that are FeatureMemberships, for which the Type is the owningType. Each such FeatureMembership identifies an ownedFeature of the Type. Type
ownedImport Import [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Namespace that are Imports, for which the Namespace is the importOwningNamespace. Namespace
ownedIntersecting Intersecting [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Intersectings, have the Type as their typeIntersected. Type
ownedMember Element [0..*] {derived} {ordered} {subsetted: Namespace.member} The owned members of this Namespace, which are the ownedMemberElements of the ownedMemberships of the Namespace. Namespace
ownedMembership Membership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.membership} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Namespace that are Memberships, for which the Namespace is the membershipOwningNamespace. Namespace
ownedRedefinition Redefinition [0..*] {composite} {derived} {subsetted: Feature.ownedSubsetting} The ownedSubsettings of this Feature that are Redefinitions, for which the Feature is the redefiningFeature. Feature
ownedReferenceSubsetting ReferenceSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a ReferenceSubsetting, for which the Feature is the referencingFeature. Feature
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
ownedSpecialization Specialization [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_specific_specialization.specialization} The ownedRelationships of this Type that are Specializations, for which the Type is the specific Type. Type
ownedSubsetting Subsetting [0..*] {composite} {derived} {subsetted: Type.ownedSpecialization} {subsetted: A_subsettingFeature_subsetting.subsetting} The ownedSpecializations of this Feature that are Subsettings, for which the Feature is the subsettingFeature. Feature
ownedTypeFeaturing TypeFeaturing [0..*] {composite} {derived} {ordered} {subsetted: A_featureOfType_typeFeaturing.typeFeaturing} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are TypeFeaturings and for which the Feature is the featureOfType. Feature
ownedTyping FeatureTyping [0..*] {composite} {derived} {ordered} {subsetted: Type.ownedSpecialization} {subsetted: A_typing_typedFeature.typing} The ownedSpecializations of this Feature that are FeatureTypings, for which the Feature is the typedFeature. Feature
ownedUnioning Unioning [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Type that are Unionings, having the Type as their typeUnioned. Type
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningFeatureMembership FeatureMembership [0..1] {derived} {subsetted: Element.owningMembership} The FeatureMembership that owns this Feature as an ownedMemberFeature, determining its owningType. Feature
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
owningType Type [0..1] {derived} {subsetted: A_typeWithFeature_feature.typeWithFeature} {subsetted: Element.owningNamespace} {subsetted: Feature.featuringType} The Type that is the owningType of the owningFeatureMembership of this Feature. Feature
parameter Feature [0..*] {derived} {ordered} {many-to-many:Step.parameteredStep} The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step. Step
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
result Feature [1..1] {derived} {subsetted: Type.output} {subsetted: Step.parameter} An output parameter of the Expression whose value is the result of the Expression. The result of an Expression is either inherited from its function or it is related to the Expression via a ReturnParameterMembership, in which case it redefines the result parameter of its function. Expression
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element
type Type [0..*] {derived} {ordered} {many-to-many:Feature.typedFeature} Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature. Feature
unioningType Type [0..*] {derived} {ordered} {many-to-many:Type.unionedType} The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general. Type

Feature [Class]

Features

Name Description
Fully Qualified Name SysML::Core::Features::Feature
Definition A Feature is a Type that classifies relations between multiple things (in the universe). The domain of the relation is the intersection of the featuringTypes of the Feature. (The domain of a Feature with no featuringTyps is implicitly the most general Type Base::Anything from the Kernel Semantic Library.) The co-domain of the relation is the intersection of the types of the Feature.In the simplest cases, the featuringTypes and types are Classifiers and the Feature relates two things, one from the domain and one from the range. Examples include cars paired with wheels, people paired with other people, and cars paired with numbers representing the car length.Since Features are Types, their featuringTypes and types can be Features. In this case, the Feature effectively classifies relations between relations, which can be interpreted as the sequence of things related by the domain Feature concatenated with the sequence of things related by the co-domain Feature.The values of a Feature for a given instance of its domain are all the instances of its co-domain that are related to that domain instance by the Feature. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with values of the first Feature, then using those values as domain instances to obtain valus of the second Feature, and so on, to values of the last Feature.
Is Abstract FALSE
Generalizations Type
Specializations Connector FlowEnd MetadataFeature Multiplicity PayloadFeature Step Usage
Containers EndFeatureMembership FeatureMembership ParameterMembership

Properties

Name Type Default Description Inheritance
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
chainingFeature Feature [0..*] {derived} {ordered} {many-to-many:Feature.chainedFeature} The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature. Feature
crossFeature Feature [0..1] {derived} The second chainingFeature of the crossedFeature of the ownedCrossSubsetting of this Feature, if it has one. Semantically, the values of the crossFeature of an end Feature must include all values of the end Feature obtained when navigating from values of the other end Features of the same owningType. Feature
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
differencingType Type [0..*] {derived} {ordered} {many-to-many:Type.differencedType} The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
directedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithDirectedFeature} The features of this Type that have a non-null direction. Type
direction FeatureDirectionKind [0..1] Indicates how values of this Feature are determined or used (as specified for the FeatureDirectionKind). Feature
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
endFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithEndFeature} All features of this Type with isEnd = true. Type
endOwningType Type [0..1] {derived} {subsetted: A_endFeature_typeWithEndFeature.typeWithEndFeature} {subsetted: Feature.owningType} The Type that is related to this Feature by an EndFeatureMembership in which the Feature is an ownedMemberFeature. Feature
feature Feature [0..*] {derived} {ordered} {subsetted: Namespace.member} {many-to-many:Type.typeWithFeature} The ownedMemberFeatures of the featureMemberships of this Type. Type
featureMembership FeatureMembership [0..*] {derived} {ordered} {many-to-many:Type.type} The FeatureMemberships for features of this Type, which include all ownedFeatureMemberships and those inheritedMemberships that are FeatureMemberships (but does not include any importedMemberships). Type
featureTarget Feature [1..1] {derived} The last of the chainingFeatures of this Feature, if it has any. Otherwise, this Feature itself. Feature
featuringType Type [0..*] {derived} {ordered} {many-to-many:Feature.featureOfType} Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature. Feature
importedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Namespace.importingNamespace} The Memberships in this Namespace that result from the ownedImports of this Namespace. Namespace
inheritedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.inheritingType} All the memberFeatures of the inheritedMemberships of this Type that are FeatureMemberships. Type
inheritedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Type.inheritingType} All Memberships inherited by this Type via Specialization or Conjugation. These are included in the derived union for the memberships of the Type. Type
input Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithInput} All features related to this Type by FeatureMemberships that have direction in or inout. Type
intersectingType Type [0..*] {derived} {ordered} {many-to-many:Type.intersectedType} The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
isAbstract Boolean [1..1] Indicates whether instances of this Type must also be instances of at least one of its specialized Types. Type
isComposite Boolean [1..1] Whether the Feature is a composite feature of its featuringType. If so, the values of the Feature cannot exist after its featuring instance no longer does and cannot be values of another composite feature that is not on the same featuring instance. Feature
isConjugated Boolean [1..1] {derived} Indicates whether this Type has an ownedConjugator. Type
isConstant Boolean [1..1] If isVariable is true, then whether the value of this Feature nevertheless does not change over all snapshots of its owningType. Feature
isDerived Boolean [1..1] Whether the values of this Feature can always be computed from the values of other Features. Feature
isEnd Boolean [1..1] Whether or not this Feature is an end Feature. An end Feature always has multiplicity 1, mapping each of its domain instances to a single co-domain instance. However, it may have a crossFeature, in which case values of the crossFeature must be the same as those found by navigation across instances of the owningType from values of other end Features to values of this Feature. If the owningType has n end Features, then the multiplicity, ordering, and uniqueness declared for the crossFeature of any one of these end Features constrains the cardinality, ordering, and uniqueness of the collection of values of that Feature reached by navigation when the values of the other n-1 end Features are held fixed. Feature
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
isOrdered Boolean [1..1] Whether an order exists for the values of this Feature or not. Feature
isPortion Boolean [1..1] Whether the values of this Feature are contained in the space and time of instances of the domain of the Feature and represent the same thing as those instances. Feature
isSufficient Boolean [1..1] Whether all things that meet the classification conditions of this Type must be classified by the Type.(A Type gives conditions that must be met by whatever it classifies, but when isSufficient is false, things may meet those conditions but still not be classified by the Type. For example, a Type Car that is not sufficient could require everything it classifies to have four wheels, but not all four wheeled things would classify as cars. However, if the Type Car were sufficient, it would classify all four-wheeled things.) Type
isUnique Boolean [1..1] Whether or not values for this Feature must have no duplicates or not. Feature
isVariable Boolean [1..1] Whether the value of this Feature might vary over time. That is, whether the Feature may have a different value for each snapshot of an owningType that is an Occurrence. Feature
member Element [0..*] {derived} {ordered} {many-to-many:Namespace.namespace} The set of all member Elements of this Namespace, which are the memberElements of all memberships of the Namespace. Namespace
membership Membership [0..*] {derived} {derived-union} {ordered} {many-to-many:Namespace.membershipNamespace} All Memberships in this Namespace, including (at least) the union of ownedMemberships and importedMemberships. Namespace
multiplicity Multiplicity [0..1] {derived} {subsetted: Namespace.ownedMember} An ownedMember of this Type that is a Multiplicity, which constraints the cardinality of the Type. If there is no such ownedMember, then the cardinality of this Type is constrained by all the Multiplicity constraints applicable to any direct supertypes. Type
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
output Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithOutput} All features related to this Type by FeatureMemberships that have direction out or inout. Type
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedConjugator Conjugation [0..1] {composite} {derived} {subsetted: A_conjugatedType_conjugator.conjugator} {subsetted: Element.ownedRelationship} A Conjugation owned by this Type for which the Type is the originalType. Type
ownedCrossSubsetting CrossSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a CrossSubsetting}, for which the Feature is the crossingFeature. Feature
ownedDifferencing Differencing [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Differencings, having this Type as their typeDifferenced. Type
ownedDisjoining Disjoining [0..*] {composite} {derived} {subsetted: Element.ownedRelationship} {subsetted: A_disjoiningTypeDisjoining_typeDisjoined.disjoiningTypeDisjoining} The ownedRelationships of this Type that are Disjoinings, for which the Type is the typeDisjoined Type. Type
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedEndFeature Feature [0..*] {derived} {ordered} {subsetted: Type.endFeature} {subsetted: Type.ownedFeature} All endFeatures of this Type that are ownedFeatures. Type
ownedFeature Feature [0..*] {derived} {ordered} {subsetted: Namespace.ownedMember} The ownedMemberFeatures of the ownedFeatureMemberships of this Type. Type
ownedFeatureChaining FeatureChaining [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Feature that are FeatureChainings, for which the Feature will be the featureChained. Feature
ownedFeatureInverting FeatureInverting [0..*] {composite} {derived} {subsetted: A_invertingFeatureInverting_featureInverted.invertingFeatureInverting} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are FeatureInvertings and for which the Feature is the featureInverted. Feature
ownedFeatureMembership FeatureMembership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.ownedMembership} {subsetted: Type.featureMembership} The ownedMemberships of this Type that are FeatureMemberships, for which the Type is the owningType. Each such FeatureMembership identifies an ownedFeature of the Type. Type
ownedImport Import [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Namespace that are Imports, for which the Namespace is the importOwningNamespace. Namespace
ownedIntersecting Intersecting [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Intersectings, have the Type as their typeIntersected. Type
ownedMember Element [0..*] {derived} {ordered} {subsetted: Namespace.member} The owned members of this Namespace, which are the ownedMemberElements of the ownedMemberships of the Namespace. Namespace
ownedMembership Membership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.membership} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Namespace that are Memberships, for which the Namespace is the membershipOwningNamespace. Namespace
ownedRedefinition Redefinition [0..*] {composite} {derived} {subsetted: Feature.ownedSubsetting} The ownedSubsettings of this Feature that are Redefinitions, for which the Feature is the redefiningFeature. Feature
ownedReferenceSubsetting ReferenceSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a ReferenceSubsetting, for which the Feature is the referencingFeature. Feature
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
ownedSpecialization Specialization [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_specific_specialization.specialization} The ownedRelationships of this Type that are Specializations, for which the Type is the specific Type. Type
ownedSubsetting Subsetting [0..*] {composite} {derived} {subsetted: Type.ownedSpecialization} {subsetted: A_subsettingFeature_subsetting.subsetting} The ownedSpecializations of this Feature that are Subsettings, for which the Feature is the subsettingFeature. Feature
ownedTypeFeaturing TypeFeaturing [0..*] {composite} {derived} {ordered} {subsetted: A_featureOfType_typeFeaturing.typeFeaturing} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are TypeFeaturings and for which the Feature is the featureOfType. Feature
ownedTyping FeatureTyping [0..*] {composite} {derived} {ordered} {subsetted: Type.ownedSpecialization} {subsetted: A_typing_typedFeature.typing} The ownedSpecializations of this Feature that are FeatureTypings, for which the Feature is the typedFeature. Feature
ownedUnioning Unioning [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Type that are Unionings, having the Type as their typeUnioned. Type
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningFeatureMembership FeatureMembership [0..1] {derived} {subsetted: Element.owningMembership} The FeatureMembership that owns this Feature as an ownedMemberFeature, determining its owningType. Feature
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
owningType Type [0..1] {derived} {subsetted: A_typeWithFeature_feature.typeWithFeature} {subsetted: Element.owningNamespace} {subsetted: Feature.featuringType} The Type that is the owningType of the owningFeatureMembership of this Feature. Feature
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element
type Type [0..*] {derived} {ordered} {many-to-many:Feature.typedFeature} Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature. Feature
unioningType Type [0..*] {derived} {ordered} {many-to-many:Type.unionedType} The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general. Type

FeatureChainExpression [Class]

Features

Name Description
Fully Qualified Name SysML::Kernel::Expressions::FeatureChainExpression
Definition A FeatureChainExpression is an OperatorExpression whose operator is ".", which resolves to the Function ControlFunctions::'.' from the Kernel Functions Library. It evaluates to the result of chaining the result Feature of its single argument Expression with its targetFeature.
Is Abstract FALSE
Generalizations OperatorExpression
Specializations
Containers

Properties

Name Type Default Description Inheritance
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
argument Expression [0..*] {derived} {ordered} The Expressions whose results are bound to features of the instantiatedType. The arguments are ordered consistent with the order of the features, though they may not be one-to-one with all the features.Note. The derivation of argument is given in the concrete subclasses of InstantiationExpression. InstantiationExpression
behavior Behavior [0..*] {derived} {ordered} {redefined} {subsetted: Feature.type} {many-to-many:Step.typedStep} The Behaviors that type this Step. Step
chainingFeature Feature [0..*] {derived} {ordered} {many-to-many:Feature.chainedFeature} The Feature that are chained together to determine the values of this Feature, derived from the chainingFeatures of the ownedFeatureChainings of this Feature, in the same order. The values of a Feature with chainingFeatures are the same as values of the last Feature in the chain, which can be found by starting with the values of the first Feature (for each instance of the domain of the original Feature), then using each of those as domain instances to find the values of the second Feature in chainingFeatures, and so on, to values of the last Feature. Feature
crossFeature Feature [0..1] {derived} The second chainingFeature of the crossedFeature of the ownedCrossSubsetting of this Feature, if it has one. Semantically, the values of the crossFeature of an end Feature must include all values of the end Feature obtained when navigating from values of the other end Features of the same owningType. Feature
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
differencingType Type [0..*] {derived} {ordered} {many-to-many:Type.differencedType} The interpretations of a Type with differencingTypes are asserted to be those of the first of those Types, but not including those of the remaining Types. For example, a Classifier might be the difference of a Classifier for people and another for people of a particular nationality, leaving people who are not of that nationality. Similarly, a feature of people might be the difference between a feature for their children and a Classifier for people of a particular sex, identifying their children not of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
directedFeature Feature [0..*] {derived} {ordered} {redefined} {subsetted: Type.feature} {many-to-many:Type.typeWithDirectedFeature} The features of this Type that have a non-null direction. Type
direction FeatureDirectionKind [0..1] Indicates how values of this Feature are determined or used (as specified for the FeatureDirectionKind). Feature
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
endFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.typeWithEndFeature} All features of this Type with isEnd = true. Type
endOwningType Type [0..1] {derived} {subsetted: A_endFeature_typeWithEndFeature.typeWithEndFeature} {subsetted: Feature.owningType} The Type that is related to this Feature by an EndFeatureMembership in which the Feature is an ownedMemberFeature. Feature
feature Feature [0..*] {derived} {ordered} {subsetted: Namespace.member} {many-to-many:Type.typeWithFeature} The ownedMemberFeatures of the featureMemberships of this Type. Type
featureMembership FeatureMembership [0..*] {derived} {ordered} {many-to-many:Type.type} The FeatureMemberships for features of this Type, which include all ownedFeatureMemberships and those inheritedMemberships that are FeatureMemberships (but does not include any importedMemberships). Type
featureTarget Feature [1..1] {derived} The last of the chainingFeatures of this Feature, if it has any. Otherwise, this Feature itself. Feature
featuringType Type [0..*] {derived} {ordered} {many-to-many:Feature.featureOfType} Types that feature this Feature, such that any instance in the domain of the Feature must be classified by all of these Types, including at least all the featuringTypes of its typeFeaturings. If the Feature is chained, then the featuringTypes of the first Feature in the chain are also featuringTypes of the chained Feature. Feature
function Function [0..1] {derived} The Function that types this Expression. Expression
importedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Namespace.importingNamespace} The Memberships in this Namespace that result from the ownedImports of this Namespace. Namespace
inheritedFeature Feature [0..*] {derived} {ordered} {subsetted: Type.feature} {many-to-many:Type.inheritingType} All the memberFeatures of the inheritedMemberships of this Type that are FeatureMemberships. Type
inheritedMembership Membership [0..*] {derived} {ordered} {subsetted: Namespace.membership} {many-to-many:Type.inheritingType} All Memberships inherited by this Type via Specialization or Conjugation. These are included in the derived union for the memberships of the Type. Type
input Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithInput} All features related to this Type by FeatureMemberships that have direction in or inout. Type
instantiatedType Type [1..1] {derived} {subsetted: Namespace.member} The Type that is being instantiated. InstantiationExpression
intersectingType Type [0..*] {derived} {ordered} {many-to-many:Type.intersectedType} The interpretations of a Type with intersectingTypes are asserted to be those in common among the intersectingTypes, which are the Types derived from the intersectingType of the ownedIntersectings of this Type. For example, a Classifier might be an intersection of Classifiers for people of a particular sex and of a particular nationality. Similarly, a feature for people's children of a particular sex might be the intersection of a Feature for their children and a Classifier for people of that sex (because the interpretations of the children Feature that identify those of that sex are also interpretations of the Classifier for that sex). Type
isAbstract Boolean [1..1] Indicates whether instances of this Type must also be instances of at least one of its specialized Types. Type
isComposite Boolean [1..1] Whether the Feature is a composite feature of its featuringType. If so, the values of the Feature cannot exist after its featuring instance no longer does and cannot be values of another composite feature that is not on the same featuring instance. Feature
isConjugated Boolean [1..1] {derived} Indicates whether this Type has an ownedConjugator. Type
isConstant Boolean [1..1] If isVariable is true, then whether the value of this Feature nevertheless does not change over all snapshots of its owningType. Feature
isDerived Boolean [1..1] Whether the values of this Feature can always be computed from the values of other Features. Feature
isEnd Boolean [1..1] Whether or not this Feature is an end Feature. An end Feature always has multiplicity 1, mapping each of its domain instances to a single co-domain instance. However, it may have a crossFeature, in which case values of the crossFeature must be the same as those found by navigation across instances of the owningType from values of other end Features to values of this Feature. If the owningType has n end Features, then the multiplicity, ordering, and uniqueness declared for the crossFeature of any one of these end Features constrains the cardinality, ordering, and uniqueness of the collection of values of that Feature reached by navigation when the values of the other n-1 end Features are held fixed. Feature
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
isModelLevelEvaluable Boolean [1..1] {derived} Whether this Expression meets the constraints necessary to be evaluated at model level, that is, using metadata within the model. Expression
isOrdered Boolean [1..1] Whether an order exists for the values of this Feature or not. Feature
isPortion Boolean [1..1] Whether the values of this Feature are contained in the space and time of instances of the domain of the Feature and represent the same thing as those instances. Feature
isSufficient Boolean [1..1] Whether all things that meet the classification conditions of this Type must be classified by the Type.(A Type gives conditions that must be met by whatever it classifies, but when isSufficient is false, things may meet those conditions but still not be classified by the Type. For example, a Type Car that is not sufficient could require everything it classifies to have four wheels, but not all four wheeled things would classify as cars. However, if the Type Car were sufficient, it would classify all four-wheeled things.) Type
isUnique Boolean [1..1] Whether or not values for this Feature must have no duplicates or not. Feature
isVariable Boolean [1..1] Whether the value of this Feature might vary over time. That is, whether the Feature may have a different value for each snapshot of an owningType that is an Occurrence. Feature
member Element [0..*] {derived} {ordered} {many-to-many:Namespace.namespace} The set of all member Elements of this Namespace, which are the memberElements of all memberships of the Namespace. Namespace
membership Membership [0..*] {derived} {derived-union} {ordered} {many-to-many:Namespace.membershipNamespace} All Memberships in this Namespace, including (at least) the union of ownedMemberships and importedMemberships. Namespace
multiplicity Multiplicity [0..1] {derived} {subsetted: Namespace.ownedMember} An ownedMember of this Type that is a Multiplicity, which constraints the cardinality of the Type. If there is no such ownedMember, then the cardinality of this Type is constrained by all the Multiplicity constraints applicable to any direct supertypes. Type
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
operator String [1..1] No Documentation Provided FeatureChainExpression
operator String [1..1] {redefined} An operator symbol that names a corresponding Function from one of the standard packages from the Kernel Function Library . OperatorExpression
output Feature [0..*] {derived} {ordered} {subsetted: Type.directedFeature} {many-to-many:Type.typeWithOutput} All features related to this Type by FeatureMemberships that have direction out or inout. Type
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedConjugator Conjugation [0..1] {composite} {derived} {subsetted: A_conjugatedType_conjugator.conjugator} {subsetted: Element.ownedRelationship} A Conjugation owned by this Type for which the Type is the originalType. Type
ownedCrossSubsetting CrossSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a CrossSubsetting}, for which the Feature is the crossingFeature. Feature
ownedDifferencing Differencing [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Differencings, having this Type as their typeDifferenced. Type
ownedDisjoining Disjoining [0..*] {composite} {derived} {subsetted: Element.ownedRelationship} {subsetted: A_disjoiningTypeDisjoining_typeDisjoined.disjoiningTypeDisjoining} The ownedRelationships of this Type that are Disjoinings, for which the Type is the typeDisjoined Type. Type
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedEndFeature Feature [0..*] {derived} {ordered} {subsetted: Type.endFeature} {subsetted: Type.ownedFeature} All endFeatures of this Type that are ownedFeatures. Type
ownedFeature Feature [0..*] {derived} {ordered} {subsetted: Namespace.ownedMember} The ownedMemberFeatures of the ownedFeatureMemberships of this Type. Type
ownedFeatureChaining FeatureChaining [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Feature that are FeatureChainings, for which the Feature will be the featureChained. Feature
ownedFeatureInverting FeatureInverting [0..*] {composite} {derived} {subsetted: A_invertingFeatureInverting_featureInverted.invertingFeatureInverting} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are FeatureInvertings and for which the Feature is the featureInverted. Feature
ownedFeatureMembership FeatureMembership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.ownedMembership} {subsetted: Type.featureMembership} The ownedMemberships of this Type that are FeatureMemberships, for which the Type is the owningType. Each such FeatureMembership identifies an ownedFeature of the Type. Type
ownedImport Import [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Namespace that are Imports, for which the Namespace is the importOwningNamespace. Namespace
ownedIntersecting Intersecting [0..*] {composite} {derived} {ordered} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Type that are Intersectings, have the Type as their typeIntersected. Type
ownedMember Element [0..*] {derived} {ordered} {subsetted: Namespace.member} The owned members of this Namespace, which are the ownedMemberElements of the ownedMemberships of the Namespace. Namespace
ownedMembership Membership [0..*] {composite} {derived} {ordered} {subsetted: Namespace.membership} {subsetted: A_source_sourceRelationship.sourceRelationship} {subsetted: Element.ownedRelationship} The ownedRelationships of this Namespace that are Memberships, for which the Namespace is the membershipOwningNamespace. Namespace
ownedRedefinition Redefinition [0..*] {composite} {derived} {subsetted: Feature.ownedSubsetting} The ownedSubsettings of this Feature that are Redefinitions, for which the Feature is the redefiningFeature. Feature
ownedReferenceSubsetting ReferenceSubsetting [0..1] {composite} {derived} {subsetted: Feature.ownedSubsetting} The one ownedSubsetting of this Feature, if any, that is a ReferenceSubsetting, for which the Feature is the referencingFeature. Feature
ownedRelationship Relationship [0..*] {composite} {ordered} {subsetted: A_relatedElement_relationship.relationship} The Relationships for which this Element is the owningRelatedElement. Element
ownedSpecialization Specialization [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_specific_specialization.specialization} The ownedRelationships of this Type that are Specializations, for which the Type is the specific Type. Type
ownedSubsetting Subsetting [0..*] {composite} {derived} {subsetted: Type.ownedSpecialization} {subsetted: A_subsettingFeature_subsetting.subsetting} The ownedSpecializations of this Feature that are Subsettings, for which the Feature is the subsettingFeature. Feature
ownedTypeFeaturing TypeFeaturing [0..*] {composite} {derived} {ordered} {subsetted: A_featureOfType_typeFeaturing.typeFeaturing} {subsetted: Element.ownedRelationship} The ownedRelationships of this Feature that are TypeFeaturings and for which the Feature is the featureOfType. Feature
ownedTyping FeatureTyping [0..*] {composite} {derived} {ordered} {subsetted: Type.ownedSpecialization} {subsetted: A_typing_typedFeature.typing} The ownedSpecializations of this Feature that are FeatureTypings, for which the Feature is the typedFeature. Feature
ownedUnioning Unioning [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_source_sourceRelationship.sourceRelationship} The ownedRelationships of this Type that are Unionings, having the Type as their typeUnioned. Type
owner Element [0..1] {derived} The owner of this Element, derived as the owningRelatedElement of the owningRelationship of this Element, if any. Element
owningFeatureMembership FeatureMembership [0..1] {derived} {subsetted: Element.owningMembership} The FeatureMembership that owns this Feature as an ownedMemberFeature, determining its owningType. Feature
owningMembership OwningMembership [0..1] {derived} {subsetted: A_memberElement_membership.membership} {subsetted: Element.owningRelationship} The owningRelationship of this Element, if that Relationship is a Membership. Element
owningNamespace Namespace [0..1] {derived} {subsetted: A_member_namespace.namespace} The Namespace that owns this Element, which is the membershipOwningNamespace of the owningMembership of this Element, if any. Element
owningRelationship Relationship [0..1] {subsetted: A_relatedElement_relationship.relationship} The Relationship for which this Element is an ownedRelatedElement, if any. Element
owningType Type [0..1] {derived} {subsetted: A_typeWithFeature_feature.typeWithFeature} {subsetted: Element.owningNamespace} {subsetted: Feature.featuringType} The Type that is the owningType of the owningFeatureMembership of this Feature. Feature
parameter Feature [0..*] {derived} {ordered} {many-to-many:Step.parameteredStep} The parameters of this Step, which are defined as its directedFeatures, whose values are passed into and/or out of a performance of the Step. Step
qualifiedName String [0..1] {derived} The full ownership-qualified name of this Element, represented in a form that is valid according to the KerML textual concrete syntax for qualified names (including use of unrestricted name notation and escaped characters, as necessary). The qualifiedName is null if this Element has no owningNamespace or if there is not a complete ownership chain of named Namespaces from a root Namespace to this Element. If the owningNamespace has other Elements with the same name as this one, then the qualifiedName is null for all such Elements other than the first. Element
result Feature [1..1] {derived} {subsetted: Type.output} {subsetted: Step.parameter} An output parameter of the Expression whose value is the result of the Expression. The result of an Expression is either inherited from its function or it is related to the Expression via a ReturnParameterMembership, in which case it redefines the result parameter of its function. Expression
shortName String [0..1] {derived} The short name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveShortName() operation. By default, it is the same as the declaredShortName, but this is overridden for certain kinds of Elements to compute a shortName even when the declaredName is null. Element
targetFeature Feature [1..1] {derived} {subsetted: Namespace.member} The Feature that is accessed by this FeatureChainExpression, which is its first non-parameter member. FeatureChainExpression
textualRepresentation TextualRepresentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The TextualRepresentations that annotate this Element. Element
type Type [0..*] {derived} {ordered} {many-to-many:Feature.typedFeature} Types that restrict the values of this Feature, such that the values must be instances of all the types. The types of a Feature are derived from its typings and the types of its subsettings. If the Feature is chained, then the types of the last Feature in the chain are also types of the chained Feature. Feature
unioningType Type [0..*] {derived} {ordered} {many-to-many:Type.unionedType} The interpretations of a Type with unioningTypes are asserted to be the same as those of all the unioningTypes together, which are the Types derived from the unioningType of the ownedUnionings of this Type. For example, a Classifier for people might be the union of Classifiers for all the sexes. Similarly, a feature for people's children might be the union of features dividing them in the same ways as people in general. Type

FeatureChaining [Class]

Features

Name Description
Fully Qualified Name SysML::Core::Features::FeatureChaining
Definition FeatureChaining is a Relationship that makes its target Feature one of the chainingFeatures of its owning Feature.
Is Abstract FALSE
Generalizations Relationship
Specializations
Containers Feature

Properties

Name Type Default Description Inheritance
aliasIds String [0..*] {ordered} Various alternative identifiers for this Element. Generally, these will be set by tools. Element
chainingFeature Feature [1..1] The Feature whose values partly determine values of featureChained, as described in Feature::chainingFeature. FeatureChaining
declaredName String [0..1] The declared name of this Element. Element
declaredShortName String [0..1] An optional alternative name for the Element that is intended to be shorter or in some way more succinct than its primary name. It may act as a modeler-specified identifier for the Element, though it is then the responsibility of the modeler to maintain the uniqueness of this identifier within a model or relative to some other context. Element
documentation Documentation [0..*] {derived} {ordered} {subsetted: A_annotatedElement_annotatingElement.annotatingElement} {subsetted: Element.ownedElement} The Documentation owned by this Element. Element
elementId String [1..1] {ID} The globally unique identifier for this Element. This is intended to be set by tooling, and it must not change during the lifetime of the Element. Element
featureChained Feature [1..1] {derived} {subsetted: Relationship.owningRelatedElement} The Feature whose values are partly determined by values of the chainingFeature, as described in Feature::chainingFeature. FeatureChaining
isImplied Boolean [1..1] Whether this Relationship was generated by tooling to meet semantic rules, rather than being directly created by a modeler. Relationship
isImpliedIncluded Boolean [1..1] Whether all necessary implied Relationships have been included in the ownedRelationships of this Element. This property may be true, even if there are not actually any ownedRelationships with isImplied = true, meaning that no such Relationships are actually implied for this Element. However, if it is false, then ownedRelationships may not contain any implied Relationships. That is, either all required implied Relationships must be included, or none of them. Element
isLibraryElement Boolean [1..1] {derived} Whether this Element is contained in the ownership tree of a library model. Element
name String [0..1] {derived} The name to be used for this Element during name resolution within its owningNamespace. This is derived using the effectiveName() operation. By default, it is the same as the declaredName, but this is overridden for certain kinds of Elements to compute a name even when the declaredName is null. Element
ownedAnnotation Annotation [0..*] {composite} {derived} {ordered} {subsetted: Element.ownedRelationship} {subsetted: A_annotatedElement_annotation.annotation} The ownedRelationships of this Element that are Annotations, for which this Element is the annotatedElement. Element
ownedElement Element [0..*] {derived} {ordered} The Elements owned by this Element, derived as the ownedRelatedElements of the ownedRelationships of this Element. Element
ownedRelatedElement Element [0..*] {composite} {ordered} {subsetted: Relationship.relatedElement} The relatedElements of this Relationship that are owned by the Relationship. Relationship
ownedRelationship Relation