public interface NodeCentricOptimizationResults<N extends QueryNode> extends ProposalResults
| Modifier and Type | Method and Description |
|---|---|
Optional<QueryNode> |
getNewNodeOrReplacingChild() |
Optional<QueryNode> |
getOptionalClosestAncestor()
TODO: explain
|
Optional<N> |
getOptionalNewNode()
TODO: explain
|
Optional<QueryNode> |
getOptionalNextSibling()
TODO: explain
|
Optional<QueryNode> |
getOptionalReplacingChild()
When the focus node is officially replaced by one
of its children
|
Copyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.