cz.cuni.amis.pogamut.udk.factory.direct.remoteagent
Class UDKServerFactory<PARAMS extends UDKAgentParameters>
java.lang.Object
cz.cuni.amis.pogamut.udk.factory.direct.remoteagent.UDKServerFactory<PARAMS>
- Type Parameters:
PARAMS -
- All Implemented Interfaces:
- cz.cuni.amis.pogamut.base.factory.IAgentFactory<UDKServer,PARAMS>
public class UDKServerFactory<PARAMS extends UDKAgentParameters>
- extends Object
- implements cz.cuni.amis.pogamut.base.factory.IAgentFactory<UDKServer,PARAMS>
Factory that uses direct instantiation (plain old Java style) of the UDKServer class.
Can't be used to instantiate other classes!
If you need to instantiate own UDKServer descendant, use UDKServerFactory
and define own descendant of UDKServerModule.
- Author:
- Jimmy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UDKServerFactory
public UDKServerFactory()
newAgent
public UDKServer newAgent(PARAMS agentParameters)
throws cz.cuni.amis.utils.exception.PogamutException
- Specified by:
newAgent in interface cz.cuni.amis.pogamut.base.factory.IAgentFactory<UDKServer,PARAMS extends UDKAgentParameters>
- Throws:
cz.cuni.amis.utils.exception.PogamutException
Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.