cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages
Class UT2004CompositeObjectCreator.NavPointCreator

java.lang.Object
  extended by cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.UT2004CompositeObjectCreator.NavPointCreator
All Implemented Interfaces:
UT2004CompositeObjectCreator.ICompositeWorldObjectCreator<NavPoint>
Enclosing class:
UT2004CompositeObjectCreator

public static class UT2004CompositeObjectCreator.NavPointCreator
extends java.lang.Object
implements UT2004CompositeObjectCreator.ICompositeWorldObjectCreator<NavPoint>


Constructor Summary
UT2004CompositeObjectCreator.NavPointCreator()
           
 
Method Summary
 NavPoint create(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

UT2004CompositeObjectCreator.NavPointCreator

public UT2004CompositeObjectCreator.NavPointCreator()
Method Detail

create

public NavPoint create(ILocalWorldObject localPart,
                       ISharedWorldObject sharedPart,
                       IStaticWorldObject staticPart)
Specified by:
create in interface UT2004CompositeObjectCreator.ICompositeWorldObjectCreator<NavPoint>