Definition#

class ansys.sam.sysml2.meta_model.definition.Definition(element_id: str)#

Bases: ansys.sam.sysml2.meta_model.classifier.Classifier

Java class ‘com.ansys.medini.metamodel.sysml.Definition’.

Overview#

variant

Get the variant property.

owned_use_case

Get the owned use case property.

owned_item

Get the owned item property.

owned_view

Get the owned view property.

owned_transition

Get the owned transition property.

owned_constraint

Get the owned constraint property.

owned_state

Get the owned state property.

owned_reference

Get the owned reference property.

owned_metadata

Get the owned metadata property.

owned_flow

Get the owned flow property.

owned_occurrence

Get the owned occurrence property.

owned_interface

Get the owned interface property.

owned_action

Get the owned action property.

owned_allocation

Get the owned allocation property.

owned_attribute

Get the owned attribute property.

owned_case

Get the owned case property.

owned_usage

Get the owned usage property.

owned_connection

Get the owned connection property.

owned_part

Get the owned part property.

owned_port

Get the owned port property.

variant_membership

Get the variant membership property.

is_variation

Get the is variation property.

owned_calculation

Get the owned calculation property.

owned_analysis_case

Get the owned analysis case property.

owned_verification_case

Get the owned verification case property.

owned_requirement

Get the owned requirement property.

owned_enumeration

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.