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 PortNodeId. 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 Port Modifier and Type Method Description static 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 Constructor Description NodeId(CharSequence id, Port port)Creates a new node ID. 
 -