-
- All Superinterfaces:
CellAddress
- All Known Implementing Classes:
LaneAddress
,UplinkAddress
public interface LaneAddressed extends CellAddress
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Uri
laneUri()
LaneAddressed
laneUri(String laneUri)
LaneAddressed
laneUri(Uri laneUri)
UplinkAddressed
linkKey(Value linkKey)
-
-
-
Method Detail
-
laneUri
Uri laneUri()
-
laneUri
LaneAddressed laneUri(Uri laneUri)
-
laneUri
LaneAddressed laneUri(String laneUri)
-
linkKey
UplinkAddressed linkKey(Value linkKey)
-
-