|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDocumentRuleBase
interface embodying a rulebase expressed as an XML document. See the "Validation ReflectionValidationDocument Authoring Guide" for details on the structure and syntax of a validation document.
Note: The document rulebase is currently the only rulebase supported by ACTF.
Field Summary | |
---|---|
static String |
ALIASES_ID
model pool id for aliases - value is 'aliases' |
Method Summary | |
---|---|
ICodeProcessor |
getCodeProcessor()
Retrieve the ICodeProcessor for this IRuleBase. |
URL |
getDocumentLocation()
Retrieve the URL of the document used for building the IRuleBase. |
IModel |
getModel()
Retrieve the model for this IRuleBase. |
void |
setCodeProcessor(ICodeProcessor codeProc)
Set the ICodeProcessor for this IRuleBase |
void |
setDocumentLocation(URL location)
Set the URL of the document used for building the IRuleBase. |
void |
setModel(IModel model)
Set the model for this IRuleBase |
Methods inherited from interface org.eclipse.actf.validation.rulebase.IRuleBase |
---|
addExecutionPointDescriptor, addRuleSet, getExecutionPointDescriptor, getExecutionPointDescriptors, getMetadata, getModelType, getName, getRuleSets, getRuleSetsForExecutionPoint, getVersion, isEnabled, removeExecutionPointDescriptor, removeRuleSet, setEnabled, setExecutionPointDescriptors, setMetadata, setModelType, setName, setRuleSets, setVersion |
Field Detail |
---|
static final String ALIASES_ID
Method Detail |
---|
URL getDocumentLocation()
void setDocumentLocation(URL location)
location
- - URL of the validation documentICodeProcessor getCodeProcessor()
IModel getModel()
void setCodeProcessor(ICodeProcessor codeProc)
codeProc
- -
ICodeProcessor instance for the IRuleBasevoid setModel(IModel model)
model
- -
IModel instance for the IRuleBase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |