public abstract class MbTerminal
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(MbTerminal terminal)
Returns true if the two MbTerminal object references refer to the same terminal.
|
java.lang.String |
getName()
Returns the name of the terminal.
|
boolean |
isAttached()
Indicates whether the terminal is attached to anything or not.
|
boolean |
isDynamic()
Returns true if the terminal is dynamic.
|
java.lang.String |
toString()
Returns a String representation of the terminal.
|
public java.lang.String getName()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(MbTerminal terminal)
public boolean isDynamic()
public boolean isAttached() throws MbException
MbException