@Beta
public interface DataTreeTip
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
DataTreeTip implementations must not override the default identity hashCode method, meaning their
equals implementation must result in identity comparison. |
int |
hashCode()
DataTreeTip implementations must not override the default identity hashCode method. |
DataTreeCandidateTip |
prepare(DataTreeModification modification)
Prepare a modification for commit.
|
void |
validate(DataTreeModification modification)
Validate whether a particular modification can be applied to the data tree.
|
void validate(DataTreeModification modification) throws DataValidationFailedException
modification
- Data tree modification.DataValidationFailedException
- If modification data is not valid.DataTreeCandidateTip prepare(DataTreeModification modification)
modification
- Data tree modification.int hashCode()
DataTreeTip
implementations must not override the default identity hashCode method.boolean equals(Object obj)
DataTreeTip
implementations must not override the default identity hashCode method, meaning their
equals implementation must result in identity comparison.Copyright © 2019 OpenDaylight. All rights reserved.