From e5eacea693dd54335d62f8f305e1eb927fd68812 Mon Sep 17 00:00:00 2001 From: Panagiotis Patlakas <147056941+ppatlakas@users.noreply.github.com> Date: Tue, 10 Oct 2023 14:51:40 +0100 Subject: [PATCH] Update aec3po.overview.html --- src/aec3po.overview.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/aec3po.overview.html b/src/aec3po.overview.html index ddbc38a..33e9bea 100644 --- a/src/aec3po.overview.html +++ b/src/aec3po.overview.html @@ -46,10 +46,10 @@ - Properties: _usedMethod_, _madeBy_, _hasReport_, _checks_, _etc._ 8. **Module 8: ComplianceVerificationReport**: An automatically generated report that checks if all the assigned compliance requirements (typically Checks) have been met. - - Classes: _ConformanceReport_, _result_, _ValidationResult_,_Severity_, _etc_. + - Classes: _ComplianceVerificationReport_, _result_, _ValidationResult_,_Severity_, _etc_. - Properties: _conforms_, _focus_, _resultMessage_, _resultSeverity_, _Info_, _Violation_, _Severity_,_etc._ -9. **Module 9: Model** +9. **Module 9: Model**: A model representing part or the entirety of a site, building, or piece of infrastructure. - Classes: _Model_, _Phase_, _Element_, _Classification_ etc. - Properties: _name_, _description_, _location_, _locationCoverage_, _material_, _hasBuildingPhase_, _hasDimensions_, _hasElementPhase_, _hasClassification_, _etc._