Calypso Gateway v1.0

codec.dyntree
Class ParentChildPair

java.lang.Object
  |
  +--codec.dyntree.ParentChildPair

public final class ParentChildPair
extends java.lang.Object

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

parent

public java.lang.Object parent

child

public java.lang.Object child

type

public int type
Type of relation between parent and child.
Constructor Detail

ParentChildPair

public ParentChildPair(java.lang.Object parent_,
                       java.lang.Object child_,
                       int type_)

Calypso Gateway v1.0