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... |