Package com.ensoftcorp.open.pcg.common
Interface ICFGPCG.ICFGPCGNode
-
- Enclosing class:
- ICFGPCG
public static interface ICFGPCG.ICFGPCGNode
Defines tags and attributes for ICFGPCG nodes
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ICFGPCGMasterEntry
Tag applied to the newly created master entry nodestatic java.lang.String
ICFGPCGMasterExit
Tag applied to the newly create master exit node
-
-
-
Field Detail
-
ICFGPCGMasterEntry
static final java.lang.String ICFGPCGMasterEntry
Tag applied to the newly created master entry node- See Also:
- Constant Field Values
-
ICFGPCGMasterExit
static final java.lang.String ICFGPCGMasterExit
Tag applied to the newly create master exit node- See Also:
- Constant Field Values
-
-