public class Attributes extends RBEConfigObjectAttributes
Attributes
provides methods for accessing attributes in a
RBMap
object.
In addition to basic attributes of a rulebase configuration object, it include
a flag to indicate whether the
rulebase map should use command mapping when
generating rulebases for an agent.Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Returns a copy of this object.
|
void |
setUseCommandMapping(boolean use,
boolean exclusively)
Sets the flag to indicate if the agent should use the
command mapping to generate the rulebase list.
|
boolean |
usingCommandMapping()
Returns true if the rulebase map should use the command mapping when generate the rulebase list.
|
boolean |
usingCommandMappingOnly()
Returns true if the agent should use only the command mapping
when generating the rulebase list, ignoring the group and rulebase mapping.
|
constructChangedStamp, getAuthor, getComment, getLastModification, setAuthor, setComment, setLastModification
public boolean usingCommandMappingOnly()
public boolean usingCommandMapping()
public void setUseCommandMapping(boolean use, boolean exclusively)
use
- if true rulebase map will use command mapping when generates the list of rulebases
for an agent. If false, command mapping is not used when generating the list.exclusively
- if true rulebase map should only use command mapping when generates rulebase
for an agent ignoring the group and rulebase mapping. exclusively is ignored if use is false.public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class RBEConfigObjectAttributes
java.lang.CloneNotSupportedException
Copyright © 2000-2019 TIBCO Inc. All Rights Reserved.