cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.drawing
Class UT2004ServerProvider

Package class diagram package UT2004ServerProvider
java.lang.Object
  extended by cz.cuni.amis.pogamut.ut2004.agent.navigation.navmesh.drawing.UT2004ServerProvider
All Implemented Interfaces:
IUT2004ServerProvider

public class UT2004ServerProvider
extends Object
implements IUT2004ServerProvider


Field Summary
protected  Logger log
           
protected  UT2004Server server
           
 
Constructor Summary
UT2004ServerProvider()
           
UT2004ServerProvider(Logger log)
           
 
Method Summary
protected  UT2004AgentParameters getDefaultServerParams()
           
 UT2004Server getServer()
           
 void init()
           
 void init(UT2004AgentParameters params)
           
 void initForced()
           
 void initForced(UT2004AgentParameters params)
           
 boolean isInited()
           
 void killServer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected Logger log

server

protected UT2004Server server
Constructor Detail

UT2004ServerProvider

public UT2004ServerProvider()

UT2004ServerProvider

public UT2004ServerProvider(Logger log)
Method Detail

getServer

public UT2004Server getServer()
Specified by:
getServer in interface IUT2004ServerProvider

getDefaultServerParams

protected UT2004AgentParameters getDefaultServerParams()

isInited

public boolean isInited()

init

public void init()

init

public void init(UT2004AgentParameters params)

initForced

public void initForced()

initForced

public void initForced(UT2004AgentParameters params)

killServer

public void killServer()
Specified by:
killServer in interface IUT2004ServerProvider


Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.