Definition#
- class ansys.sam.sysml2.meta_model.definition.Definition(id: str)#
Bases:
ansys.sam.sysml2.meta_model.classifier.ClassifierJava class ‘com.ansys.medini.metamodel.sysml.Definition’.
Overview#
Get the variant property. |
|
Get the is variation property. |
|
Get the owned metadata property. |
|
Get the owned flow property. |
|
Get the owned occurrence property. |
|
Get the owned attribute property. |
|
Get the owned use case property. |
|
Get the owned usage property. |
|
Get the owned state property. |
|
Get the owned connection property. |
|
Get the owned interface property. |
|
Get the owned port property. |
|
Get the owned allocation property. |
|
Get the owned case property. |
|
Get the owned transition property. |
|
Get the owned view property. |
|
Get the owned item property. |
|
Get the owned constraint property. |
|
Get the owned reference property. |
|
Get the owned part property. |
|
Get the owned action property. |
|
Get the variant membership property. |
|
Get the owned verification case property. |
|
Get the owned calculation property. |
|
Get the owned analysis case property. |
|
Get the owned enumeration property. |
|
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:
NoneValue 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.