Chequeadores

El visualizador y analizador CAD más potente y rápido del mercado

Productos » Otros Productos » Chequeadores

Chequeadores

Q-Checker

With more than 1,500 customers worldwide Q-Checker is the world leading system for quality assurance in virtual development.

Chequeadores

Validat

Validat is a data validation engine, developed in ColdFusion, whose purpose is to be dropped into any application

Q-Checker

With more than 1,500 customers worldwide Q-Checker is the world leading system for quality assurance in virtual development.

Management System for Product Data Quality:

  • 1,500 customers
  • Geometric model quality, CAD-Standards and methodology
  • Delivery deadlines are met by avoiding late repairs
  • Enhanced cooperation between design partners in a world-wide distributed development process

About Q-Checker:

Q-Checker, when operated from the early beginning in the design phase, will support cross engineering as well as model reuse in new projects and downstream. Key to a successful implementation is the integration and adaptation to companies‘ PLM processes. Q-Monitor allows statistical assessments to establish a continuous improvement process for PDQ. In CATIA V5, methodology checks cover a new important area of model integrity beside geometry and standard criteria.

Parts of a complete assembly are often created in several different CAD systems. SpinFire allows you to bring together an assembly of parts created in multiple CAD programs to digitally mock-up a complete design. This digital assembly gives you the ability to avoid costly design flaws and identify design improvements before a physical prototype is created.

Validat

Validat Data Validation Engine is a data validation engine, developed in ColdFusion.

Validat is a data validation engine, developed in ColdFusion, whose purpose is to be dropped into any application and with a minimal amount of customization, perform any data validation needs for that application.

The Validat data validation engine is broken up into 3 parts … a collection of pluggable validators, one or more data transformers and one or more data set configurations.

The validators allow you to build your own custom validation rules. This could be as simple as checking that a given data field (element) contains a value or as complex as running tests based upon multiple data fields, talking to a database or web service, etc. The idea is that no validation framework can imagine every possible test, so this allows you to easily add your own validation routines.

The data transformers abstract out the concept of where the data being validated is coming from. This way, we can have a simple form structure transformer that knows to retrieve data out of the form scope and send it to the validation engine.

We also have a basic bean transformer that inspects a bean and grabs its data based upon each getter method. The goal here again is abstracting out where the data is coming from so if you prefer to validate beans vs. form data, you can do whatever you wish.

The last piece to the puzzle is the data set configuration. Basically what this is is a mapping between data elements and validation rules. For example, the firstName data element requires the “required” valdiator to be run.

Through this mapping your can also setup mappings between groups of fields – for example a validation rule for the firstName, lastName, and emailAddress data elements to determine if they represent a unique user. This mapping can be setup via an XML configuration or via a programmatic API if you want to store and manage the rules via your application (a dynamically built form for example).