Uses of Package
org.eclipse.actf.validation.core

Packages that use org.eclipse.actf.validation.core
org.eclipse.actf.validation.core   
org.eclipse.actf.validation.rulebase   
org.eclipse.actf.validation.valdoc.rulebase   
 

Classes in org.eclipse.actf.validation.core used by org.eclipse.actf.validation.core
AbstractValidationProcess
          base implementation of IValidationProcess.
DefaultValidationProcessMappingFactory
          default factory for mapping validators to validation processes.
ExecutionPoint
          base implementation for an execution point, a point of execution of the validated application at which a validation is to be triggered.
ExecutionPointTarget
          the base class for the description of single execution point target at which validations are to be triggered.
IValidationProcess
          represents a single validation process triggered by an execution point.
IValidationProcessMappingFactory
          used to associated validation processes and validators.
ModelTransition
          The wrapper class used in defining the model transition elements for an execution point target.
Parameter
          A Parameter object represents any attribute value or argument that is to be passed to a constructor or method as it appears in the XML document.
Reflector.Result
          used primarily by the Reflector class to return the results of introspection
TargetArgument
          The wrapper class used in defining the arguments for an execution point target.
ValidationProcessException
           
ValidationProcessManager
          entry point for the ACTF validation engine and the point at which all validation processes are initiated.
 

Classes in org.eclipse.actf.validation.core used by org.eclipse.actf.validation.rulebase
ExecutionPointDescriptor
          embodies a description of the execution points at which validations are to be triggered.
 

Classes in org.eclipse.actf.validation.core used by org.eclipse.actf.validation.valdoc.rulebase
ExecutionPointDescriptor
          embodies a description of the execution points at which validations are to be triggered.
MethodExecutionPointTarget
          The concrete class for the description of single method execution point target at which validations are to be triggered.