P
- Path equivalence classpublic interface Path<P extends Path<P>>
Path
, but more general in terms of what objects it can be applied to.
Paths have an equivalence class, which is captured in the defining type. Paths also have the
notion of containment, where one path is said to contain another path if it the data set
identified by the former contains all elements of the data set represented by later.Modifier and Type | Method and Description |
---|---|
boolean |
contains(P other)
Check if this path contains some other.
|
Copyright © 2018 OpenDaylight. All rights reserved.