Package com.anylogic.engine.markup
- java.lang.Object
- com.anylogic.engine.markup.PathEnd<T>
- Direct Known Subclasses:
RoadEnd
public class PathEnd<T> extends Object
Constructor | Description |
---|---|
PathEnd |
Modifier and Type | Method | Description |
---|---|---|
T | getPath() |
Returns the path of this PathEnd
|
PathEndType | getType() |
Returns the type of the end of this path.
|
public PathEnd(T path, PathEndType type)
public T getPath()
Returns the path of this PathEnd
public PathEndType getType()
Returns the type of the end of this path. Either PathEndType.BEGIN or PathEndType.END
- Returns: