@Entity
public class MapConnector
extends NamedObject
Modifier and Type | Field and Description |
---|---|
static int |
NAME_MAX_LENGTH
Maximum length of the name of a map connector.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDisplayableTypeName() |
MapConnectorPoint |
getEndPoint()
Get the ending (target) input connector point for the connection.
|
java.lang.String |
getNamespaceId() |
IRoot |
getOwner()
Return the end point for this connector.
|
MapRootContainer |
getOwnerMapping()
Get the persistent owner mapping for this connector.
|
MapRootContainer |
getRootContainer() |
MapConnectorPoint |
getStartPoint()
Get the starting (source) output connector point for the connection.
|
void |
setIsHidden(boolean value)
Set the hidden flag which indicates that the connector is hidden for any graphical
UI rendering of the graph.
|
void |
setName(java.lang.String name) |
java.lang.String |
toString() |
public static final int NAME_MAX_LENGTH
public java.lang.String getNamespaceId()
public void setIsHidden(boolean value)
value
- public MapConnectorPoint getStartPoint()
public MapConnectorPoint getEndPoint()
public void setName(java.lang.String name) throws MappingException
MappingException
public IRoot getOwner()
public MapRootContainer getRootContainer()
public MapRootContainer getOwnerMapping()
public java.lang.String getDisplayableTypeName()
public java.lang.String toString()