sysmlpy 0.32.4__tar.gz → 0.32.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/PKG-INFO +8 -1
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/README.md +7 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/pyproject.toml +1 -1
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/__init__.py +1 -1
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/grammar/classes.py +3 -3
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/LICENSE +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/__main__.py +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/antlr/README.md +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/antlr/SysMLv2Lexer.interp +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/antlr/SysMLv2Lexer.py +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/antlr/SysMLv2Lexer.tokens +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/antlr/SysMLv2Parser.interp +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/antlr/SysMLv2Parser.py +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/antlr/SysMLv2Parser.tokens +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/antlr/SysMLv2ParserListener.py +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/antlr/SysMLv2ParserVisitor.py +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/antlr/src/sysmlpy/grammar/antlr4/SysMLv2Lexer.interp +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/antlr/src/sysmlpy/grammar/antlr4/SysMLv2Lexer.py +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/antlr/src/sysmlpy/grammar/antlr4/SysMLv2Lexer.tokens +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/antlr_parser.py +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/antlr_visitor.py +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/definition.py +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/examples/attribute_values.py +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/examples/part_attributes.py +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/examples/tuples_sequences.py +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/formatting.py +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/grammar/antlr4/README.md +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/grammar/antlr4/SysMLv2Lexer.g4 +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/grammar/antlr4/SysMLv2Lexer.interp +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/grammar/antlr4/SysMLv2Lexer.py +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/grammar/antlr4/SysMLv2Lexer.tokens +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/grammar/antlr4/SysMLv2Parser.g4 +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/grammar/antlr4/SysMLv2Parser.interp +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/grammar/antlr4/SysMLv2Parser.py +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/grammar/antlr4/SysMLv2Parser.tokens +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/grammar/antlr4/SysMLv2ParserListener.py +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/grammar/antlr4/SysMLv2ParserVisitor.py +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/grammar/antlr4/desc.xml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/grammar/antlr4/examples/camera.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/grammar/antlr4/examples/toaster-system.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/grammar/antlr4/examples/vehicle-model.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/grammar/antlr4/pom.xml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/LICENSE +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/README.md +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/__init__.py +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/domain/Analysis/AnalysisTooling.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/domain/Analysis/SampledFunctions.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/domain/Analysis/StateSpaceRepresentation.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/domain/Analysis/TradeStudies.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/domain/Cause and Effect/CausationConnections.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/domain/Cause and Effect/CauseAndEffect.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/domain/Geometry/ShapeItems.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/domain/Geometry/SpatialItems.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/domain/Metadata/ImageMetadata.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/domain/Metadata/ModelingMetadata.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/domain/Metadata/ParametersOfInterestMetadata.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/domain/Metadata/RiskMetadata.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/domain/Quantities and Units/ISQ.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/domain/Quantities and Units/ISQAcoustics.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/domain/Quantities and Units/ISQAtomicNuclear.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/domain/Quantities and Units/ISQBase.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/domain/Quantities and Units/ISQCharacteristicNumbers.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/domain/Quantities and Units/ISQChemistryMolecular.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/domain/Quantities and Units/ISQCondensedMatter.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/domain/Quantities and Units/ISQElectromagnetism.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/domain/Quantities and Units/ISQInformation.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/domain/Quantities and Units/ISQLight.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/domain/Quantities and Units/ISQMechanics.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/domain/Quantities and Units/ISQSpaceTime.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/domain/Quantities and Units/ISQThermodynamics.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/domain/Quantities and Units/MeasurementRefCalculations.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/domain/Quantities and Units/MeasurementReferences.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/domain/Quantities and Units/Quantities.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/domain/Quantities and Units/QuantityCalculations.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/domain/Quantities and Units/SI.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/domain/Quantities and Units/SIPrefixes.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/domain/Quantities and Units/TensorCalculations.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/domain/Quantities and Units/Time.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/domain/Quantities and Units/USCustomaryUnits.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/domain/Quantities and Units/VectorCalculations.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/domain/Requirement Derivation/DerivationConnections.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/domain/Requirement Derivation/RequirementDerivation.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/kernel/Base.kerml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/kernel/BaseFunctions.kerml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/kernel/BooleanFunctions.kerml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/kernel/Clocks.kerml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/kernel/CollectionFunctions.kerml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/kernel/Collections.kerml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/kernel/ComplexFunctions.kerml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/kernel/ControlFunctions.kerml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/kernel/ControlPerformances.kerml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/kernel/DataFunctions.kerml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/kernel/FeatureReferencingPerformances.kerml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/kernel/IntegerFunctions.kerml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/kernel/KerML.kerml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/kernel/Links.kerml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/kernel/Metaobjects.kerml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/kernel/NaturalFunctions.kerml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/kernel/NumericalFunctions.kerml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/kernel/Objects.kerml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/kernel/Observation.kerml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/kernel/OccurrenceFunctions.kerml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/kernel/Occurrences.kerml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/kernel/Performances.kerml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/kernel/RationalFunctions.kerml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/kernel/RealFunctions.kerml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/kernel/ScalarFunctions.kerml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/kernel/ScalarValues.kerml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/kernel/SequenceFunctions.kerml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/kernel/SpatialFrames.kerml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/kernel/StatePerformances.kerml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/kernel/StringFunctions.kerml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/kernel/Transfers.kerml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/kernel/TransitionPerformances.kerml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/kernel/TrigFunctions.kerml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/kernel/Triggers.kerml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/kernel/VectorFunctions.kerml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/kernel/VectorValues.kerml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/systems/Actions.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/systems/Allocations.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/systems/AnalysisCases.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/systems/Attributes.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/systems/Calculations.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/systems/Cases.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/systems/Connections.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/systems/Constraints.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/systems/Flows.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/systems/Interfaces.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/systems/Items.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/systems/Metadata.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/systems/Parts.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/systems/Ports.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/systems/Requirements.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/systems/StandardViewDefinitions.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/systems/States.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/systems/SysML.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/systems/UseCases.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/systems/VerificationCases.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/systems/Views.sysml +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/navigate.py +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/plantuml.py +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/project.py +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/semantic.py +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/store.py +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/us_customary_units.txt +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/usage.py +0 -0
- {sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/validator.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sysmlpy
|
|
3
|
-
Version: 0.32.
|
|
3
|
+
Version: 0.32.5
|
|
4
4
|
Summary:
|
|
5
5
|
License-File: LICENSE
|
|
6
6
|
Author: Jon R. Fox (mycr0ft)
|
|
@@ -803,6 +803,13 @@ See [`docs/plantuml-examples/`](docs/plantuml-examples/) for all rendered exampl
|
|
|
803
803
|
| 20 | Relationship Matrix (GridView) | Relationship Matrix |
|
|
804
804
|
| 21 | Tabular View — Color | Tabular View (color) |
|
|
805
805
|
|
|
806
|
+
## Changelog
|
|
807
|
+
|
|
808
|
+
- **v0.32.5** — Fix double-space in dump output when `:>>` (redefinition) or
|
|
809
|
+
`: ` (typing) appears after `attribute`, `part`, or other usage keywords.
|
|
810
|
+
Root cause: `Redefinitions.keyword` and `TypedBy.keyword` had leading spaces
|
|
811
|
+
that doubled the separator in `AttributeUsage.dump()` and similar join points.
|
|
812
|
+
|
|
806
813
|
## Conformance
|
|
807
814
|
|
|
808
815
|
**100% of 123 OMG XPect conformance tests pass** (123/123).
|
|
@@ -778,6 +778,13 @@ See [`docs/plantuml-examples/`](docs/plantuml-examples/) for all rendered exampl
|
|
|
778
778
|
| 20 | Relationship Matrix (GridView) | Relationship Matrix |
|
|
779
779
|
| 21 | Tabular View — Color | Tabular View (color) |
|
|
780
780
|
|
|
781
|
+
## Changelog
|
|
782
|
+
|
|
783
|
+
- **v0.32.5** — Fix double-space in dump output when `:>>` (redefinition) or
|
|
784
|
+
`: ` (typing) appears after `attribute`, `part`, or other usage keywords.
|
|
785
|
+
Root cause: `Redefinitions.keyword` and `TypedBy.keyword` had leading spaces
|
|
786
|
+
that doubled the separator in `AttributeUsage.dump()` and similar join points.
|
|
787
|
+
|
|
781
788
|
## Conformance
|
|
782
789
|
|
|
783
790
|
**100% of 123 OMG XPect conformance tests pass** (123/123).
|
|
@@ -7758,7 +7758,7 @@ class FeatureSpecializationPart:
|
|
|
7758
7758
|
for child in self.specializations:
|
|
7759
7759
|
output.append(child.dump())
|
|
7760
7760
|
|
|
7761
|
-
return "".join(output)
|
|
7761
|
+
return " ".join(output)
|
|
7762
7762
|
|
|
7763
7763
|
def get_definition(self):
|
|
7764
7764
|
output = {
|
|
@@ -7982,7 +7982,7 @@ class FeatureSpecialization:
|
|
|
7982
7982
|
class Redefinitions:
|
|
7983
7983
|
def __init__(self, definition):
|
|
7984
7984
|
if valid_definition(definition, self.__class__.__name__):
|
|
7985
|
-
self.keyword = "
|
|
7985
|
+
self.keyword = ":>>"
|
|
7986
7986
|
self.children = []
|
|
7987
7987
|
for relationship in definition["ownedRelationship"]:
|
|
7988
7988
|
self.children.append(OwnedRedefinition(relationship))
|
|
@@ -8163,7 +8163,7 @@ class Typings:
|
|
|
8163
8163
|
class TypedBy:
|
|
8164
8164
|
def __init__(self, definition):
|
|
8165
8165
|
if valid_definition(definition, "TypedBy"):
|
|
8166
|
-
self.keyword = "
|
|
8166
|
+
self.keyword = ": "
|
|
8167
8167
|
|
|
8168
8168
|
self.relationships = []
|
|
8169
8169
|
for relationship in definition["ownedRelationship"]:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/antlr/src/sysmlpy/grammar/antlr4/SysMLv2Lexer.interp
RENAMED
|
File without changes
|
{sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/antlr/src/sysmlpy/grammar/antlr4/SysMLv2Lexer.py
RENAMED
|
File without changes
|
{sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/antlr/src/sysmlpy/grammar/antlr4/SysMLv2Lexer.tokens
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/domain/Analysis/SampledFunctions.sysml
RENAMED
|
File without changes
|
{sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/domain/Analysis/StateSpaceRepresentation.sysml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/domain/Cause and Effect/CauseAndEffect.sysml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/domain/Metadata/ModelingMetadata.sysml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/domain/Quantities and Units/ISQAcoustics.sysml
RENAMED
|
File without changes
|
|
File without changes
|
{sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/domain/Quantities and Units/ISQBase.sysml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/domain/Quantities and Units/ISQLight.sysml
RENAMED
|
File without changes
|
{sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/domain/Quantities and Units/ISQMechanics.sysml
RENAMED
|
File without changes
|
{sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/domain/Quantities and Units/ISQSpaceTime.sysml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/domain/Quantities and Units/Quantities.sysml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/domain/Quantities and Units/SIPrefixes.sysml
RENAMED
|
File without changes
|
|
File without changes
|
{sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/domain/Quantities and Units/Time.sysml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sysmlpy-0.32.4 → sysmlpy-0.32.5}/src/sysmlpy/library/kernel/FeatureReferencingPerformances.kerml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|