org.commonreality.object
Interface IMutableObject

All Superinterfaces:
IIdentifiable, ISimulationObject, java.io.Serializable
All Known Implementing Classes:
AbstractEfferentCommand, AfferentObject, AgentObject, BasicObject, DeltaTracker, EfferentObject, MovementCommand, PressCommand, RealObject, ReleaseCommand, RotateCommand, SensorObject, TranslateCommand, VocalizationCommand

public interface IMutableObject
extends ISimulationObject, java.io.Serializable

Author:
developer

Method Summary
 boolean setProperty(java.lang.String keyName, java.lang.Object value)
           
 
Methods inherited from interface org.commonreality.object.ISimulationObject
getProperties, getProperty, getPropertyMap, hasProperty
 
Methods inherited from interface org.commonreality.identifier.IIdentifiable
getIdentifier
 

Method Detail

setProperty

boolean setProperty(java.lang.String keyName,
                    java.lang.Object value)