Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


 
SYNTAX:
 
xpfValidateInstancesWithParameters(instances                  : GENERIC;
                                   diagnosticFile             : STRING;
                                   options                    : INTEGER;
                                   ruleSchemaId               : GENERIC;
                                   userOutputFile             : STRING;
                                   VAR validationResultId     : GENERIC;
                                   VAR returnValue            : GENERIC;
                                   numberOfParameters         : INTEGER;
                                   argument1, ... , argumentN : GENERIC)
                                   result                     : LOGICAL;
 
To be completed.
This function invokes the EDMmodelCheckerTM to validate any arbitrarily set of instances in one operation. The <aggrOrInstanceId> argument can be a modelId, instanceContainerId, inststanceId or an aggregateId (of instances).
The result of the validation (diagnosticFile) will be in the file specified by the <userOutputFile> argument.
This function is equivalent to the EDMinterfaceTM function edmiValidateInstancesWithParameters.

  • No labels