T - operand type@FunctionalInterface public interface HasOperands<T extends OWLObject>
| Modifier and Type | Method and Description |
|---|---|
default List<T> |
getOperandsAsList()
Gets the operands as a list.
|
Stream<T> |
operands()
Gets the operands - e.g., the individuals in a sameAs axiom, or the classes in an equivalent
classes axiom.
|
Copyright © 2020 The University of Manchester. All rights reserved.