Class VExternalSubProcess

  • All Implemented Interfaces:
    com.mxgraph.model.mxICell, java.io.Serializable, java.lang.Cloneable

    public class VExternalSubProcess
    extends VActivity
    Visual representation of an external subprocess.
    See Also:
    Serialized Form
    • Constructor Detail

      • VExternalSubProcess

        public VExternalSubProcess​(com.mxgraph.view.mxGraph graph)
        Creates the subprocess.
        Parameters:
        graph - The graph.
    • Method Detail

      • getStyle

        public java.lang.String getStyle()
        Gets the style.
        Specified by:
        getStyle in interface com.mxgraph.model.mxICell
        Overrides:
        getStyle in class VActivity
      • getValue

        public java.lang.Object getValue()
        Gets the value.
        Specified by:
        getValue in interface com.mxgraph.model.mxICell
        Overrides:
        getValue in class VNamedNode
        Returns:
        The value.
      • setValue

        public void setValue​(java.lang.Object value)
        Sets the value.
        Specified by:
        setValue in interface com.mxgraph.model.mxICell
        Overrides:
        setValue in class VNamedNode
        Parameters:
        value - The value.