I - the input type of elements that should be matchedO - the output type of elements that satisfies the matching conditionspublic interface Matcher<I,O>
| Modifier and Type | Method and Description |
|---|---|
O |
match(I candidate)
Tests whether the given element satisfies the matching conditions.
|
O match(I candidate)
candidate - the candidate element to test==)
to the input element, if the input element satisfies the matching
condition, or null otherwise.Copyright © 2011–2024 Live Ontologies Project. All rights reserved.