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 node
      static 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