public class BlackBoard extends CmionStorageContainer
architecturepersistentProperties| Constructor | Description |
|---|---|
BlackBoard(IArchitecture architecture,
java.lang.String name) |
create a new black board with the specified name
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
getRTPropertyValue(java.lang.String propertyName) |
returns the value of the real time property with the given name
|
boolean |
hasRTProperty(java.lang.String propertyName) |
sets the value of the real time property with the given name
|
void |
removeRTProperty(java.lang.String propertyName) |
sets the value of the real time property with the given name
|
void |
setRTProperty(java.lang.String propertyName,
java.lang.Object propertyValue) |
sets the value of the real time property with the given name
|
getArchitecture, isConnected, onDestroy, raisegetContainerName, getContainerType, getParentContainer, getPropertyNames, getPropertyNames, getPropertyValue, getSubContainer, getSubContainerNames, getSubContainerNames, getTopContainer, hasProperty, hasProperty, hasSubContainer, hasSubContainer, isPropertyPersistent, registerEventHandlerWithSubContainers, registerHandlers, requestAddSubContainer, requestAddSubContainer, requestAddSubContainer, requestRemoveProperty, requestRemoveSubContainer, requestSetProperty, requestSetProperty, toStringpublic BlackBoard(IArchitecture architecture, java.lang.String name)
public java.lang.Object getRTPropertyValue(java.lang.String propertyName)
public void setRTProperty(java.lang.String propertyName,
java.lang.Object propertyValue)
public void removeRTProperty(java.lang.String propertyName)
public boolean hasRTProperty(java.lang.String propertyName)