Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.metacosm.framework.entity
Interface Place  view Place download Place.java

All Superinterfaces:
Entity, org.metacosm.framework.persistence.Persistent, java.io.Serializable
All Known Implementing Classes:
BasicPlace

public interface Place
extends Entity


Method Summary
 void addEntity(Entity e)
           
 void removeEntity(Entity e)
           
 
Methods inherited from interface org.metacosm.framework.entity.Entity
addInfluence, getAction, getActions, getController, getDescriptions, getDescriptions, getEntityId, getInfluences, getPlace, getProperties, getProperty, getSenses, getWorld, hasAction, hasProperty, isInfluencedBy, removeInfluence, sendMessage, setController
 
Methods inherited from interface org.metacosm.framework.persistence.Persistent
load, save
 

Method Detail

addEntity

public void addEntity(Entity e)

removeEntity

public void removeEntity(Entity e)