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