cz.cuni.amis.pogamut.multi.communication.worldview.object
Class CompositeObjectCreator

java.lang.Object
  extended by cz.cuni.amis.pogamut.multi.communication.worldview.object.CompositeObjectCreator

public class CompositeObjectCreator
extends java.lang.Object

STUB CLASS for testing


Constructor Summary
CompositeObjectCreator()
           
 
Method Summary
static ICompositeWorldObject createObject(ILocalWorldObject localPart, ISharedWorldObject sharedPart, IStaticWorldObject staticPart)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeObjectCreator

public CompositeObjectCreator()
Method Detail

createObject

public static ICompositeWorldObject createObject(ILocalWorldObject localPart,
                                                 ISharedWorldObject sharedPart,
                                                 IStaticWorldObject staticPart)