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