|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjade.core.Agent
ibspan.tss.agents.SystemAgent
ibspan.tss.agents.vta.ViewTransformingAgent
public final class ViewTransformingAgent
This is class of ViewTransformingAgent
formatting pure data
into browser-readable form by use of ViewTransformer
behaviour. It requires passing reference to properties files describing
access to Raccoon server.
ViewTransformer
,
RACCOON_DIR_KEY
,
RACCOON_URL_KEY
,
Serialized FormNested Class Summary |
---|
Nested classes/interfaces inherited from class jade.core.Agent |
---|
Agent.Interrupted |
Field Summary | |
---|---|
static String |
RACCOON_DIR_KEY
Configuration key for Raccoon storage directory provided in properties file. |
static String |
RACCOON_URL_KEY
Configuration key for Raccoon URL provided in properties file. |
static String |
SERVICE_NAME
|
static String |
SERVICE_OWNERSHIP
|
static String |
SERVICE_TYPE
|
Fields inherited from class jade.core.Agent |
---|
AP_ACTIVE, AP_DELETED, AP_IDLE, AP_INITIATED, AP_MAX, AP_MIN, AP_SUSPENDED, AP_WAITING, D_ACTIVE, D_MAX, D_MIN, D_RETIRED, D_SUSPENDED, D_UNKNOWN |
Constructor Summary | |
---|---|
ViewTransformingAgent()
Constructors View Transforming Agent. |
Method Summary | |
---|---|
protected void |
activateProperties(Properties conf)
Activates configuration by processing given properties. |
String |
getConf_RACCOON_DIR()
Returns directory in which Raccoon server stores ontology models. |
String |
getConf_RACCOON_URL()
Returns URL at which Raccoon server is accessible. |
static ServiceDescription |
getServiceDescription()
Returns information about the service this agent provides. |
protected void |
setup()
Loads configuration from properties file for this agent and passes it to SystemAgent.activateProperties(Properties) . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String RACCOON_URL_KEY
public static final String RACCOON_DIR_KEY
public static final String SERVICE_NAME
public static final String SERVICE_TYPE
public static final String SERVICE_OWNERSHIP
Constructor Detail |
---|
public ViewTransformingAgent()
Method Detail |
---|
public String getConf_RACCOON_URL()
public String getConf_RACCOON_DIR()
protected void activateProperties(Properties conf)
SystemAgent
activateProperties
in class SystemAgent
conf
- are properties of the agent.protected void setup()
SystemAgent
SystemAgent.activateProperties(Properties)
. Property file is given as the first
argument for the launched agent. The programmer is encouraged to call
this method in her agent's setup()
method.
setup
in class SystemAgent
public static ServiceDescription getServiceDescription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |