Definition#
- class ansys.sam.sysml2.meta_model.definition.Definition(element_id: str)#
Bases:
ansys.sam.sysml2.meta_model.classifier.ClassifierJava class ‘com.ansys.medini.metamodel.sysml.Definition’.
Overview#
Get the variant property. |
|
Get the owned use case property. |
|
Get the owned item property. |
|
Get the owned view property. |
|
Get the owned transition property. |
|
Get the owned constraint property. |
|
Get the owned state property. |
|
Get the owned reference property. |
|
Get the owned metadata property. |
|
Get the owned flow property. |
|
Get the owned occurrence property. |
|
Get the owned interface property. |
|
Get the owned action property. |
|
Get the owned allocation property. |
|
Get the owned attribute property. |
|
Get the owned case property. |
|
Get the owned usage property. |
|
Get the owned connection property. |
|
Get the owned part property. |
|
Get the owned port property. |
|
Get the variant membership property. |
|
Get the is variation property. |
|
Get the owned calculation property. |
|
Get the owned analysis case property. |
|
Get the owned verification case property. |
|
Get the owned requirement property. |
|
Get the owned enumeration property. |
Import detail#
from ansys.sam.sysml2.meta_model.definition import Definition
Property detail#
- property Definition.variant: list[Usage]#
Get the variant property.
- Returns:
list[“Usage”]Value of property variant.
- property Definition.owned_use_case: list[UseCaseUsage]#
Get the owned use case property.
- Returns:
list[“UseCaseUsage”]Value of property owned use case.
- property Definition.owned_item: list[ItemUsage]#
Get the owned item property.
- Returns:
list[“ItemUsage”]Value of property owned item.
- property Definition.owned_view: list[ViewUsage]#
Get the owned view property.
- Returns:
list[“ViewUsage”]Value of property owned view.
- property Definition.owned_transition: list[TransitionUsage]#
Get the owned transition property.
- Returns:
list[“TransitionUsage”]Value of property owned transition.
- property Definition.owned_constraint: list[ConstraintUsage]#
Get the owned constraint property.
- Returns:
list[“ConstraintUsage”]Value of property owned constraint.
- property Definition.owned_state: list[StateUsage]#
Get the owned state property.
- Returns:
list[“StateUsage”]Value of property owned state.
- property Definition.owned_reference: list[ReferenceUsage]#
Get the owned reference property.
- Returns:
list[“ReferenceUsage”]Value of property owned reference.
- property Definition.owned_metadata: list[MetadataUsage]#
Get the owned metadata property.
- Returns:
list[“MetadataUsage”]Value of property owned metadata.
- property Definition.owned_flow: list[FlowConnectionUsage]#
Get the owned flow property.
- Returns:
list[“FlowConnectionUsage”]Value of property owned flow.
- property Definition.owned_occurrence: list[OccurrenceUsage]#
Get the owned occurrence property.
- Returns:
list[“OccurrenceUsage”]Value of property owned occurrence.
- property Definition.owned_interface: list[InterfaceUsage]#
Get the owned interface property.
- Returns:
list[“InterfaceUsage”]Value of property owned interface.
- property Definition.owned_action: list[ActionUsage]#
Get the owned action property.
- Returns:
list[“ActionUsage”]Value of property owned action.
- property Definition.owned_allocation: list[AllocationUsage]#
Get the owned allocation property.
- Returns:
list[“AllocationUsage”]Value of property owned allocation.
- property Definition.owned_attribute: list[AttributeUsage]#
Get the owned attribute property.
- Returns:
list[“AttributeUsage”]Value of property owned attribute.
- property Definition.owned_case: list[CaseUsage]#
Get the owned case property.
- Returns:
list[“CaseUsage”]Value of property owned case.
- property Definition.owned_usage: list[Usage]#
Get the owned usage property.
- Returns:
list[“Usage”]Value of property owned usage.
- property Definition.owned_connection: list[ConnectorAsUsage]#
Get the owned connection property.
- Returns:
list[“ConnectorAsUsage”]Value of property owned connection.
- property Definition.owned_part: list[PartUsage]#
Get the owned part property.
- Returns:
list[“PartUsage”]Value of property owned part.
- property Definition.owned_port: list[PortUsage]#
Get the owned port property.
- Returns:
list[“PortUsage”]Value of property owned port.
- property Definition.variant_membership: list[VariantMembership]#
Get the variant membership property.
- Returns:
list[“VariantMembership”]Value of property variant membership.
- property Definition.is_variation: bool#
Get the is variation property.
- Returns:
- bool
Value of property is variation.
- property Definition.owned_calculation: list[CalculationUsage]#
Get the owned calculation property.
- Returns:
list[“CalculationUsage”]Value of property owned calculation.
- property Definition.owned_analysis_case: list[AnalysisCaseUsage]#
Get the owned analysis case property.
- Returns:
list[“AnalysisCaseUsage”]Value of property owned analysis case.
- property Definition.owned_verification_case: list[VerificationCaseUsage]#
Get the owned verification case property.
- Returns:
list[“VerificationCaseUsage”]Value of property owned verification case.
- property Definition.owned_requirement: list[RequirementUsage]#
Get the owned requirement property.
- Returns:
list[“RequirementUsage”]Value of property owned requirement.
- property Definition.owned_enumeration: list[EnumerationUsage]#
Get the owned enumeration property.
- Returns:
list[“EnumerationUsage”]Value of property owned enumeration.