Package com.anylogic.engine.markup
- All Known Subinterfaces:
NetworkPort
- All Known Implementing Classes:
ConveyorPortImpl
,ConveyorSpur
,LevelGate
,LiftPortImpl
,NetworkPortImpl
public interface MarkupPort
Modifier and Type | Method | Description |
---|---|---|
String | getFullName() | |
Level | getLevel() | |
String | getName() | |
MarkupPort | getPairedPort() |
Returns the paired port for this markup port.
|
Point | getXYZ() | |
void | setPairedPort |
Sets the paired port for this markup port.
|
void setPairedPort(MarkupPort pairedPort)
Sets the paired port for this markup port.
- Parameters:
pairedPort
- - a markup port from another
MarkupPort getPairedPort()
Returns the paired port for this markup port.
- Returns:
- the paired port for this markup port
@AnyLogicInternalAPI String getName()
@AnyLogicInternalAPI String getFullName()
@AnyLogicInternalAPI Point getXYZ()
@AnyLogicInternalAPI Level getLevel()