II - input transformation input typeIO - input transformation output typeRI - result transformation input typeRO - input transformation output typepublic interface Transform<II,IO,RI,RO> extends Parameterized
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentity()
A human-readable identifier summarizing the transform and configuration.
|
IO |
transformInput(II input)
Apply the forward transformation to the input graph.
|
RO |
transformResult(RI result)
Apply the reverse transformation to the algorithm result.
|
configure, getName, getUsageString getIdentity()
IO transformInput(II input) throws Exception
input - transformation inputExceptionCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.