Uses of Class
de.xima.fc.common.graphdot.Port
Packages that use Port
Package
Description
Package with tools for working with the graph dot language.
See
GraphDotElementFactory for creating graph dot elements.-
Uses of Port in de.xima.fc.common.graphdot
Methods in de.xima.fc.common.graphdot that return PortModifier and TypeMethodDescriptionNodeId.getPort()static PortGraphDotElementFactory.port(ECompassPointType compassPoint) Creates a new port with no ID and a compass point.static PortGraphDotElementFactory.port(CharSequence id) Creates a new port with an ID and no compass point.static PortGraphDotElementFactory.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 PortModifier and TypeMethodDescriptionstatic NodeIdGraphDotElementFactory.nodeId(CharSequence id, Port port) Creates a new node ID with an ID and a port.voidGraphDotModelWriter.writeModelPort(Port port) Writes a port model.Constructors in de.xima.fc.common.graphdot with parameters of type Port