public class NodeTransformationProposalImpl extends Object implements NodeTransformationProposal
| Constructor and Description |
|---|
NodeTransformationProposalImpl(NodeTransformationProposedState state,
com.google.common.collect.ImmutableSet<Variable> nullVariables) |
NodeTransformationProposalImpl(NodeTransformationProposedState state,
QueryNode newNodeOrReplacingChild,
com.google.common.collect.ImmutableSet<Variable> nullVariables) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableSet<Variable> |
getNullVariables() |
Optional<QueryNode> |
getOptionalNewNodeOrReplacingChild() |
NodeTransformationProposedState |
getState() |
public NodeTransformationProposalImpl(NodeTransformationProposedState state, QueryNode newNodeOrReplacingChild, com.google.common.collect.ImmutableSet<Variable> nullVariables)
public NodeTransformationProposalImpl(NodeTransformationProposedState state, com.google.common.collect.ImmutableSet<Variable> nullVariables)
public NodeTransformationProposedState getState()
getState in interface NodeTransformationProposalpublic Optional<QueryNode> getOptionalNewNodeOrReplacingChild()
getOptionalNewNodeOrReplacingChild in interface NodeTransformationProposalpublic com.google.common.collect.ImmutableSet<Variable> getNullVariables()
getNullVariables in interface NodeTransformationProposalCopyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.