Uses of Interface
se.conciliate.extensions.router.EdgeRouter
Packages that use EdgeRouter
Package
Description
Provides a means to create, retrieve, update and delete all different
persistently stored objects.
Provides services for serialising entities to or from XML.
-
Uses of EdgeRouter in se.conciliate.extensions.store
Methods in se.conciliate.extensions.store that return EdgeRouterModifier and TypeMethodDescriptionMTEdge.getEdgeRouter()
Returns the current edge router for the edge.Methods in se.conciliate.extensions.store with parameters of type EdgeRouterModifier and TypeMethodDescriptionMTCompleteModel.createEdge
(String uuid, EdgeType type, EdgeRouter router, MTCompleteVertex from, MTCompleteVertex to, List<Point> points) Creates a new edge and adds it to the model.MTCompleteModel.createEdge
(EdgeType type, EdgeRouter router, MTCompleteVertex from, MTCompleteVertex to, List<Point> points) Creates a new edge and adds it to the model.boolean
MTEdgePath.hasEqualRouter
(EdgeRouter other) Returns true if this edge path has a valid router and is the same router asother
void
MTEdge.setEdgeRouter
(EdgeRouter router) Sets the edge router for this edge. -
Uses of EdgeRouter in se.conciliate.extensions.xml
Methods in se.conciliate.extensions.xml that return EdgeRouterModifier and TypeMethodDescriptionTypeResolver.getEdgeRouter
(String routerID) Returns the corresponding edge router for a router ID.