Subsetting SysML
- class Subsetting
Implementation of
Subsettingdefined in the KerML specification.Specification:
SubsettingisSpecializationin which thespecificandgeneralTypesareFeatures. This means all values of thesubsetting_feature(on instances of its domain, i.e., the intersection of itsfeaturing_types) are values of thesubsetted_featureon instances of its domain. To support this the domain of thesubsetting_featuremust be the same or specialize (at least indirectly) the domain of thesubsetted_feature(viaSpecialization), and the co-domain (intersection of thetypes) of thesubsetting_featuremust specialize the co-domain of thesubsetted_feature.For language description, see section 7.3.4.4 of the KerML specification. For more details on the model, see section 8.3.3.3.10 of the KerML specification.
Children
Members defined in
Subsetting(6 members)
R
RSysMLImplementation of
owning_featuredefined in the KerML specification.
RSysMLImplementation of
subsetted_featuredefined in the KerML specification.
RSyside specific accessor for manipulating the target of
subsetted_feature.
RSysMLImplementation of
subsetting_featuredefined in the KerML specification.
RSyside specific accessor for manipulating the target of
subsetting_feature.Members inherited from
Specialization(6 members)
RThe elements enclosed by curly brackets in textual syntax.
RSysMLImplementation of
generaldefined in the KerML specification.
RSyside specific accessor for manipulating the target of
general.
RSysMLImplementation of
owning_typedefined in the KerML specification.
RSysMLImplementation of
specificdefined in the KerML specification.
RSyside specific accessor for manipulating the target of
specific.Members inherited from
Relationship(12 members)
RConvenience method for sources[0].
RConvenience method for targets[0].
RWSysMLImplementation of
is_implieddefined in the KerML specification.
RReturns
Trueif thisRelationshipis using implicit visibility.
RSysMLImplementation of
owned_related_elementdefined in the KerML specification.
RSysMLImplementation of
owning_related_elementdefined in the KerML specification.
RSysMLImplementation of
related_elementdefined in the KerML specification.
RSysMLImplementation of
sourcedefined in the KerML specification.
RSysMLImplementation of
targetdefined in the KerML specification.
RWThe visibility level of the related elements from this
Relationshiprelative to theowning_related_element.
Reset visibility to its implicit value.
Non-throwing alternative to
visibilitysetter.Members inherited from
Element(25 members)
RSysMLImplementation of
alias_idsdefined in the KerML specification.
RThe owned
Commentsrelated byowned_relationships.
RWSysMLImplementation of
declared_namedefined in the KerML specification.
RWSysMLImplementation of
declared_short_namedefined in the KerML specification.
RSysMLImplementation of
documentationdefined in the KerML specification.
RWSysMLImplementation of
element_iddefined in the KerML specification.
RSysMLImplementation of
is_implied_includeddefined in the KerML specification.
RSysMLImplementation of
is_library_elementdefined in the KerML specification.
RThe owned metadata related by
owned_relationships.
RSysMLImplementation of
namedefined in the KerML specification.
RSysMLImplementation of
owned_annotationdefined in the KerML specification.
RSysMLImplementation of
owned_elementdefined in the KerML specification.
RSysMLImplementation of
owned_relationshipdefined in the KerML specification.
RSysMLImplementation of
ownerdefined in the KerML specification.
RSysMLImplementation of
owning_membershipdefined in the KerML specification.
RSysMLImplementation of
owning_namespacedefined in the KerML specification.
RSysMLImplementation of
owning_relationshipdefined in the KerML specification.
RReturn a unique description of the location of this
Elementin the containment structure rooted in a rootNamespace. In most cases the segments will be identical toQualifiedName.
RSysMLImplementation of
qualified_namedefined in the KerML specification.
RThe owner of this
Elementas the parent ofowning_membershiporowning_relationshipotherwise.
RWThe state of semantic resolution for this
Element. Based on this, sema may skip elements to avoid duplicate work, e.g. when resolving elements in a group of related documents.
RSysMLImplementation of
short_namedefined in the KerML specification.
RSysMLImplementation of
textual_representationdefined in the KerML specification.
Check if the qualified name of this
Elementmatches the provided segments of a qualified name.Members inherited from
AstNode(7 members) Attributes
- STD: tuple[type[syside.Subsetting], ...] = ()
- property owning_feature: syside.Feature | None
Implementation of
owning_featuredefined in the KerML specification.Specification:
A
subsetting_featurethat is also theowning_related_elementof thisSubsetting.See section 8.3.3.3.10 of the KerML specification for more details.
- property subsetted_feature: syside.Feature | None
Implementation of
subsetted_featuredefined in the KerML specification.Specification:
The
Featurethat is subsetted by thesubsetting_featureof thisSubsetting.See section 8.3.3.3.10 of the KerML specification for more details.
- property subsetted_feature_target: syside.ChainedFeatureReference
Syside specific accessor for manipulating the target of
subsetted_feature.
- property subsetting_feature: syside.Feature | None
Implementation of
subsetting_featuredefined in the KerML specification.Specification:
The
Featurethat is a subset of thesubsetted_featureof thisSubsetting.See section 8.3.3.3.10 of the KerML specification for more details.
- property subsetting_feature_target: syside.ChainedFeatureReference
Syside specific accessor for manipulating the target of
subsetting_feature.