Main Page | Packages | Class Hierarchy | Class List | Directories | File List | Class Members

agents.ontology.MAGOntology Class Reference

Inherits agents.ontology.ProtegeTools.ProtegeOntology.

Inheritance diagram for agents.ontology.MAGOntology:

[legend]
Collaboration diagram for agents.ontology.MAGOntology:
[legend]
List of all members.

Public Member Functions

SlotHolder getSlotNameFromJADEName (SlotHolder jadeSlot)

Static Public Member Functions

static Ontology getInstance ()

Static Public Attributes

static final String ONTOLOGY_NAME = "MAG"
static final String CHECKPOINTACTION_EXECID = "execId"
static final String CHECKPOINTACTION_CHECKPOINT = "checkpoint"
static final String CHECKPOINTACTION = "CheckpointAction"
static final String RETRIEVECHECKPOINTACTION = "RetrieveCheckpointAction"
static final String CHANGEEXECUTIONLOCATIONACTION_NEWHOST = "newHost"
static final String CHANGEEXECUTIONLOCATIONACTION_EXECUTION = "execution"
static final String CHANGEEXECUTIONLOCATIONACTION = "ChangeExecutionLocationAction"
static final String UNREGISTEREXECUTIONACTION_EXECUTION = "execution"
static final String UNREGISTEREXECUTIONACTION = "UnregisterExecutionAction"
static final String SAVECHECKPOINTACTION = "SaveCheckpointAction"
static final String NODEACTION_NODE = "node"
static final String NODEACTION = "NodeAction"
static final String RECOVERNODEACTION = "RecoverNodeAction"
static final String REQUESTEXECUTIONINFOACTION_EXECUTION = "execution"
static final String REQUESTEXECUTIONINFOACTION = "RequestExecutionInfoAction"
static final String REGISTEREXECUTIONACTION_EXECUTION = "execution"
static final String REGISTEREXECUTIONACTION = "RegisterExecutionAction"
static final String OUTPUTFILE = "OutputFile"
static final String EXECUTIONINFO_ASCTIOR = "asctIor"
static final String EXECUTIONINFO_EXECUTIONSTATE = "executionState"
static final String EXECUTIONINFO_EXECUTINGHOST = "executingHost"
static final String EXECUTIONINFO_EXECUTIONTYPE = "executionType"
static final String EXECUTIONINFO_APPARGS = "appArgs"
static final String EXECUTIONINFO_APPREPOSID = "appReposId"
static final String EXECUTIONINFO_SOURCE = "source"
static final String EXECUTIONINFO_BINARYNAME = "binaryName"
static final String EXECUTIONINFO_APPCONSTRAINTS = "appConstraints"
static final String EXECUTIONINFO_INITIALTIMESTAMP = "initialTimestamp"
static final String EXECUTIONINFO_PLATAFORMTYPE = "plataformType"
static final String EXECUTIONINFO_INPUTFILES = "inputFiles"
static final String EXECUTIONINFO_FINISHTIMESTAMP = "finishTimestamp"
static final String EXECUTIONINFO_APPEXECUTIONID = "appExecutionId"
static final String EXECUTIONINFO_APPPREFERENCES = "appPreferences"
static final String EXECUTIONINFO_APPNODEREQUESTID = "appNodeRequestId"
static final String EXECUTIONINFO_OUTPUTFILES = "outputFiles"
static final String EXECUTIONINFO_AHIOR = "ahIor"
static final String EXECUTIONINFO_APPNAME = "appName"
static final String EXECUTIONINFO_APPMAINREQUESTID = "appMainRequestId"
static final String EXECUTIONINFO_USERNAME = "userName"
static final String EXECUTIONINFO = "ExecutionInfo"
static final String FILE_FILENAME = "fileName"
static final String FILE_CONTENT = "content"
static final String FILE = "File"
static final String INPUTFILE = "InputFile"
static final String CHECKPOINT_CONTENT = "content"
static final String CHECKPOINT = "Checkpoint"
static final String NODE_NODENAME = "nodeName"
static final String NODE = "Node"

Private Member Functions

void storeSlotName (String jadeName, String javaClassName, String slotName)
 MAGOntology ()

Private Attributes

HashMap jadeToProtege

Static Private Attributes

static ProtegeIntrospector introspect = new ProtegeIntrospector()
static Ontology theInstance = new MAGOntology()

Detailed Description

file: MAGOntology.java
Author:
ontology bean generator
Version:
2006/01/28, 19:52:03


Constructor & Destructor Documentation

agents.ontology.MAGOntology.MAGOntology  )  [private]
 

Constructor


Member Function Documentation

static Ontology agents.ontology.MAGOntology.getInstance  )  [static]
 

SlotHolder agents.ontology.MAGOntology.getSlotNameFromJADEName SlotHolder  jadeSlot  ) 
 

Implements agents.ontology.ProtegeTools.ProtegeOntology.

void agents.ontology.MAGOntology.storeSlotName String  jadeName,
String  javaClassName,
String  slotName
[private]
 


Member Data Documentation

final String agents.ontology.MAGOntology.CHANGEEXECUTIONLOCATIONACTION = "ChangeExecutionLocationAction" [static]
 

final String agents.ontology.MAGOntology.CHANGEEXECUTIONLOCATIONACTION_EXECUTION = "execution" [static]
 

final String agents.ontology.MAGOntology.CHANGEEXECUTIONLOCATIONACTION_NEWHOST = "newHost" [static]
 

final String agents.ontology.MAGOntology.CHECKPOINT = "Checkpoint" [static]
 

final String agents.ontology.MAGOntology.CHECKPOINT_CONTENT = "content" [static]
 

final String agents.ontology.MAGOntology.CHECKPOINTACTION = "CheckpointAction" [static]
 

final String agents.ontology.MAGOntology.CHECKPOINTACTION_CHECKPOINT = "checkpoint" [static]
 

final String agents.ontology.MAGOntology.CHECKPOINTACTION_EXECID = "execId" [static]
 

final String agents.ontology.MAGOntology.EXECUTIONINFO = "ExecutionInfo" [static]
 

final String agents.ontology.MAGOntology.EXECUTIONINFO_AHIOR = "ahIor" [static]
 

final String agents.ontology.MAGOntology.EXECUTIONINFO_APPARGS = "appArgs" [static]
 

final String agents.ontology.MAGOntology.EXECUTIONINFO_APPCONSTRAINTS = "appConstraints" [static]
 

final String agents.ontology.MAGOntology.EXECUTIONINFO_APPEXECUTIONID = "appExecutionId" [static]
 

final String agents.ontology.MAGOntology.EXECUTIONINFO_APPMAINREQUESTID = "appMainRequestId" [static]
 

final String agents.ontology.MAGOntology.EXECUTIONINFO_APPNAME = "appName" [static]
 

final String agents.ontology.MAGOntology.EXECUTIONINFO_APPNODEREQUESTID = "appNodeRequestId" [static]
 

final String agents.ontology.MAGOntology.EXECUTIONINFO_APPPREFERENCES = "appPreferences" [static]
 

final String agents.ontology.MAGOntology.EXECUTIONINFO_APPREPOSID = "appReposId" [static]
 

final String agents.ontology.MAGOntology.EXECUTIONINFO_ASCTIOR = "asctIor" [static]
 

final String agents.ontology.MAGOntology.EXECUTIONINFO_BINARYNAME = "binaryName" [static]
 

final String agents.ontology.MAGOntology.EXECUTIONINFO_EXECUTINGHOST = "executingHost" [static]
 

final String agents.ontology.MAGOntology.EXECUTIONINFO_EXECUTIONSTATE = "executionState" [static]
 

final String agents.ontology.MAGOntology.EXECUTIONINFO_EXECUTIONTYPE = "executionType" [static]
 

final String agents.ontology.MAGOntology.EXECUTIONINFO_FINISHTIMESTAMP = "finishTimestamp" [static]
 

final String agents.ontology.MAGOntology.EXECUTIONINFO_INITIALTIMESTAMP = "initialTimestamp" [static]
 

final String agents.ontology.MAGOntology.EXECUTIONINFO_INPUTFILES = "inputFiles" [static]
 

final String agents.ontology.MAGOntology.EXECUTIONINFO_OUTPUTFILES = "outputFiles" [static]
 

final String agents.ontology.MAGOntology.EXECUTIONINFO_PLATAFORMTYPE = "plataformType" [static]
 

final String agents.ontology.MAGOntology.EXECUTIONINFO_SOURCE = "source" [static]
 

final String agents.ontology.MAGOntology.EXECUTIONINFO_USERNAME = "userName" [static]
 

final String agents.ontology.MAGOntology.FILE = "File" [static]
 

final String agents.ontology.MAGOntology.FILE_CONTENT = "content" [static]
 

final String agents.ontology.MAGOntology.FILE_FILENAME = "fileName" [static]
 

final String agents.ontology.MAGOntology.INPUTFILE = "InputFile" [static]
 

ProtegeIntrospector agents.ontology.MAGOntology.introspect = new ProtegeIntrospector() [static, private]
 

HashMap agents.ontology.MAGOntology.jadeToProtege [private]
 

These hashmap store a mapping from jade names to either protege names of SlotHolder containing the protege names. And vice versa

final String agents.ontology.MAGOntology.NODE = "Node" [static]
 

final String agents.ontology.MAGOntology.NODE_NODENAME = "nodeName" [static]
 

final String agents.ontology.MAGOntology.NODEACTION = "NodeAction" [static]
 

final String agents.ontology.MAGOntology.NODEACTION_NODE = "node" [static]
 

final String agents.ontology.MAGOntology.ONTOLOGY_NAME = "MAG" [static]
 

final String agents.ontology.MAGOntology.OUTPUTFILE = "OutputFile" [static]
 

final String agents.ontology.MAGOntology.RECOVERNODEACTION = "RecoverNodeAction" [static]
 

final String agents.ontology.MAGOntology.REGISTEREXECUTIONACTION = "RegisterExecutionAction" [static]
 

final String agents.ontology.MAGOntology.REGISTEREXECUTIONACTION_EXECUTION = "execution" [static]
 

final String agents.ontology.MAGOntology.REQUESTEXECUTIONINFOACTION = "RequestExecutionInfoAction" [static]
 

final String agents.ontology.MAGOntology.REQUESTEXECUTIONINFOACTION_EXECUTION = "execution" [static]
 

final String agents.ontology.MAGOntology.RETRIEVECHECKPOINTACTION = "RetrieveCheckpointAction" [static]
 

final String agents.ontology.MAGOntology.SAVECHECKPOINTACTION = "SaveCheckpointAction" [static]
 

Ontology agents.ontology.MAGOntology.theInstance = new MAGOntology() [static, private]
 

final String agents.ontology.MAGOntology.UNREGISTEREXECUTIONACTION = "UnregisterExecutionAction" [static]
 

final String agents.ontology.MAGOntology.UNREGISTEREXECUTIONACTION_EXECUTION = "execution" [static]
 


The documentation for this class was generated from the following file:
Generated on Fri Feb 17 09:37:56 2006 for MAG by  doxygen 1.4.4