public interface Link extends Model
connection points
and thus
inherently represents uni-directional network connectivity.Modifier and Type | Interface and Description |
---|---|
static class |
Link.Type
Represents the type of link.
|
Modifier and Type | Method and Description |
---|---|
ConnectionPoint |
dst()
Returns the link destination connection point.
|
LinkInfo |
info()
Returns the
link information associated with the link. |
ConnectionPoint |
src()
Returns the link source connection point.
|
Link.Type |
type()
Returns the type of the link.
|
supplierId
Link.Type type()
ConnectionPoint src()
ConnectionPoint dst()
LinkInfo info()
link information
associated with the link.
The link information describes the link type and time the link was
last reported by a supplier of links.Copyright © 2015. All Rights Reserved.