|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IValidationDocument
represents a validation document for document rulebases
Field Summary | |
---|---|
static String |
ACTF_NAMESPACE_URI
namespace URI for all ACTF documents; value is 'http://www.eclipse.org/projects/actf' |
static String |
DOCUMENT_NAME
attribute for document name; value = 'name' |
static String |
DOCUMENT_VERSION
attribute for document version; value = 'version' |
static String |
ENABLE
attribute for document enablement; value = 'enable' |
static String |
MODEL
attribute for model; value = 'model' |
static String |
SCRIPTLANG
attribute for document script language (if any); value = 'scriptlang' |
Method Summary | |
---|---|
AliasElement[] |
getAliasElements()
return an array of alias elements of the document. |
String |
getDocumentName()
return the value of the actf:name attribute for this document |
String |
getDocumentVersion()
return the value of the actf:version attribute for this document |
String |
getEnable()
return the value of the actf:enable attribute |
ExecutionPointDescriptor[] |
getExecutionPointDescriptors()
retreave the set of execution point descriptors stipulated in this document. |
String |
getModelType()
return the value of the actf:model attribute |
Element[] |
getRuleSetElements()
return the list of ruleset elements of the document. |
ScriptElement[] |
getScriptElements()
return an array of script elements of the document. |
String |
getScriptLanguage()
return the value of the actf:scriptlang attribute |
Field Detail |
---|
static final String ENABLE
static final String MODEL
static final String DOCUMENT_NAME
static final String SCRIPTLANG
static final String DOCUMENT_VERSION
static final String ACTF_NAMESPACE_URI
Method Detail |
---|
String getDocumentName()
null
if no name is specifiedString getModelType()
null
if
not presentString getEnable()
null
if
not presentString getScriptLanguage()
null
if not
presentScriptElement[] getScriptElements() throws MalformedRuleBaseException
MalformedRuleBaseException
AliasElement[] getAliasElements() throws MalformedRuleBaseException
MalformedRuleBaseException
Element[] getRuleSetElements()
ExecutionPointDescriptor[] getExecutionPointDescriptors()
String getDocumentVersion()
null
if no version is
specified
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |