Package com.dassault_systemes.catweb.databackend.dataType |
java.lang.Object
|
+-com.dassault_systemes.catweb.databackend.dataType.PELeaf
|
+-com.dassault_systemes.catweb.databackend.dataType.PENode
Framework : CATJDataAccessBasicModel
Module : PLAdatabackend
public class PENode
PENode(Uuid iUuid, PEType iType, PELeaf[] iChildren)
|
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
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