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, getUsage
String getIdentity()
IO transformInput(II input) throws Exception
input
- transformation inputException
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.