@Beta
public interface DataTreeTip
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
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. |
DataTreeCandidate |
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.DataTreeCandidate prepare(DataTreeModification modification)
modification
- Data tree modification.int hashCode()
DataTreeTip
implementations must not override the default identity hashCode method.boolean equals(Object o)
DataTreeTip
implementations must not override the default identity hashCode method, meaning their
equals implementation must result in identity comparison.Copyright © 2018 OpenDaylight. All rights reserved.