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

Packages that use IActor
de.unifreiburg.twodeedoo.model Game model (actors) 
 

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 CompositeActor.addActor(IActor actor)
          Add an actor, becoming its container.
 void ICompositeActor.addActor(IActor a)
          Add an actor
 void CompositeActor.removeActor(IActor actor)
          Remove this actor from the actor set.
 void ICompositeActor.removeActor(IActor a)
          Remove that actor from the actors of this activity.