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

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

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

Methods in org.eclipse.actf.validation.doc.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()
           
 ExecutionPointDescriptor ReflectionValidationDocument.parseExecutionPointDescriptor(Element execPointElem)
          
 

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

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.