I - the type of the input of the transformationO - the type of the output of the transformationpublic static interface Operations.Transformation<I,O>
| Modifier and Type | Method and Description |
|---|---|
O |
transform(I element)
Transforms the input element
|
Copyright © 2011–2024 Live Ontologies Project. All rights reserved.