parsedtree
Class FormUnit

java.lang.Object
  extended byparsedtree.Movement
      extended byparsedtree.FormUnit

public class FormUnit
extends Movement


Field Summary
 int across
           
 double bar
           
 int down
           
 int facing
           
 boolean isPositionSpecified
          Indicates whether the position at which the unit was formed was specified in the form_unit element.
 UnitDefinition unitDefinition
           
 
Constructor Summary
FormUnit()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

unitDefinition

public UnitDefinition unitDefinition

isPositionSpecified

public boolean isPositionSpecified
Indicates whether the position at which the unit was formed was specified in the form_unit element.

When a unit is formed, the position at which the unit is formed may optionally be given using the place and place attributes in the form_unit element. If no position was specified then the first movement for the unit must be a movement that specifies the starting position.


down

public int down

across

public int across

facing

public int facing

bar

public double bar
Constructor Detail

FormUnit

public FormUnit()


Copyright © 2003 Nigel Westbury