Package com.dassault_systemes.catweb.databackend.dataType

   
Class PENode

 
Class Hierarchy
java.lang.Object
  |
  +-com.dassault_systemes.catweb.databackend.dataType.PELeaf
        |
        +-com.dassault_systemes.catweb.databackend.dataType.PENode
Class Location

Framework : CATJDataAccessBasicModel

Module : PLAdatabackend

Class Description

public class PENode

Field Summary

Constructor Summary
PENode(Uuid iUuid, PEType iType, PELeaf[] iChildren)

Method Summary
void setChildren(PELeaf[] iChildren)
PELeaf[] getChildren()
PENode PENodeClone()


Field Detail

Constructor Detail

PENode

    PENode(Uuid iUuid, PEType iType, PELeaf[] iChildren)

Constructs a PENode given its identifier, its type and its children.

Parameters:
iUuid
The unique identifier of the PENode
iType
The type of the PENode
iChildren
The children of the PENode given as an array of PELeaf. The elements of this array could be PELeaf or PENode

Method Detail

setChildren

    void setChildren(PELeaf[] iChildren)

Sets the children of a PENode.

Parameters:
iChildren
The children of the PENode given as an array of PELeaf. The elements of this array could be PELeaf or PENode

getChildren

    PELeaf[] getChildren()

Returns the children of the PENode given as an array of PELeaf. The elements of this array could be PELeaf or PENode.


PENodeClone

    PENode PENodeClone()



Copyright © 2000, Dassault Systèmes. All rights reserved