Package com.kcsl.paths.ui.smart
Class AcyclicCFGSmartView
- java.lang.Object
-
- com.ensoftcorp.atlas.ui.scripts.selections.AbstractAtlasSmartViewScript
-
- com.ensoftcorp.atlas.ui.scripts.selections.FilteringAtlasSmartViewScript
-
- com.kcsl.paths.ui.smart.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 inDAGTransform
.
-
-
Constructor Summary
Constructors Constructor Description AcyclicCFGSmartView()
-
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
-
-
-
-
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)
-
-