Class AcyclicCFGSmartView

  • All Implemented Interfaces:
    com.ensoftcorp.atlas.ui.scripts.selections.AtlasSmartViewScript

    public class AcyclicCFGSmartView
    extends com.ensoftcorp.atlas.ui.scripts.selections.FilteringAtlasSmartViewScript
    The Smartview accept a function/method node and spits out the acyclic CFG transform based on the algorithm implemented in DAGTransform.
    • Method Summary

      Modifier and Type Method Description
      java.lang.String[] getSupportedEdgeTags()  
      java.lang.String[] getSupportedNodeTags()  
      java.lang.String getTitle()  
      com.ensoftcorp.atlas.core.script.StyledResult selectionChanged​(com.ensoftcorp.atlas.ui.selection.event.IAtlasSelectionEvent input, com.ensoftcorp.atlas.core.query.Q filteredSelection)  
      • Methods inherited from class com.ensoftcorp.atlas.ui.scripts.selections.FilteringAtlasSmartViewScript

        selectionChanged, selectionChanged
      • Methods inherited from class com.ensoftcorp.atlas.ui.scripts.selections.AbstractAtlasSmartViewScript

        indexChanged, indexCleared
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AcyclicCFGSmartView

        public AcyclicCFGSmartView()
    • Method Detail

      • getTitle

        public java.lang.String getTitle()
      • getSupportedNodeTags

        public java.lang.String[] getSupportedNodeTags()
      • getSupportedEdgeTags

        public java.lang.String[] getSupportedEdgeTags()
      • selectionChanged

        public com.ensoftcorp.atlas.core.script.StyledResult selectionChanged​(com.ensoftcorp.atlas.ui.selection.event.IAtlasSelectionEvent input,
                                                                              com.ensoftcorp.atlas.core.query.Q filteredSelection)