public abstract class MbTerminal extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(MbTerminal terminal)
Returns true if the two MbTerminal object references refer to the same terminal.
|
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.
|
String |
toString()
Returns a String representation of the terminal.
|
public String getName()
public String toString()
public boolean equals(MbTerminal terminal)
public boolean isDynamic()
public boolean isAttached() throws MbException
MbException