public static class GGWall.GGVerticalWall extends GGWall
GGWall.GGHorizontalWall, GGWall.GGVerticalWall| Constructor and Description | 
|---|
GGVerticalWall()  | 
GGVerticalWall(int e1,
              int e2,
              int pos,
              int type,
              java.lang.String name)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
className()
Returns the name of this OO-MDP object class 
 | 
GGWall.GGVerticalWall | 
copy()
Returns a copy of this state suitable for creating state transitions. 
 | 
GGWall.GGVerticalWall | 
copyWithName(java.lang.String objectName)
Returns a copy of this  
ObjectInstance with the specified name | 
public GGVerticalWall()
public GGVerticalWall(int e1,
                      int e2,
                      int pos,
                      int type,
                      java.lang.String name)
public java.lang.String className()
ObjectInstancepublic GGWall.GGVerticalWall copyWithName(java.lang.String objectName)
ObjectInstanceObjectInstance with the specified nameobjectName - the new name for the objectpublic GGWall.GGVerticalWall copy()
StateDeepCopyState or ShallowCopyState annotations. If it is a shallow copy, you should not *directly*
 modify any fields of a copied state without copying the fields first, or it could contaminate the state from
 which the copy was made. Alternatively, use the MutableState.set(Object, Object) method to modify
 ShallowCopyState copied states,
 which for ShallowCopyState instances should perform a safe copy-on-write operation.