agent.core.onto
Class Config

java.lang.Object
  extended by agent.core.onto.Config

public class Config
extends java.lang.Object


Configuration for Ontology
Properties can be edited in Config.properties

Version:
0.4
Author:
Michal Laclavik

Field Summary
static java.lang.String BASE
          BASE resurns agent ontology uri without "#" at the end same string with # can be returned by Memory.getBase() method
(package private) static java.util.Properties config
          Properties file
private static Logger log
           
static java.lang.String SOURCE_FILE
          Source file defines path to OWL file containing of agent ontology definitions
This can be loaded when OM Config CREATE_MODEL is set True
 
Constructor Summary
Config()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static Logger log

config

static java.util.Properties config
Properties file


BASE

public static final java.lang.String BASE
BASE resurns agent ontology uri without "#" at the end same string with # can be returned by Memory.getBase() method


SOURCE_FILE

public static final java.lang.String SOURCE_FILE
Source file defines path to OWL file containing of agent ontology definitions
This can be loaded when OM Config CREATE_MODEL is set True

Constructor Detail

Config

public Config()