| Constructor and Description |
|---|
InternalMatching(HeapConfiguration pattern,
Morphism morphism,
HeapConfiguration target)
Initializes a new InternalMatching.
|
| Modifier and Type | Method and Description |
|---|---|
int |
internalMatch(int element)
Directly match elements using private IDs.
|
int |
match(int element) |
HeapConfiguration |
pattern() |
public InternalMatching(HeapConfiguration pattern, Morphism morphism, HeapConfiguration target)
pattern - The pattern HeapConfiguration whose underlying Graph is used by morphism.morphism - The target HeapConfiguration whose underlying Graph is used by morphism.target - The encapsulated Morphism that maps elements from pattern to target.public HeapConfiguration pattern()
public int internalMatch(int element)
element - private ID of anCopyright © 2018. All rights reserved.