Uses of Class
de.xima.fc.common.graphdot.Port
-
Packages that use Port Package Description de.xima.fc.common.graphdot Package with tools for working with the graph dot language. -
-
Uses of Port in de.xima.fc.common.graphdot
Methods in de.xima.fc.common.graphdot that return Port Modifier and Type Method Description Port
NodeId. getPort()
static Port
GraphDotElementFactory. port(ECompassPointType compassPoint)
Creates a new port with no ID and a compass point.static Port
GraphDotElementFactory. port(CharSequence id)
Creates a new port with an ID and no compass point.static Port
GraphDotElementFactory. port(CharSequence id, ECompassPointType compassPoint)
Creates a new port with an ID and a compass point.Methods in de.xima.fc.common.graphdot with parameters of type Port Modifier and Type Method Description static NodeId
GraphDotElementFactory. nodeId(CharSequence id, Port port)
Creates a new node ID with an ID and a port.void
GraphDotModelWriter. writeModelPort(Port port)
Writes a port model.Constructors in de.xima.fc.common.graphdot with parameters of type Port Constructor Description NodeId(CharSequence id, Port port)
Creates a new node ID.
-