Package com.anylogic.engine.markup
- java.lang.Object
-
- com.anylogic.engine.markup.AbstractMarkupSubunit<OWNER>
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
Attractor
,Escalator
,QueuePath
,ServiceUnit
public abstract class AbstractMarkupSubunit<OWNER extends MarkupShape>
extends java.lang.Object
implements java.io.Serializable
- See Also:
- Serialized Form
AbstractMarkupSubunit() |
|
Constructor | Description |
---|
java.lang.String |
getName() |
If the markup shape is declared as field in an agent class, e.g.
|
OWNER |
getOwner() |
|
Modifier and Type | Method | Description |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AbstractMarkupSubunit()
public OWNER getOwner()
public java.lang.String getName()
If the markup shape is declared as field in an agent class, e.g. if it was drawn
in the graphical editor, returns the name of the field, otherwise returns the
string
This method is designed to be used for debug/development purposes only. It has a very inefficient implementation
#UNKNOWN_NAME
.
For replicated shapes returns the name of the field with the index of the shape
in square brackets.This method is designed to be used for debug/development purposes only. It has a very inefficient implementation
- Returns:
- the name of the corresponding field or
#UNKNOWN_NAME
-
How can we improve this article?
-