Uses of Class
org.eclipse.actf.validation.core.ExecutionPointTarget

Packages that use ExecutionPointTarget
org.eclipse.actf.validation.core   
 

Uses of ExecutionPointTarget in org.eclipse.actf.validation.core
 

Subclasses of ExecutionPointTarget in org.eclipse.actf.validation.core
 class EventExecutionPointTarget
          The concrete class for the description of a single event execution point target at which validations are to be triggered.
 class MethodExecutionPointTarget
          The concrete class for the description of single method execution point target at which validations are to be triggered.
 

Methods in org.eclipse.actf.validation.core that return ExecutionPointTarget
 ExecutionPointTarget[] ExecutionPointDescriptor.getExecutionTargets()