Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Class djm.dog.DimElementInfo

java.lang.Object
  |
  +--djm.dog.ElementInfo
        |
        +--djm.dog.DimElementInfo

public class DimElementInfo
extends ElementInfo
implements java.io.Serializable
See Also:
Serialized Form

Field Summary
int[] numPositions
           
DimElementPosition position
           
 
Fields inherited from class djm.dog.ElementInfo
element, elementNumber, hostname, local, name, position, totalNumElements
 
Method Summary
int getNumDimensions()
           
void setNumDimensions(int dogDimensions)
           
 
Methods inherited from class djm.dog.ElementInfo
getPosition
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait
 

Field Detail

position

public DimElementPosition position

numPositions

public int[] numPositions
Method Detail

setNumDimensions

public void setNumDimensions(int dogDimensions)

getNumDimensions

public int getNumDimensions()

Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD