-
- All Superinterfaces:
CellDef
- All Known Implementing Classes:
ActorLaneDef
public interface LaneDef extends CellDef
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UriPattern
lanePattern()
String
laneType()
Uri
laneUri()
-
-
-
Method Detail
-
laneUri
Uri laneUri()
-
lanePattern
UriPattern lanePattern()
-
laneType
String laneType()
-
-