|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.electric.database.topology.Connection
com.sun.electric.database.topology.TailConnection
public class TailConnection
A TailConnection represents connection on the tail end of the ArcInstance.
| Method Summary | |
|---|---|
int |
getEndIndex()
Method to determine the index of this TailConnection on its ArcInst. |
EPoint |
getLocation()
Method to return the location on this TailConnection. |
PortInst |
getPortInst()
Method to return the PortInst on this TailConnection. |
boolean |
isArrowed()
Method to tell whether this connection is arrowed. |
boolean |
isExtended()
Method to tell whether this connection is extended. |
boolean |
isNegated()
Method to tell whether this connection is negated. |
void |
setArrowed(boolean state)
Method to set whether this connection is arrowed. |
void |
setExtended(boolean e)
Method to set whether this connection is extended. |
void |
setNegated(boolean negated)
Method to set whether this connection is negated. |
java.lang.String |
toString()
Returns a printable version of this TailConnection. |
| Methods inherited from class com.sun.electric.database.topology.Connection |
|---|
getArc |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public PortInst getPortInst()
getPortInst in class Connectionpublic EPoint getLocation()
getLocation in class Connectionpublic boolean isArrowed()
isArrowed in class Connectionpublic void setArrowed(boolean state)
setArrowed in class Connectionstate - true to set that end of this arc to be arrowed.public boolean isExtended()
isExtended in class Connectionpublic void setExtended(boolean e)
setExtended in class Connectione - true to set that end of this arc to be extended.public boolean isNegated()
isNegated in class Connectionpublic void setNegated(boolean negated)
setNegated in class Connectionnegated - true if this connection is negated.public int getEndIndex()
getEndIndex in class Connectionpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||