<!ELEMENT extension (evaluator+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT evaluator (description?)>
<!ATTLIST evaluator
language CDATA #REQUIRED
id CDATA #REQUIRED
class CDATA #REQUIRED>
Defines a new evaluator for the Topcased evaluation framework. An evaluator is used to evaluate a rule (a condition expressed in a known language) on a given Object in a certain context.
<!ELEMENT description (#PCDATA)>
A description of the kind of evaluation.
<extension point=
"org.topcased.modeler.evaluators"
>
<evaluator class=
"org.topcased.modeler.evaluator.ocl.OCLEvaluator"
id=
"org.topcased.modeler.oclEvaluator"
language=
"ocl"
>
<description>
Basic OCL evaluation</description>
</evaluator>
</extension>
Copyright (c) 2005, 2006 AIRBUS FRANCE and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html