|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRuleBaseMetadata
implement to associate metadata with a rulebase
Method Summary | |
---|---|
void |
clear()
clear all attributes from this metadata object |
Object |
getAttribute(String name)
|
String[] |
getAttributeNames()
get all attribute names of this metadata object |
Map |
getAttributes()
return the attributes of this metadata object |
void |
setAttribute(String name,
Object value)
|
void |
setAttributes(Map attributes)
set the attributes for this metadata object |
int |
size()
|
Method Detail |
---|
Object getAttribute(String name)
name
- of metadata attribute
null
if no name is
specifiedvoid setAttribute(String name, Object value)
name
- of metadata attributevalue
- of metadata attributeString[] getAttributeNames()
Map getAttributes()
void setAttributes(Map attributes)
attributes
- void clear()
int size()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |