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

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

Uses of ExecutionPointDescriptor in org.eclipse.actf.validation.rulebase
 

Methods in org.eclipse.actf.validation.rulebase that return ExecutionPointDescriptor
 ExecutionPointDescriptor IRuleBase.getExecutionPointDescriptor(String name)
          get the execution point descriptor with the given name
 ExecutionPointDescriptor[] IRuleBase.getExecutionPointDescriptors()
          get the execution point descriptors of this rulebase
 

Methods in org.eclipse.actf.validation.rulebase with parameters of type ExecutionPointDescriptor
 void IRuleBase.addExecutionPointDescriptor(ExecutionPointDescriptor descriptor)
          add an execution point descriptor to this rulebase
 void IRuleBase.setExecutionPointDescriptors(ExecutionPointDescriptor[] descriptors)
          set the execution point descriptors for this rulebase.
 

Uses of ExecutionPointDescriptor in org.eclipse.actf.validation.valdoc.rulebase
 

Methods in org.eclipse.actf.validation.valdoc.rulebase that return ExecutionPointDescriptor
 ExecutionPointDescriptor ValidationDocumentRuleBase.getExecutionPointDescriptor(String name)
           
 ExecutionPointDescriptor[] IValidationDocument.getExecutionPointDescriptors()
          retreave the set of execution point descriptors stipulated in this document.
 ExecutionPointDescriptor[] ReflectionValidationDocument.getExecutionPointDescriptors()
          retreave the set of execution point descriptors stipulated in this document.
 ExecutionPointDescriptor[] ValidationDocumentRuleBase.getExecutionPointDescriptors()
           
protected  ExecutionPointDescriptor ReflectionValidationDocument.parseExecutionPointDescriptor(Element execPointElem)
           
 

Methods in org.eclipse.actf.validation.valdoc.rulebase with parameters of type ExecutionPointDescriptor
 void ValidationDocumentRuleBase.addExecutionPointDescriptor(ExecutionPointDescriptor descriptor)
           
 void ValidationDocumentRuleBase.setExecutionPointDescriptors(ExecutionPointDescriptor[] descriptors)