34 lines
50 KiB
Plaintext
34 lines
50 KiB
Plaintext
# Copyright (C) 2025 Michael Becker <alcexhim@gmail.com>
|
|
#
|
|
# This file is part of mocha-common.
|
|
#
|
|
# mocha-common is free software: you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation, either version 3 of the License, or
|
|
# (at your option) any later version.
|
|
#
|
|
# mocha-common is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
# GNU General Public License for more details.
|
|
#
|
|
# You should have received a copy of the GNU General Public License
|
|
# along with mocha-common. If not, see <https://www.gnu.org/licenses/>.
|
|
|
|
root = .
|
|
builddir = build
|
|
bash = bash
|
|
yaml2mcl = ./mocha-common/yaml2mcl
|
|
|
|
rule yaml2mcl
|
|
command = $yaml2mcl --export-entities=$out.cs -o $out $in
|
|
description = Compiling YAML to MCL for $out
|
|
|
|
rule yaml2mcl_sys
|
|
command = $yaml2mcl --export-entities=$out.cs --reference $root/mocha-common/output/net.alcetech.Mocha.System.mcl -o $out $in
|
|
description = Compiling YAML to MCL for $out
|
|
|
|
build $root/mocha-common/output/net.alcetech.Mocha.Core.mcl: yaml2mcl $root/mocha-common/data/libraries/yaml/net.alcetech.Mocha.Core/000-EntityDefinitions/001-Classes.yaml $root/mocha-common/data/libraries/yaml/net.alcetech.Mocha.Core/000-EntityDefinitions/002-Attributes.yaml $root/mocha-common/data/libraries/yaml/net.alcetech.Mocha.Core/000-EntityDefinitions/003-Relationships.yaml $root/mocha-common/data/libraries/yaml/net.alcetech.Mocha.Core/003-Classes/00001-Class.yaml $root/mocha-common/data/libraries/yaml/net.alcetech.Mocha.Core/003-Classes/00002-Attribute.yaml $root/mocha-common/data/libraries/yaml/net.alcetech.Mocha.Core/003-Classes/00003-Relationship.yaml $root/mocha-common/data/libraries/yaml/net.alcetech.Mocha.Core/003-Classes/00004-TextAttribute.yaml $root/mocha-common/data/libraries/yaml/net.alcetech.Mocha.Core/003-Classes/00005-BooleanAttribute.yaml $root/mocha-common/data/libraries/yaml/net.alcetech.Mocha.Core/003-Classes/00017-Instance.yaml $root/mocha-common/data/libraries/yaml/net.alcetech.Mocha.Core/003-Classes/00020-NumericAttribute.yaml $root/mocha-common/data/libraries/yaml/net.alcetech.Mocha.Core/003-Classes/00021-DateAttribute.yaml $root/mocha-common/data/libraries/yaml/net.alcetech.Mocha.Core/003-Classes/00473-SourceDefinition.yaml $root/mocha-common/data/libraries/yaml/net.alcetech.Mocha.Core/003-Classes/00474-EntityDefinition.yaml $root/mocha-common/data/libraries/yaml/net.alcetech.Mocha.Core/003-Classes/05549-ExecutableReturningWorkData.yaml $root/mocha-common/data/libraries/yaml/net.alcetech.Mocha.Core/003-Classes/05550-ExecutableReturningAttribute.yaml $root/mocha-common/data/libraries/yaml/net.alcetech.Mocha.Core/003-Classes/05551-ExecutableReturningInstanceSet.yaml $root/mocha-common/data/libraries/yaml/net.alcetech.Mocha.Core/003-Classes/05552-ExecutableReturningElement.yaml
|
|
build $root/mocha-common/output/net.alcetech.Mocha.System.mcl: yaml2mcl ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/000-EntityDefinitions/000-Libraries.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/000-EntityDefinitions/001-Classes.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/000-EntityDefinitions/002-Attributes.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/000-EntityDefinitions/003-Relationships.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/000-EntityDefinitions/004-Instances.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/000-EntityDefinitions/005-MethodClasses.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/000-EntityDefinitions/006-Methods.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/000-EntityDefinitions/007-TaskClasses.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/000-EntityDefinitions/008-Elements.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/000-EntityDefinitions/009-MethodBindings.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/000-EntityDefinitions/010-SystemRoutines.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/000-EntityDefinitions/011-Layouts.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/000-EntityDefinitions/012-ObjectSources.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/000-EntityDefinitions/013-WorkSets.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/000-EntityDefinitions/014-Files.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/000-EntityDefinitions/015-MeasurementUnits.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/000-EntityDefinitions/016-TaskCategories.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00001-Class.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00002-Attribute.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00003-Relationship.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00004-TextAttribute.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00005-BooleanAttribute.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00006-Element.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00007-InstanceSet.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00008-ControlTransactionMethod.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00009-OMS.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00010-Method.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00011-ProcessUpdatesMethod.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00012-GetAttributeMethod.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00014-SystemRoutine.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00015-WorkSet.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00016-BEMProcess.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00017-Instance.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00018-GetReferencedAttributeMethod.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00019-SelectFromInstanceSetMethod.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00020-NumericAttribute.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00021-DateAttribute.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00023-AssignRelationshipMethod.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00024-EvaluateBooleanExpressionMethod.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00026-GetReferencedInstanceSetMethod.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00027-MethodBinding.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00028-ParameterAssignment.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00029-BuildElementMethod.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00030-BuildAttributeMethod.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00033-Person.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00036-SetFunction.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00038-CommonDate.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00039-SystemUser.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00040-GetSpecifiedInstancesMethod.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00041-Application.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00042-WorkData.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00047-ElementContentTestClass.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00048-AccumulationFunction.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00049-SelectionFunction.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00050-BooleanOperator.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00053-ExecutableForPUMB.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00054-ProcessRelatedUpdatesMethod.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00056-ElementContent.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00057-Module.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00058-CommonNumeric.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00061-DisplayOption.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00062-BuildUIResponseMethod.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00065-GetInstanceSetBySystemRoutineMethod.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00066-GetAttributeBySystemRoutineMethod.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00068-UpdateBySystemRoutineMethod.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00069-SystemInstanceSetRoutine.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00070-SystemAttributeRoutine.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00072-SystemUpdateRoutine.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00073-AssignAttributeMethod.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00082-ProcessUpdatesMethodBinding.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00083-ExecuteUpdateMethodBinding.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00084-BuildResponseMethodBinding.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00085-ReturnElementMethodBinding.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00086-ReturnAttributeMethodBinding.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00087-ReturnInstanceSetMethodBinding.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00092-CalculateDateMethod.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00109-InstanceSource.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00115-DynamicDisplayOption.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00116-ECDynamicDisplayOption.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00124-ExecutableBuildingResponse.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00146-ReportField.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00148-RelationalOperator.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00149-LogicalOperator.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00206-ConditionGroup.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00207-GetRelationshipMethod.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00234-Language.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00360-TenantType.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00361-Tenant.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00371-PUMProcess.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00393-GetInstancesMethod.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00402-PersonName.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00473-SourceDefinition.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00474-EntityDefinition.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00496-Search.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00767-CommonText.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00768-CommonStaticMethods.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00769-CommonBoolean.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00770-CommonInstanceSet.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00922-DerivedElementContent.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/00924-DerivedECDisplayOption.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/01078-Layout.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/01422-CustomReportDefinition.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/01429-CustomReportFilter.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/01431-DataSource.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/01435-SystemDataSource.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/01502-Translation.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/01509-TranslationValue.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/01516-ReportSortDirection.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/01599-GroupLayout.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/01603-GroupLayoutOption.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/01604-ImageLayout.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/01605-Style.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/01606-Masurement.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/01607-MeasurementUnit.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/01614-File.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/01617-Alignment.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/02229-Domain.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/02663-InstanceOpMethod.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/02737-RichTextAttribute.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/02993-Task.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/02994-HardcodedTask.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/02997-SequenceTask.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/03001-RedirectTask.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/03004-TaskCategory.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/03009-ButtonLayout.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/03077-ExternalIDType.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/03078-ExternalID.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/04170-AccessModifier.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/04172-MetadataWithAccessModifier.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/04296-ReportDefinition.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/04306-DateAndTimeAdjustment.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/04307-UserPreferences.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/04310-ReportColumn.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/04319-ReportSortDescriptor.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/05549-ExecutableReturningWorkData.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/05550-ExecutableReturningAttribute.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/05551-ExecutableReturningInstanceSet.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/05552-ExecutableReturningElement.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/05555-Executable.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/13038-ConditionalSelectAttributeMethod.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/13039-ConditionalSelectInstanceSetMethod.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/13040-ConditionalEvaluationCase.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/13041-ConditionalSelectAttributeCase.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/003-Classes/13042-ConditionalSelectInstanceSetCase.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Class/Class__create__Instance.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Class/Class__get__All_Classes.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Class/Class__get__Name.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Common$ Boolean@is$ Date$ And$ Time$ parm$ less$ than$ or$ equal$ to$ Nth$ of$ this$ same$ month.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/CommonBoolean/Common_Boolean__get__True.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/CommonInstanceSet/Common_Instance_Set__get__Set_A_or_Set_B_if_Set_A_is_empty.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/CommonInstanceSet/Common_Instance_Set__is__Set_A_empty.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/CommonNumeric/Common_Numeric__get__Random_Number.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/CommonText/Common_Text__get__At_Sign.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/CommonText/Common_Text__get__Close_Bracket.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/CommonText/Common_Text__get__Close_Parenthesis.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/CommonText/Common_Text__get__Colon.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/CommonText/Common_Text__get__Comma.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/CommonText/Common_Text__get__Empty_String.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/CommonText/Common_Text__get__Forward_Slash.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/CommonText/Common_Text__get__Open_Bracket.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/CommonText/Common_Text__get__Open_Parenthesis.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/CommonText/Common_Text__get__Period.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/CommonText/Common_Text__get__Single_Space.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Date$ And$ Time$ Adjustment@adjust$ Date$ And$ Time$ parm$ to$ 'Nth$ of$ month'.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/ElementContent/Element_Content__get__Data_Type_Name.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/ElementContent/Element_Content__get__Data_Type.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/ElementContent/Element_Content__get__Element_Name.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/ElementContent/Element_Content__get__Element.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/ElementContent/Element_Content__get__Fully_Qualified_Name.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/ElementContent/Element_Content__get__Order.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Element/Element__get__Element_Contents.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Element/Element__get__Name.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Element/Element__get__Returned_by_BEM.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/ExternalID/External_ID__get__Class.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Instance/Instance__get__External_IDs.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Instance/Instance__get__Global_Identifier.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Instance/Instance__get__Parent_Class.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/MethodBinding/Method_Binding__get__Abbreviation.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/MethodBinding/Method_Binding__get__BRMB_Suffix.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/MethodBinding/Method_Binding__get__EUMB_Suffix.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/MethodBinding/Method_Binding__get__Executes_Method_and_Method_Type.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/MethodBinding/Method_Binding__get__Executes_Method.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/MethodBinding/Method_Binding__get__Parameter_Assignments.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/MethodBinding/Method_Binding__get__Parent_Class.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/MethodBinding/Method_Binding__get__PUMB_Suffix.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/MethodBinding/Method_Binding__get__RAMB_Suffix.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/MethodBinding/Method_Binding__get__RSMB_Suffix.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/MethodBinding/Method_Binding__is__BRMB.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/MethodBinding/Method_Binding__is__EUMB.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/MethodBinding/Method_Binding__is__PUMB.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/MethodBinding/Method_Binding__is__RAMB.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/MethodBinding/Method_Binding__is__RSMB.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__get__AA_Method_Suffix.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__get__Access_Modifier.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__get__BA_Method_Suffix.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__get__BUIR_Method_Suffix.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__get__CD_Method_Suffix.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__get__Class.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__get__EBE_Method_Suffix.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__get__Fully_Qualified_Name/Method__get__Fully_Qualified_Name_BA.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__get__Fully_Qualified_Name/Method__get__Fully_Qualified_Name_BUIR.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__get__Fully_Qualified_Name/Method__get__Fully_Qualified_Name_CD.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__get__Fully_Qualified_Name/Method__get__Fully_Qualified_Name_CT.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__get__Fully_Qualified_Name/Method__get__Fully_Qualified_Name_EBE.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__get__Fully_Qualified_Name/Method__get__Fully_Qualified_Name_GAS.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__get__Fully_Qualified_Name/Method__get__Fully_Qualified_Name_GA.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__get__Fully_Qualified_Name/Method__get__Fully_Qualified_Name_GI.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__get__Fully_Qualified_Name/Method__get__Fully_Qualified_Name_GRA.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__get__Fully_Qualified_Name/Method__get__Fully_Qualified_Name_GRS.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__get__Fully_Qualified_Name/Method__get__Fully_Qualified_Name_GSI.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__get__Fully_Qualified_Name/Method__get__Fully_Qualified_Name_GSS.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__get__Fully_Qualified_Name/Method__get__Fully_Qualified_Name_PU.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__get__Fully_Qualified_Name/Method__get__Fully_Qualified_Name_SAC.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__get__Fully_Qualified_Name/Method__get__Fully_Qualified_Name_SS.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__get__Fully_Qualified_Name/Method__get__Fully_Qualified_Name_US.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__get__Fully_Qualified_Name/Method__get__Fully_Qualified_Name.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__get__GA_Method_Suffix.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__get__GAS_Method_Suffix.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__get__GI_Method_Suffix.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__get__GRA_Method_Suffix.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__get__GR_Method_Suffix.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__get__GRS_Method_Suffix.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__get__GSI_Method_Suffix.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__get__GSS_Method_Suffix.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__get__IOP_Method_Suffix.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__get__Method_Abbreviation.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__get__Name.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__get__Parent_Class.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__get__Parms_Qualifier_or_Empty_String.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__get__Parms_Qualifier.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__get__Public_Qualifier_or_Empty_String.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__get__Public_Qualifier.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__get__SAC_Method_Suffix.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__get__SS_Method_Suffix.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__get__Static_Qualifier_or_Empty_String.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__get__Static_Qualifier.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__get__Static.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__get__US_Method_Suffix.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__get__Verb.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__is__AA.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__is__BA.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__is__BUIR.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__is__CD.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__is__EBE.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__is__GAS.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__is__GA.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__is__GI.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__is__GRA.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__is__GRS.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__is__GR.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__is__GSI.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__is__GSS.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__is__IOP.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__is__Public.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__is__SAC.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__is__SS.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__is__Static.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Method/Method__is__US.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Module/Module__get__Fully_Qualified_Name.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/PersonName/Person_Name__get__Family_Name.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/PersonName/Person_Name__get__Given_Name.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Relationship/Relationship__get__Destination_Class_Name.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Relationship/Relationship__get__Destination_Class.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Relationship/Relationship__get__Fully_Qualified_Name.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Relationship/Relationship__get__Relationships_with_Destination_Class_equal_to_Class_parm.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Relationship/Relationship__get__Relationships_with_Source_Class_equal_to_Class_parm.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Relationship/Relationship__get__Relationships.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Relationship/Relationship__get__Relationship_Type.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Relationship/Relationship__get__Sibling_Relationship.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Relationship/Relationship__get__Source_Class_Name.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Relationship/Relationship__get__Source_Class.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Relationship/Relationship__get__Source_Instances_on_Instance_parm.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Relationship/Relationship__get__Target_Instances_on_Instance_parm.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Relationship/Relationship__is__Destination_Class_equal_to_Class_parm.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Relationship/Relationship__is__Source_Class_equal_to_Class_parm.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/ReportDefinition/Report_Definition__get__Columns.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/ReportDefinition/Report_Definition__get__Sort_Descriptors.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/ReportDefinition/Report_Definition__get__Top_Level_Report_Filters.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/Translation@get$ Translation$ Value.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/User/System_User__get__Current_User.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/User/System_User__get__Preferred_Display_Name.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/User/System_User__get__User_for_User_Name_parm.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/User/System_User__get__User_Name_with_Full_Name.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/User/System_User__get__User_Name.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/004-Methods/User/System_User__is__Logged_In.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Elements/000000-LoginPageSubedit.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Elements/000000-LoginPage.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Elements/113789-UserList.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Elements/113800-ElementTests.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Elements/113859-HomePage.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Reports/All$ Classes.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/AccessModifier.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/BooleanAttribute.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/BuildAttributeMethod/BuildAttributeMethod.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/BuildAttributeMethod/Selection.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/BuildResponseMethodBinding.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/CalculateDateMethod/CalculateDateMethod.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/Class/ClassDefinition.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/Class/ClassTaskStart.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/Class/CreateClass.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/Class/ViewClass.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/ConditionalSelectAttributeMethod/ConditionalSelectAttributeMethodCase.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/ConditionalSelectAttributeMethod/ConditionalSelectAttributeMethod.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/CustomReportDefinition/Columns.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/CustomReportDefinition/Common.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/CustomReportDefinition/Edit.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/CustomReportDefinition/Filter.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/CustomReportDefinition/SortAndGroup.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/CustomReportDefinition/Tabs.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/CustomReportDefinition/View.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/ElementContent/Common.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/ElementContent/EditElementContent.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/ElementContent/ElementContentTaskStart.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/ElementContent/ParameterList.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/ElementContent/ViewElementContent.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/Element.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/EvaluateBooleanExpressionMethod/EvaluateBooleanExpressionMethod.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/ExternalIDs/Edit.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/ExternalIDs/IntegrationIDs.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/ExternalIDs/ReferenceIDEdits.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/ExternalIDs/ReferenceIDList.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/ExternalIDs/Select.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/ExternalIDs/View.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/GetAttributeBySystemRoutineMethod/GetAttributeBySystemRoutineMethod.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/GetAttributeMethod/GetAttributeMethod.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/GetInstancesMethod/GetInstancesMethod.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/GetReferencedAttributeMethod/GetReferencedAttributeMethod.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/GetReferencedInstanceSetMethod/GetReferencedInstanceSetMethod.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/GetSpecifiedInstancesMethod/GetSpecifiedInstancesMethod.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/Instance/ShowInstanceUsage/ShowInstanceUsage.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/Instance/ShowInstanceUsage/Start.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/ManageSystemUserCredentials.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/MethodCommon/MethodCommon.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/MethodCommon/MethodUsages.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/NumericAttribute.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/Relationship/ViewEdit.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/ReturnAttributeMethodBinding/Common.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/ReturnAttributeMethodBinding/Edit.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/ReturnAttributeMethodBinding/View.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/ReturnInstanceSetMethodBinding/ReturnInstanceSetMethodBinding.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/RichTextAttribute.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/ShowDefinitionInCodeEditor.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/SystemUser/Common.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/SystemUser/Edit.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/SystemUser/View.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/TestMethodBinding.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/TextAttribute/Edit.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/TextAttribute/Select.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/TextAttribute/TextAttribute.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/TextAttribute/View.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/005-UserInterface/Tasks/ViewWorkData.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/009-Users/zq-developer.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/990-AdditionalUIClasses/BinarySwitchLayout.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/990-AdditionalUIClasses/RotarySwitchLayout.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/Home/000-Classes/000-Home/Home.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/Home/000-Classes/CircuitBreakerPanel/CircuitBreakerGroup.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/Home/000-Classes/CircuitBreakerPanel/CircuitBreakerPanel.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/Home/000-Classes/CircuitBreakerPanel/CircuitBreakerPhase.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/Home/000-Classes/CircuitBreakerPanel/CircuitBreaker.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/Home/000-Classes/CircuitBreakerPanel/Methods/CircuitBreakerPanel@getCircuitBreakers.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/Home/000-Classes/Device/Device.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/Home/000-Classes/DeviceType/DeviceType.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/Home/000-Classes/Protocol/Protocol.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/Home/000-Classes/Room/Room.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/Home/CarmelBay/CircuitBreakers.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/Home/CarmelBay/Home.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/Home/Lemonwood/CircuitBreakers.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/Home/Lemonwood/Home.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/Home/Tasks/CircuitBreaker/Common.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/Home/Tasks/CircuitBreaker/Edit.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/Home/Tasks/CircuitBreakerGroup.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/Home/Tasks/CircuitBreakerPanel/Common.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/Home/Tasks/CircuitBreakerPanel/Edit.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/Home/Tasks/CircuitBreakerPanel/View.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/Home/Tasks/CircuitBreaker/View.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/Home/Tasks/Device/Common.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/Home/Tasks/Device/Computer/ComputerSubedits.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/Home/Tasks/Device/Edit.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/Home/Tasks/Device/Kidde/KiddeSubedits.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/Home/Tasks/Device/View.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/Home/Tasks/Device/ZWave/ZWaveSubedits.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/Home/Users/arussell.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/Home/Users/rmorton.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/StarwareIMS/Classes/Brand/Brand.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/StarwareIMS/Classes/Brand/Methods/Brand@get_Name.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/StarwareIMS/Classes/Manufacturer/Manufacturer.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/StarwareIMS/Classes/Manufacturer/Methods/Manufacturer@get_Name.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/StarwareIMS/Classes/Manufacturer/ViewEdit.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/StarwareIMS/Classes/ProductColor/Methods/Product_Color@get_Name.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/StarwareIMS/Classes/ProductColor/ProductColor.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/StarwareIMS/Classes/ProductColor/ViewEdit.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/StarwareIMS/Classes/Product/Methods/Product@get_Additional_Details.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/StarwareIMS/Classes/Product/Methods/Product@get_Brand_Name.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/StarwareIMS/Classes/Product/Methods/Product@get_Brand.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/StarwareIMS/Classes/Product/Methods/Product@get_Calculated_Description.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/StarwareIMS/Classes/Product/Methods/Product@get_Manufacturer_Name.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/StarwareIMS/Classes/Product/Methods/Product@get_Manufacturer.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/StarwareIMS/Classes/Product/Methods/Product@get_Product_Code.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/StarwareIMS/Classes/Product/Methods/Product@get_Product_Color_Name.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/StarwareIMS/Classes/Product/Methods/Product@get_Product_Color.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/StarwareIMS/Classes/Product/Methods/Product@get_Product_Style_Name.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/StarwareIMS/Classes/Product/Methods/Product@get_Product_Style.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/StarwareIMS/Classes/Product/Methods/Product@get_Product_Type_Name.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/StarwareIMS/Classes/Product/Methods/Product@get_Product_Type.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/StarwareIMS/Classes/Product/Product.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/StarwareIMS/Classes/ProductStyle/Methods/Product_Style@get_Name.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/StarwareIMS/Classes/ProductStyle/ProductStyle.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/StarwareIMS/Classes/ProductStyle/ViewEdit.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/StarwareIMS/Classes/ProductType/Methods/Product_Type@get_Name.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/StarwareIMS/Classes/ProductType/ProductType.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/StarwareIMS/Classes/ProductType/ViewEdit.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Random/StarwareIMS/Classes/Product/ViewEdit.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/999-Tenants/default/tenant.yaml ./mocha-common/data/libraries/yaml/net.alcetech.Mocha.System/Library.yaml
|
|
build $root/mocha-common/output/net.alcetech.Mocha.Web.mcl: yaml2mcl_sys $root/mocha-common/data/libraries/yaml/net.alcetech.Mocha.Web/001-Classes/00434-Route.yaml $root/mocha-common/data/libraries/yaml/net.alcetech.Mocha.Web/001-Classes/00473-SourceDefinition.yaml $root/mocha-common/data/libraries/yaml/net.alcetech.Mocha.Web/001-Classes/00474-EntityDefinition.yaml
|