Classes | Enumerations

Package de.fraunhofer.isst.axbench.api.operations

Classes

class  AbstractAXLFileOperation
 Default aXLang reader. More...
class  AbstractAXLOperation
 Default aXLang operation. More...
class  AXLFile
 Auxiliary class for storing aXLang files. More...
class  AXLTransaction
 Handles operation transactions. More...
interface  IAXLFileOperation
 Interface for all aXLang operations with file access. More...
interface  IAXLOperation
 Interface for all aXLang operations. More...
class  OperationInterface
 The operation interface encapsulates the definition of the input and output objects of the operation. More...
class  OperationParameter
 OperationParameter defines the base of operation parameters. More...
class  TransactionOperation
 Stores the operation date of a transaction operation. More...

Enumerations

enum  ParameterTypes {
  ELEMENT = (IAXLangElement.class), ELEMENTSELECTION = (String.class), FILE_IN = (InputStream.class), FILE_OUT = (OutputStream.class), FREESELECTION = (String.class),
  PATH_IN = (String.class), PATH_OUT = (String.class), STRING = (String.class), OBJECT = (Object.class)
}
 

Possible parameter types of operation parameters.

More...

Enumeration Type Documentation

Possible parameter types of operation parameters.

Author:
ekleinod
Version:
0.9.0
Since:
0.8.0
Enumerator:
ELEMENT 
ELEMENTSELECTION 
FILE_IN 
FILE_OUT 
FREESELECTION 
PATH_IN 
PATH_OUT 
STRING 
OBJECT