Uses of Interface
de.unifreiburg.twodeedoo.model.IActor

Packages that use IActor
de.unifreiburg.twodeedoo.model Game model (actors, activities) 
de.unifreiburg.twodeedoo.model.test Test helpers for the model layer. 
 

Uses of IActor in de.unifreiburg.twodeedoo.model
 

Classes in de.unifreiburg.twodeedoo.model that implement IActor
 class BaseActor
          Default base class for IActor implementations
 class LinearMotionActor
          I move my IPuppet along a linear path.
 

Methods in de.unifreiburg.twodeedoo.model with parameters of type IActor
 void SimpleActivity.addActor(IActor actor)
          Add an actor, becoming its container.
 void IActivity.addActor(IActor a)
          Add an actor
 void SimpleActivity.removeActor(IActor actor)
          Remove this actor from the actor set.
 void IActivity.removeActor(IActor a)
          Remove that actor from the actors of this activity.
 

Uses of IActor in de.unifreiburg.twodeedoo.model.test
 

Methods in de.unifreiburg.twodeedoo.model.test with parameters of type IActor
 void ErrorActivity.addActor(IActor a)
           
 void ErrorActivity.removeActor(IActor a)