org.curjent.example.agent.helloworld
Interface WorldFactory


public interface WorldFactory

Hello world factory. A best practice is to provide a public factory for creating agents. This encapsulates implementation details and makes it easy for clients to create your agents.


Field Summary
static WorldFactory INSTANCE
           
 
Method Summary
 World newInstance()
           
 

Field Detail

INSTANCE

static final WorldFactory INSTANCE
Method Detail

newInstance

World newInstance()


Copyright 2009-2011 Tom Landon
Apache License 2.0