T - the type of the structural objectpublic interface GenericStructuralObject<T extends GenericStructuralObject<T>> extends StructuralObject
StructuralObject that can be used to define
different types of the structural objects. This allows a more specific
conversion of structurally equal objects to the required types.| Modifier and Type | Method and Description |
|---|---|
T |
structuralEquals(Object other)
Performs the structural equality comparison of this object with the given
object.
|
structuralHashCodeT structuralEquals(Object other)
StructuralObjectStructuralObject, and it is returned in the output.structuralEquals in interface StructuralObjectother - the object with which the comparison is performednull
if the structural equality test does not holdObject.equals(Object)Copyright © 2011–2024 Live Ontologies Project. All rights reserved.