Interface BaSyxElementTranslator.OperationsRegistrar
- All Known Subinterfaces:
BaSyxElementTranslator.SubmodelElementsRegistrar
- All Known Implementing Classes:
AbstractSubmodel,BaSyxISubmodel,BaSyxSubmodel,BaSyxSubmodelElementCollection
- Enclosing class:
- BaSyxElementTranslator
static interface BaSyxElementTranslator.OperationsRegistrar
Something that can take over/register operations.
- Author:
- Holger Eichelberger, SSE
-
Method Summary
Modifier and Type Method Description BaSyxOperationregister(BaSyxOperation operation)Registers an operation.
-
Method Details
-
register
Registers an operation.- Parameters:
operation- the operation- Returns:
operation
-