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

Class djm.dog.OneDArrayElementInfo

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

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

Field Summary
int numPositions
           
OneDArrayElementPosition position
           
 
Fields inherited from class djm.dog.ElementInfo
element, elementNumber, hostname, local, name, position, totalNumElements
 
Constructor Summary
OneDArrayElementInfo()
           
 
Method Summary
ElementPosition getPosition()
           
 
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 OneDArrayElementPosition position

numPositions

public int numPositions
Constructor Detail

OneDArrayElementInfo

public OneDArrayElementInfo()
Method Detail

getPosition

public ElementPosition getPosition()
Overrides:
getPosition in class ElementInfo

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