|
Calypso Gateway v1.0 | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--codec.dyntree.ParentChildPair
Structure used by DynTree operations.
Field Summary | |
java.lang.Object |
child
|
java.lang.Object |
parent
|
int |
type
Type of relation between parent and child. |
Constructor Summary | |
ParentChildPair(java.lang.Object parent_,
java.lang.Object child_,
int type_)
|
Methods inherited from class java.lang.Object |
|
Field Detail |
public java.lang.Object parent
public java.lang.Object child
public int type
Constructor Detail |
public ParentChildPair(java.lang.Object parent_, java.lang.Object child_, int type_)
|
Calypso Gateway v1.0 | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |