Package com.anylogic.engine.markup
- All Known Subinterfaces:
NetworkPort
- All Known Implementing Classes:
ConveyorPortImpl
,ConveyorSpur
,LevelGate
,LiftPortImpl
,NetworkPortImpl
public interface MarkupPort
java.lang.String |
getFullName() |
|
Level |
getLevel() |
|
java.lang.String |
getName() |
|
MarkupPort |
getPairedPort() |
Returns the paired port for this markup port.
|
Point |
getXYZ() |
|
void |
setPairedPort(MarkupPort pairedPort) |
Sets the paired port for this markup port.
|
Modifier and Type | Method | Description |
---|
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 java.lang.String getName()
@AnyLogicInternalAPI java.lang.String getFullName()
@AnyLogicInternalAPI Point getXYZ()
@AnyLogicInternalAPI Level getLevel()
-
How can we improve this article?
-