owlapy.model.HasOperands¶
-
class
owlapy.model.
HasOperands
[source]¶ Bases:
Generic
[owlapy.model._T
]An interface to objects that have a collection of operands.
- Parameters:
_T – operand type
Methods
Gets the operands - e.g., the individuals in a sameAs axiom, or the classes in an equivalent classes axiom.