Class PlotNode

Direct Known Subclasses:
Plot

public class PlotNode extends VariableHolderNode
  • Constructor Details

  • Method Details

    • getType

      public PlotNode.Type getType()
    • addNode

      public void addNode(PlotNode child)
    • getChildNodes

      public List<PlotNode> getChildNodes()
    • getNode

      public PlotNode getNode(PlotNode.Type type)
    • getParent

      public PlotNode getParent()
    • setParent

      public void setParent(PlotNode parent)
      Parameters:
      parent - the parent to set
    • getI18n

      public String getI18n()
      Returns:
      the i18n
    • setI18n

      public void setI18n(String i18n)
      Parameters:
      i18n - the i18n to set
    • addActor

      public void addActor(Actor value)
    • getActors

      public List<Actor> getActors()