All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface improv.actor.behavior.PropertyContainer

public interface interface PropertyContainer
The PropertyContainer interface is implemented by any Improv Object that may contain behavior properties. These include the Actor, State and Sequence Objects.


Method Index

 o addProperty(ImprovProperty)
adds a property to the Improv object.
 o getProperty(String)

Methods

 o getProperty
 public abstract ImprovProperty getProperty(String n)
Returns:
an ImprovProperty given the property name.
 o addProperty
 public abstract void addProperty(ImprovProperty i)
adds a property to the Improv object.


All Packages  Class Hierarchy  This Package  Previous  Next  Index