T - the type of elements which can be used with this conditionpublic interface Condition<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
holds(T element)
Checks if the condition holds for an element
|
boolean holds(T element)
element - the element for which to check the conditiontrue if the condition holds for the element and
otherwise falseCopyright © 2011–2024 Live Ontologies Project. All rights reserved.