public interface LogicalNetLink extends LogicalLink
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Support cloneable.
|
CategorizedUserData |
getCategorizedUserData()
Returns categorized user data.
|
LogicalNetNode |
getEndNode()
Returns the reference to the end node.
|
int |
getPartitionId()
Returns the ID of the partition that owns the link.
|
LogicalNetNode |
getStartNode()
Returns the reference to the start node.
|
UserData |
getUserData(int category)
Returns user data for the specified category.
|
boolean |
isPartiallyLoaded()
Returns true if the net link object is an external link that is partially loaded.
|
void |
setCategorizedUserData(CategorizedUserData userData)
Sets categorized user data.
|
void |
setEndNode(LogicalNetNode endNode)
Sets the reference to the end node of this link.
|
void |
setPartitionId(int partitionId)
Sets the ID of the partition that owns the link.
|
void |
setStartNode(LogicalNetNode startNode)
Sets the reference to the start node of this link.
|
void |
setUserData(int category, UserData userData)
Sets user data for the specified category.
|
LogicalLink |
toStandAloneLink()
Returns a new instance of a standalone link, which has the same properties as this link.
|
getCost, getEndNodeId, getId, getLevel, getStartNodeId, isActive, isBidirected, setCost, setEndNodeId, setIsActive, setIsBidirected, setStartNodeId, toLogicalNetLink, update
LogicalNetNode getStartNode()
LogicalNetNode getEndNode()
void setStartNode(LogicalNetNode startNode)
startNode
- start nodevoid setEndNode(LogicalNetNode endNode)
endNode
- end nodeint getPartitionId()
void setPartitionId(int partitionId)
partitionId
-boolean isPartiallyLoaded()
LogicalLink toStandAloneLink()
java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in interface LogicalLink
java.lang.CloneNotSupportedException
CategorizedUserData getCategorizedUserData()
void setCategorizedUserData(CategorizedUserData userData)
userData
-UserData getUserData(int category)
void setUserData(int category, UserData userData)
userData
-