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 Current »


 
SYNTAX:
 
xpfValidateModelBN (repositoryId              : GENERIC;
                    modelName, diagnosticFile : STRING;
                    options                   : INTEGER;
                    ruleSchemaName            : STRING;
                    userOutputFile            : STRING;
                    VAR validationResultsId   : GENERIC)
                    result                    : LOGICAL;
 
The xpfValidateModelBN function validates a model, i.e. checks that the attribute values of all instances in the model do not violate any of the constraints/rules defined in their corresponding entity definitions.<repositoryId> The id. of the repository containing the model to be checked.<modelName> Name of the model to be checked.The rest of the arguments are identical to those of xpxValidateInstance.This function is equivalent to the EDMinterfaceTM function edmiValidateModelBN.

  • No labels