Module rgg

Class DTGShoot

All Implemented Interfaces:
Transformation, VertexSequence.Vertex, Manageable, PersistenceCapable, Shareable, UserFields, XObject, TurtleModifier, Map, Serializable

public class DTGShoot extends F
See Also:
  • Field Details

    • internodeCount

      public int internodeCount
    • heartwood

      public float heartwood
    • order

      public int order
    • generativeDistance

      public int generativeDistance
    • tropismStrength

      public float tropismStrength
    • parameter

      public float parameter
    • carbon

      public float carbon
    • relPosition

      public float relPosition
    • scale

      public int scale
    • noOfYear

      public int noOfYear
    • $TYPE

      public static final Node.NType $TYPE
    • internodeCount$FIELD

      public static final Node.NType.Field internodeCount$FIELD
    • heartwood$FIELD

      public static final Node.NType.Field heartwood$FIELD
    • order$FIELD

      public static final Node.NType.Field order$FIELD
    • generativeDistance$FIELD

      public static final Node.NType.Field generativeDistance$FIELD
    • tropismStrength$FIELD

      public static final Node.NType.Field tropismStrength$FIELD
    • parameter$FIELD

      public static final Node.NType.Field parameter$FIELD
    • carbon$FIELD

      public static final Node.NType.Field carbon$FIELD
    • relPosition$FIELD

      public static final Node.NType.Field relPosition$FIELD
    • scale$FIELD

      public static final Node.NType.Field scale$FIELD
    • noOfYear$FIELD

      public static final Node.NType.Field noOfYear$FIELD
  • Constructor Details

    • DTGShoot

      public DTGShoot()
  • Method Details

    • getInt

      protected int getInt(IntAttribute a, GraphState gs)
      Overrides:
      getInt in class F
    • getFloat

      protected float getFloat(FloatAttribute a, GraphState gs)
      Overrides:
      getFloat in class F
    • getNTypeImpl

      protected Node.NType getNTypeImpl()
      Description copied from class: Node
      This method returns the Node.NType which describes the managed fields of the class of this node. This method has to be implemented in every concrete subclass.
      Overrides:
      getNTypeImpl in class F
      Returns:
      type describing the managed fields of the class of this node
    • newInstance

      protected Node newInstance()
      Description copied from class: Node
      This method returns a new instance of the class of this node. This method has to be implemented in every concrete subclass.
      Overrides:
      newInstance in class F
      Returns:
      new instance of class of this node