jason.core
Class CoreComponentFactory

java.lang.Object
  |
  +--jason.core.CoreComponentFactory

public class CoreComponentFactory
extends java.lang.Object

Main ComponentFactory. This is a factory for providing basic component for the core system. Only the log is handled for the moment.

Since:
1.0
See Also:
AbstractComponentFactory

Constructor Summary
CoreComponentFactory()
           
 
Method Summary
 Log getLog()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoreComponentFactory

public CoreComponentFactory()
Method Detail

getLog

public Log getLog()