|
UML | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.draw2d.AbstractRouter
org.eclipse.draw2d.BendpointConnectionRouter
org.eclipse.gmf.runtime.draw2d.ui.internal.routers.ObliqueRouter
org.eclipse.gmf.runtime.draw2d.ui.internal.routers.RectilinearRouter
org.topcased.modeler.uml.sequencediagram.routers.MessageRouter
org.topcased.modeler.uml.sequencediagram.routers.CallRouter
public class CallRouter
the router for the calls
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.gmf.runtime.draw2d.ui.internal.routers.ObliqueRouter |
---|
org.eclipse.gmf.runtime.draw2d.ui.internal.routers.ObliqueRouter.ArrayListMap |
Nested classes/interfaces inherited from interface org.eclipse.draw2d.ConnectionRouter |
---|
org.eclipse.draw2d.ConnectionRouter.NullConnectionRouter |
Field Summary |
---|
Fields inherited from class org.eclipse.gmf.runtime.draw2d.ui.internal.routers.ObliqueRouter |
---|
ROUTER_FLAG_SKIPNORMALIZATION, routerFlags, SELFRELSIZEINCR, SELFRELSIZEINIT |
Fields inherited from interface org.eclipse.draw2d.ConnectionRouter |
---|
NULL |
Constructor Summary | |
---|---|
CallRouter()
|
Method Summary | |
---|---|
protected org.eclipse.draw2d.geometry.Point |
getEndPoint(org.eclipse.draw2d.Connection conn)
The end point depends on the way to route (self or not) |
protected org.eclipse.draw2d.geometry.Point |
getStartPoint(org.eclipse.draw2d.Connection conn)
The start point depends on the way to route (self or not) |
protected boolean |
isSelfConnection(org.eclipse.draw2d.Connection conn)
A self connection is between two executions on the same lifeline |
Methods inherited from class org.topcased.modeler.uml.sequencediagram.routers.MessageRouter |
---|
routeLine, setSelfPoints |
Methods inherited from class org.eclipse.gmf.runtime.draw2d.ui.internal.routers.RectilinearRouter |
---|
checkEndSegment, checkEndSegments, removeSegmentsInViews, resetEndPointsToEdge, straightenPoints, updateIfNotRectilinear, updateToBiTerminal |
Methods inherited from class org.eclipse.gmf.runtime.draw2d.ui.internal.routers.ObliqueRouter |
---|
calculateBendPoints, checkSelfRelConnection, getFigurePolygon, getSelfRelVertices, getStraightEdgePoint, invalidate, isAvoidingObstructions, isClosestDistance, isReorienting, remove, removePointsInViews, route, routeBendpoints, setConstraint |
Methods inherited from class org.eclipse.draw2d.BendpointConnectionRouter |
---|
getConstraint |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CallRouter()
Method Detail |
---|
protected boolean isSelfConnection(org.eclipse.draw2d.Connection conn)
isSelfConnection
in class MessageRouter
conn
- the connection
MessageRouter.isSelfConnection(org.eclipse.draw2d.Connection)
protected org.eclipse.draw2d.geometry.Point getStartPoint(org.eclipse.draw2d.Connection conn)
getStartPoint
in class org.eclipse.draw2d.AbstractRouter
AbstractRouter.getStartPoint(org.eclipse.draw2d.Connection)
protected org.eclipse.draw2d.geometry.Point getEndPoint(org.eclipse.draw2d.Connection conn)
getEndPoint
in class org.eclipse.draw2d.AbstractRouter
AbstractRouter.getEndPoint(org.eclipse.draw2d.Connection)
|
UML | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.