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

agents.ontology.ExecutionInfo Class Reference

List of all members.

Public Member Functions

void setUserName (String value)
String getUserName ()
void setAppMainRequestId (String value)
String getAppMainRequestId ()
void setAppName (String value)
String getAppName ()
void setAhIor (String value)
String getAhIor ()
void addOutputFiles (OutputFile elem)
boolean removeOutputFiles (OutputFile elem)
void clearAllOutputFiles ()
Iterator getAllOutputFiles ()
List getOutputFiles ()
void setOutputFiles (List l)
void setAppNodeRequestId (String value)
String getAppNodeRequestId ()
void setAppPreferences (String value)
String getAppPreferences ()
void setAppExecutionId (String value)
String getAppExecutionId ()
void setFinishTimestamp (String value)
String getFinishTimestamp ()
void addInputFiles (InputFile elem)
boolean removeInputFiles (InputFile elem)
void clearAllInputFiles ()
Iterator getAllInputFiles ()
List getInputFiles ()
void setInputFiles (List l)
void setPlataformType (String value)
String getPlataformType ()
void setInitialTimestamp (String value)
String getInitialTimestamp ()
void setAppConstraints (String value)
String getAppConstraints ()
void setBinaryName (String value)
String getBinaryName ()
void setSource (String value)
String getSource ()
void setAppReposId (String value)
String getAppReposId ()
void setAppArgs (String value)
String getAppArgs ()
void setExecutionType (String value)
String getExecutionType ()
void setExecutingHost (String value)
String getExecutingHost ()
void setExecutionState (String value)
String getExecutionState ()
void setAsctIor (String value)
String getAsctIor ()

Private Attributes

String userName
String appMainRequestId
String appName
String ahIor
List outputFiles = new ArrayList()
String appNodeRequestId
String appPreferences
String appExecutionId
String finishTimestamp
List inputFiles = new ArrayList()
String plataformType
String initialTimestamp
String appConstraints
String binaryName
String source
String appReposId
String appArgs
String executionType
String executingHost
String executionState
String asctIor

Detailed Description

Protege name: ExecutionInfo
Author:
ontology bean generator
Version:
2006/01/28, 19:52:04


Member Function Documentation

void agents.ontology.ExecutionInfo.addInputFiles InputFile  elem  ) 
 

void agents.ontology.ExecutionInfo.addOutputFiles OutputFile  elem  ) 
 

void agents.ontology.ExecutionInfo.clearAllInputFiles  ) 
 

void agents.ontology.ExecutionInfo.clearAllOutputFiles  ) 
 

String agents.ontology.ExecutionInfo.getAhIor  ) 
 

Iterator agents.ontology.ExecutionInfo.getAllInputFiles  ) 
 

Iterator agents.ontology.ExecutionInfo.getAllOutputFiles  ) 
 

String agents.ontology.ExecutionInfo.getAppArgs  ) 
 

String agents.ontology.ExecutionInfo.getAppConstraints  ) 
 

String agents.ontology.ExecutionInfo.getAppExecutionId  ) 
 

String agents.ontology.ExecutionInfo.getAppMainRequestId  ) 
 

String agents.ontology.ExecutionInfo.getAppName  ) 
 

String agents.ontology.ExecutionInfo.getAppNodeRequestId  ) 
 

String agents.ontology.ExecutionInfo.getAppPreferences  ) 
 

String agents.ontology.ExecutionInfo.getAppReposId  ) 
 

String agents.ontology.ExecutionInfo.getAsctIor  ) 
 

String agents.ontology.ExecutionInfo.getBinaryName  ) 
 

String agents.ontology.ExecutionInfo.getExecutingHost  ) 
 

String agents.ontology.ExecutionInfo.getExecutionState  ) 
 

String agents.ontology.ExecutionInfo.getExecutionType  ) 
 

String agents.ontology.ExecutionInfo.getFinishTimestamp  ) 
 

String agents.ontology.ExecutionInfo.getInitialTimestamp  ) 
 

List agents.ontology.ExecutionInfo.getInputFiles  ) 
 

List agents.ontology.ExecutionInfo.getOutputFiles  ) 
 

String agents.ontology.ExecutionInfo.getPlataformType  ) 
 

String agents.ontology.ExecutionInfo.getSource  ) 
 

String agents.ontology.ExecutionInfo.getUserName  ) 
 

boolean agents.ontology.ExecutionInfo.removeInputFiles InputFile  elem  ) 
 

boolean agents.ontology.ExecutionInfo.removeOutputFiles OutputFile  elem  ) 
 

void agents.ontology.ExecutionInfo.setAhIor String  value  ) 
 

void agents.ontology.ExecutionInfo.setAppArgs String  value  ) 
 

void agents.ontology.ExecutionInfo.setAppConstraints String  value  ) 
 

void agents.ontology.ExecutionInfo.setAppExecutionId String  value  ) 
 

void agents.ontology.ExecutionInfo.setAppMainRequestId String  value  ) 
 

void agents.ontology.ExecutionInfo.setAppName String  value  ) 
 

void agents.ontology.ExecutionInfo.setAppNodeRequestId String  value  ) 
 

void agents.ontology.ExecutionInfo.setAppPreferences String  value  ) 
 

void agents.ontology.ExecutionInfo.setAppReposId String  value  ) 
 

void agents.ontology.ExecutionInfo.setAsctIor String  value  ) 
 

void agents.ontology.ExecutionInfo.setBinaryName String  value  ) 
 

void agents.ontology.ExecutionInfo.setExecutingHost String  value  ) 
 

void agents.ontology.ExecutionInfo.setExecutionState String  value  ) 
 

void agents.ontology.ExecutionInfo.setExecutionType String  value  ) 
 

void agents.ontology.ExecutionInfo.setFinishTimestamp String  value  ) 
 

void agents.ontology.ExecutionInfo.setInitialTimestamp String  value  ) 
 

void agents.ontology.ExecutionInfo.setInputFiles List  l  ) 
 

void agents.ontology.ExecutionInfo.setOutputFiles List  l  ) 
 

void agents.ontology.ExecutionInfo.setPlataformType String  value  ) 
 

void agents.ontology.ExecutionInfo.setSource String  value  ) 
 

void agents.ontology.ExecutionInfo.setUserName String  value  ) 
 


Member Data Documentation

String agents.ontology.ExecutionInfo.ahIor [private]
 

Protege name: ahIor

String agents.ontology.ExecutionInfo.appArgs [private]
 

Protege name: appArgs

String agents.ontology.ExecutionInfo.appConstraints [private]
 

Protege name: appConstraints

String agents.ontology.ExecutionInfo.appExecutionId [private]
 

Protege name: appExecutionId

String agents.ontology.ExecutionInfo.appMainRequestId [private]
 

Protege name: appMainRequestId

String agents.ontology.ExecutionInfo.appName [private]
 

Protege name: appName

String agents.ontology.ExecutionInfo.appNodeRequestId [private]
 

Protege name: appNodeRequestId

String agents.ontology.ExecutionInfo.appPreferences [private]
 

Protege name: appPreferences

String agents.ontology.ExecutionInfo.appReposId [private]
 

Protege name: appReposId

String agents.ontology.ExecutionInfo.asctIor [private]
 

Protege name: asctIor

String agents.ontology.ExecutionInfo.binaryName [private]
 

Protege name: binaryName

String agents.ontology.ExecutionInfo.executingHost [private]
 

Protege name: executingHost

String agents.ontology.ExecutionInfo.executionState [private]
 

Protege name: executionState

String agents.ontology.ExecutionInfo.executionType [private]
 

Protege name: executionType

String agents.ontology.ExecutionInfo.finishTimestamp [private]
 

Protege name: finishTimestamp

String agents.ontology.ExecutionInfo.initialTimestamp [private]
 

Protege name: initialTimestamp

List agents.ontology.ExecutionInfo.inputFiles = new ArrayList() [private]
 

Protege name: inputFiles

List agents.ontology.ExecutionInfo.outputFiles = new ArrayList() [private]
 

Protege name: outputFiles

String agents.ontology.ExecutionInfo.plataformType [private]
 

Protege name: plataformType

String agents.ontology.ExecutionInfo.source [private]
 

Protege name: source

String agents.ontology.ExecutionInfo.userName [private]
 

Protege name: userName


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