Library | Package Java Toolkit

Interface ElementTree

package com.ptc.wfc.wfcElementTree;

public interface ElementTree
  extends com.ptc.pfc.pfcObject.Object



Description

 



Method Summary
voidCreateDtmCsysElemTreeFromFile (String FileName)
     
ElementGetElement (ElementPath Path)
     Obtains the element from the element tree based on the element path.
booleanIsElementArray (ElementPath Path)
     Returns true if the element is of array type.
booleanIsElementCompound (ElementPath Path)
     Returns true if the element is a compound element.
booleanIsElementMultiVal (ElementPath Path)
     Returns true if the element is a multi-valued element.
ElementsListTreeElements ()
     Returns a sequence of elements.
voidWriteElementTreeToFile (ElementTreeFormat Format, String FileName)
     Writes the element tree in the specified format

Method Detail

WriteElementTreeToFile

voidWriteElementTreeToFile (ElementTreeFormat Format, String FileName)


     Writes the element tree in the specified format
Manual References:
Feature Element Tree: Feature Element Tree, Feature Element Tree: Feature Element Tree
Parameters:
Format
FileName
Returns:


ListTreeElements

ElementsListTreeElements ()


     Returns a sequence of elements.

The elements are listed in the sequence as they appear in the element tree.

Exceptions thrown (but not limited to):

<reference 6 to unknown entity pfcExceptions::pfcXInAMethod>


Manual References:
Feature Element Tree: Feature Element Tree
Returns:


CreateDtmCsysElemTreeFromFile

voidCreateDtmCsysElemTreeFromFile (String FileName)


     
Manual References:
Feature Element Tree: Feature Element Tree, Feature Element Tree: Feature Element Tree
Parameters:
FileName
Returns:


GetElement

ElementGetElement (ElementPath Path)


     Obtains the element from the element tree based on the element path.
Manual References:
Feature Element Tree: Feature Element Tree
Parameters:
Path
Returns:


IsElementCompound

booleanIsElementCompound (ElementPath Path)


     Returns true if the element is a compound element.
Manual References:
Feature Element Tree: Feature Element Tree
Parameters:
Path
Returns:


IsElementMultiVal

booleanIsElementMultiVal (ElementPath Path)


     Returns true if the element is a multi-valued element.
Manual References:
Feature Element Tree: Feature Element Tree
Parameters:
Path
Returns:


IsElementArray

booleanIsElementArray (ElementPath Path)


     Returns true if the element is of array type.
Manual References:
Feature Element Tree: Feature Element Tree
Parameters:
Path
Returns: