Definition#

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

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

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

Overview#

variant

Get the variant property.

is_variation

Get the is variation property.

owned_metadata

Get the owned metadata property.

owned_flow

Get the owned flow property.

owned_occurrence

Get the owned occurrence property.

owned_attribute

Get the owned attribute property.

owned_use_case

Get the owned use case property.

owned_usage

Get the owned usage property.

owned_state

Get the owned state property.

owned_connection

Get the owned connection property.

owned_interface

Get the owned interface property.

owned_port

Get the owned port property.

owned_allocation

Get the owned allocation property.

owned_case

Get the owned case property.

owned_transition

Get the owned transition property.

owned_view

Get the owned view property.

owned_item

Get the owned item property.

owned_constraint

Get the owned constraint property.

owned_reference

Get the owned reference property.

owned_part

Get the owned part property.

owned_action

Get the owned action property.

variant_membership

Get the variant membership property.

owned_verification_case

Get the owned verification case property.

owned_calculation

Get the owned calculation property.

owned_analysis_case

Get the owned analysis case property.

owned_enumeration

Get the owned enumeration property.

owned_requirement

Get the owned requirement 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.is_variation: None#

Get the is variation property.

Returns:
None

Value of property is variation.

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_attribute: List[AttributeUsage]#

Get the owned attribute property.

Returns:
List[“AttributeUsage”]

Value of property owned attribute.

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_usage: List[Usage]#

Get the owned usage property.

Returns:
List[“Usage”]

Value of property owned usage.

property Definition.owned_state: List[StateUsage]#

Get the owned state property.

Returns:
List[“StateUsage”]

Value of property owned state.

property Definition.owned_connection: List[ConnectorAsUsage]#

Get the owned connection property.

Returns:
List[“ConnectorAsUsage”]

Value of property owned connection.

property Definition.owned_interface: List[InterfaceUsage]#

Get the owned interface property.

Returns:
List[“InterfaceUsage”]

Value of property owned interface.

property Definition.owned_port: List[PortUsage]#

Get the owned port property.

Returns:
List[“PortUsage”]

Value of property owned port.

property Definition.owned_allocation: List[AllocationUsage]#

Get the owned allocation property.

Returns:
List[“AllocationUsage”]

Value of property owned allocation.

property Definition.owned_case: List[CaseUsage]#

Get the owned case property.

Returns:
List[“CaseUsage”]

Value of property owned case.

property Definition.owned_transition: List[TransitionUsage]#

Get the owned transition property.

Returns:
List[“TransitionUsage”]

Value of property owned transition.

property Definition.owned_view: List[ViewUsage]#

Get the owned view property.

Returns:
List[“ViewUsage”]

Value of property owned view.

property Definition.owned_item: List[ItemUsage]#

Get the owned item property.

Returns:
List[“ItemUsage”]

Value of property owned item.

property Definition.owned_constraint: List[ConstraintUsage]#

Get the owned constraint property.

Returns:
List[“ConstraintUsage”]

Value of property owned constraint.

property Definition.owned_reference: List[ReferenceUsage]#

Get the owned reference property.

Returns:
List[“ReferenceUsage”]

Value of property owned reference.

property Definition.owned_part: List[PartUsage]#

Get the owned part property.

Returns:
List[“PartUsage”]

Value of property owned part.

property Definition.owned_action: List[ActionUsage]#

Get the owned action property.

Returns:
List[“ActionUsage”]

Value of property owned action.

property Definition.variant_membership: List[VariantMembership]#

Get the variant membership property.

Returns:
List[“VariantMembership”]

Value of property variant membership.

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_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_enumeration: List[EnumerationUsage]#

Get the owned enumeration property.

Returns:
List[“EnumerationUsage”]

Value of property owned enumeration.

property Definition.owned_requirement: List[RequirementUsage]#

Get the owned requirement property.

Returns:
List[“RequirementUsage”]

Value of property owned requirement.