AnyLogic
Expand
Font size
All Known Subinterfaces:
NetworkPort
All Known Implementing Classes:
ConveyorPortImpl, ConveyorSpur, LevelGate, LiftPortImpl, NetworkPortImpl

public interface MarkupPort

Method Summary

Modifier and TypeMethodDescription
StringgetFullName() 
LevelgetLevel() 
StringgetName() 
MarkupPortgetPairedPort()
Returns the paired port for this markup port.
PointgetXYZ() 
voidsetPairedPort(MarkupPort pairedPort)
Sets the paired port for this markup port.

Method Details

setPairedPort

void setPairedPort(MarkupPort pairedPort)
Sets the paired port for this markup port.
Parameters:
pairedPort - - a markup port from another

getPairedPort

MarkupPort getPairedPort()
Returns the paired port for this markup port.
Returns:
the paired port for this markup port

getName

@AnyLogicInternalAPI
String getName()

getFullName

@AnyLogicInternalAPI
String getFullName()

getXYZ

@AnyLogicInternalAPI
Point getXYZ()

getLevel

@AnyLogicInternalAPI
Level getLevel()