Class FlowStructureGraphMLProducer

    • Field Detail

      • m_OutputClassname

        protected boolean m_OutputClassname
        whether to display the class name as well in the label.
      • m_LinkCallableActors

        protected boolean m_LinkCallableActors
        whether to link to callable actors.
      • m_OutputYEdGraphML

        protected boolean m_OutputYEdGraphML
        whether to output yEd GraphML.
      • m_OutputBuffer

        protected StringBuilder m_OutputBuffer
        for storing the generating string.
      • m_NodeCounter

        protected int m_NodeCounter
        the counter for the nodes.
      • m_EdgeCounter

        protected int m_EdgeCounter
        the counter for the edges.
    • Constructor Detail

      • FlowStructureGraphMLProducer

        public FlowStructureGraphMLProducer()