Usage#

class ansys.sam.sysml2.meta_model.usage.Usage(id: str)#

Bases: ansys.sam.sysml2.meta_model.feature.Feature

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

Overview#

definition

Get the definition property.

variant

Get the variant property.

nested_interface

Get the nested interface property.

nested_part

Get the nested part property.

nested_usage

Get the nested usage property.

nested_port

Get the nested port property.

nested_item

Get the nested item property.

nested_state

Get the nested state property.

nested_reference

Get the nested reference property.

is_subject

Get the is subject property.

nested_attribute

Get the nested attribute property.

nested_case

Get the nested case property.

is_variation

Get the is variation property.

nested_action

Get the nested action property.

nested_view

Get the nested view property.

nested_use_case

Get the nested use case property.

nested_metadata

Get the nested metadata property.

nested_flow

Get the nested flow property.

nested_enumeration

Get the nested enumeration property.

variant_membership

Get the variant membership property.

nested_transition

Get the nested transition property.

nested_occurrence

Get the nested occurrence property.

nested_calculation

Get the nested calculation property.

nested_verification_case

Get the nested verification case property.

nested_analysis_case

Get the nested analysis case property.

nested_requirement

Get the nested requirement property.

nested_connection

Get the nested connection property.

nested_allocation

Get the nested allocation property.

nested_constraint

Get the nested constraint property.

Import detail#

from ansys.sam.sysml2.meta_model.usage import Usage

Property detail#

property Usage.definition: List[Classifier]#

Get the definition property.

Returns:
List[“Classifier”]

Value of property definition.

property Usage.variant: List[Usage]#

Get the variant property.

Returns:
List[“Usage”]

Value of property variant.

property Usage.nested_interface: List[InterfaceUsage]#

Get the nested interface property.

Returns:
List[“InterfaceUsage”]

Value of property nested interface.

property Usage.nested_part: List[PartUsage]#

Get the nested part property.

Returns:
List[“PartUsage”]

Value of property nested part.

property Usage.nested_usage: List[Usage]#

Get the nested usage property.

Returns:
List[“Usage”]

Value of property nested usage.

property Usage.nested_port: List[PortUsage]#

Get the nested port property.

Returns:
List[“PortUsage”]

Value of property nested port.

property Usage.nested_item: List[ItemUsage]#

Get the nested item property.

Returns:
List[“ItemUsage”]

Value of property nested item.

property Usage.nested_state: List[StateUsage]#

Get the nested state property.

Returns:
List[“StateUsage”]

Value of property nested state.

property Usage.nested_reference: List[ReferenceUsage]#

Get the nested reference property.

Returns:
List[“ReferenceUsage”]

Value of property nested reference.

property Usage.is_subject: bool#

Get the is subject property.

Returns:
bool

Value of property is subject.

property Usage.nested_attribute: List[AttributeUsage]#

Get the nested attribute property.

Returns:
List[“AttributeUsage”]

Value of property nested attribute.

property Usage.nested_case: List[CaseUsage]#

Get the nested case property.

Returns:
List[“CaseUsage”]

Value of property nested case.

property Usage.is_variation: None#

Get the is variation property.

Returns:
None

Value of property is variation.

property Usage.nested_action: List[ActionUsage]#

Get the nested action property.

Returns:
List[“ActionUsage”]

Value of property nested action.

property Usage.nested_view: List[ViewUsage]#

Get the nested view property.

Returns:
List[“ViewUsage”]

Value of property nested view.

property Usage.nested_use_case: List[UseCaseUsage]#

Get the nested use case property.

Returns:
List[“UseCaseUsage”]

Value of property nested use case.

property Usage.nested_metadata: List[MetadataUsage]#

Get the nested metadata property.

Returns:
List[“MetadataUsage”]

Value of property nested metadata.

property Usage.nested_flow: List[FlowConnectionUsage]#

Get the nested flow property.

Returns:
List[“FlowConnectionUsage”]

Value of property nested flow.

property Usage.nested_enumeration: List[EnumerationUsage]#

Get the nested enumeration property.

Returns:
List[“EnumerationUsage”]

Value of property nested enumeration.

property Usage.variant_membership: List[VariantMembership]#

Get the variant membership property.

Returns:
List[“VariantMembership”]

Value of property variant membership.

property Usage.nested_transition: List[TransitionUsage]#

Get the nested transition property.

Returns:
List[“TransitionUsage”]

Value of property nested transition.

property Usage.nested_occurrence: List[OccurrenceUsage]#

Get the nested occurrence property.

Returns:
List[“OccurrenceUsage”]

Value of property nested occurrence.

property Usage.nested_calculation: List[CalculationUsage]#

Get the nested calculation property.

Returns:
List[“CalculationUsage”]

Value of property nested calculation.

property Usage.nested_verification_case: List[VerificationCaseUsage]#

Get the nested verification case property.

Returns:
List[“VerificationCaseUsage”]

Value of property nested verification case.

property Usage.nested_analysis_case: List[AnalysisCaseUsage]#

Get the nested analysis case property.

Returns:
List[“AnalysisCaseUsage”]

Value of property nested analysis case.

property Usage.nested_requirement: List[RequirementUsage]#

Get the nested requirement property.

Returns:
List[“RequirementUsage”]

Value of property nested requirement.

property Usage.nested_connection: List[ConnectorAsUsage]#

Get the nested connection property.

Returns:
List[“ConnectorAsUsage”]

Value of property nested connection.

property Usage.nested_allocation: List[AllocationUsage]#

Get the nested allocation property.

Returns:
List[“AllocationUsage”]

Value of property nested allocation.

property Usage.nested_constraint: List[ConstraintUsage]#

Get the nested constraint property.

Returns:
List[“ConstraintUsage”]

Value of property nested constraint.