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.
  
  -  
	addProperty(ImprovProperty)
   -  adds a property to the Improv object.
  
 -  
	getProperty(String)
   -  
 
  
getProperty
 public abstract ImprovProperty getProperty(String n)
  
    -  Returns:
    
 -  an ImprovProperty given the property name.
  
 
 
addProperty
 public abstract void addProperty(ImprovProperty i)
  -  adds a property to the Improv object.
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index