tATAmI-Project / tATAmI-PC

towards Agent Technology for Ambient Intelligence
http://tatami-project.github.com/tATAmI-PC
GNU Lesser General Public License v3.0
2 stars 0 forks source link

Claim Behavior Description is modifiable #30

Open andreiolaru-ro opened 9 years ago

andreiolaru-ro commented 9 years ago

A developer is able to change the elements in the ClaimBehaviorDescription instance (e.g. is able to remove arguments from the arguments of a statement). These changes affect the CBD for the rest of the agent's lifecycle.

This should not be possible. All elements in the CBD (and potentially the CAD) must be read-only and passed to statement handlers, etc, as such.