public class VF2GraphData extends AbstractVF2GraphData
NULL_NODE| Constructor and Description |
|---|
VF2GraphData(Graph graph) |
VF2GraphData(VF2GraphData data) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsMatch(int node)
Checks whether the partial morphism stored for the graph underlying this AbstractVF2GraphData
containsSubsumingState a matching for the given node.
|
int |
getMatch(int node)
Get the matching node for the given node.
|
int[] |
getMatching() |
protected void |
matchNode(int matchFrom,
int matchTo) |
protected void |
unmatchNode(int node) |
containsIngoing, containsIngoingUnmatched, containsOutgoing, containsOutgoingUnmatched, getGraph, getMatchingSize, getTerminalInSize, getTerminalOutSizepublic VF2GraphData(Graph graph)
public VF2GraphData(VF2GraphData data)
protected void matchNode(int matchFrom,
int matchTo)
matchNode in class AbstractVF2GraphDataprotected void unmatchNode(int node)
unmatchNode in class AbstractVF2GraphDatapublic boolean containsMatch(int node)
AbstractVF2GraphDatacontainsMatch in class AbstractVF2GraphDatanode - The node that should be checked for a matching node.public int getMatch(int node)
node - The node whose matching node is required.public int[] getMatching()
Copyright © 2019. All rights reserved.