|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.extjwnl.data.PointerUtils
public class PointerUtils
This class contains static methods for performing various pointer operations. A pointer from one synset/word to
another connotes a relationship between those words. The type of the relationship is specified by the type
of pointer. See the WordNet documentation for information on pointer types. To avoid confusion with
the Relationship
class, these relationships will be referred to as links.
Field Summary | |
---|---|
static int |
INFINITY
Representation of infinite depth. |
Method Summary | |
---|---|
static PointerTargetNodeList |
getAlsoSees(Synset synset)
Finds what words are related to synset . |
static PointerTargetTree |
getAlsoSeeTree(Synset synset,
int depth)
Finds all See Also relations to depth depth . |
static PointerTargetNodeList |
getAntonyms(Synset synset)
Returns the words that mean the opposite of synset . |
static PointerTargetNodeList |
getAttributes(Synset synset)
Returns the attributes of synset . |
static PointerTargetNodeList |
getCauses(Synset synset)
Finds direct cause links of synset . |
static PointerTargetTree |
getCauseTree(Synset synset)
Finds all cause links for synset . |
static PointerTargetTree |
getCauseTree(Synset synset,
int depth)
Finds all cause links for synset to depth depth . |
static PointerTargetNodeList |
getCoordinateTerms(Synset synset)
Returns synset 's siblings (the hyponyms of its hypernyms). |
static PointerTargetNodeList |
getDirectHypernyms(Synset synset)
Returns the immediate parents of synset . |
static PointerTargetNodeList |
getDirectHyponyms(Synset synset)
Returns the immediate children of synset . |
static PointerTargetNodeList |
getEntailments(Synset synset)
Finds direct entailments of synset . |
static PointerTargetTree |
getEntailmentTree(Synset synset)
Finds all entailments for synset . |
static PointerTargetTree |
getEntailmentTree(Synset synset,
int depth)
Finds all entailments for synset to depth depth . |
static PointerTargetTree |
getExtendedAntonyms(Synset synset)
Returns the words that mean the opposite of synset and the immediate synonyms of those words. |
static PointerTargetTree |
getExtendedAntonyms(Synset synset,
int depth)
Finds all antonyms of synset , and all synonyms of those antonyms to depth depth . |
static PointerTargetNodeList |
getHolonyms(Synset synset)
Returns holonyms of synset . |
static PointerTargetTree |
getHypernymTree(Synset synset)
Returns all of the ancestors of synset . |
static PointerTargetTree |
getHypernymTree(Synset synset,
int depth)
Returns all of the ancestors of synset to depth depth . |
static PointerTargetTree |
getHyponymTree(Synset synset)
Returns all of the children of synset . |
static PointerTargetTree |
getHyponymTree(Synset synset,
int depth)
Returns all of the children of synset to depth depth . |
static PointerTargetTree |
getIndirectAntonyms(Synset synset)
Returns the immediate antonyms of all words that mean the same as synset . |
static PointerTargetTree |
getIndirectAntonyms(Synset synset,
int depth)
Returns the antonyms of all words that mean the same as synset to depth depth . |
static PointerTargetTree |
getInheritedHolonyms(Synset synset)
Returns holonyms of synset and of all its ancestors. |
static PointerTargetTree |
getInheritedHolonyms(Synset synset,
int pointerDepth,
int ancestorDepth)
Returns holonyms of each synset, to depth pointerDepth , starting at synset
and going for all of synset 's ancestors to depth ancestorDepth . |
static PointerTargetTree |
getInheritedMemberHolonyms(Synset synset)
Returns member holonyms of synset and of all its ancestors. |
static PointerTargetTree |
getInheritedMemberHolonyms(Synset synset,
int pointerDepth,
int ancestorDepth)
Returns member holonyms of each synset, to depth pointerDepth , starting at synset
and going for all of synset 's ancestors to depth ancestorDepth . |
static PointerTargetTree |
getInheritedMemberMeronyms(Synset synset)
Returns member meronyms of synset and of its ancestors. |
static PointerTargetTree |
getInheritedMemberMeronyms(Synset synset,
int pointerDepth,
int ancestorDepth)
Returns member meronyms of each synset, to depth pointerDepth , starting at
synset and going for all of synset 's ancestors to depth
ancestorDepth . |
static PointerTargetTree |
getInheritedMeronyms(Synset synset)
Returns meronyms of synset and of all its ancestors. |
static PointerTargetTree |
getInheritedMeronyms(Synset synset,
int pointerDepth,
int ancestorDepth)
Returns meronyms of each synset, to depth pointerDepth starting at
synset and going for all of synset 's ancestors to depth
ancestorDepth . |
static PointerTargetTree |
getInheritedPartHolonyms(Synset synset)
Returns part holonyms of synset and of all its ancestors. |
static PointerTargetTree |
getInheritedPartHolonyms(Synset synset,
int pointerDepth,
int ancestorDepth)
Returns part holonyms of each synset, to depth pointerDepth , starting at synset
and going for all of synset 's ancestors to depth ancestorDepth . |
static PointerTargetTree |
getInheritedPartMeronyms(Synset synset)
Returns part meronyms of synset and of all its ancestors. |
static PointerTargetTree |
getInheritedPartMeronyms(Synset synset,
int pointerDepth,
int ancestorDepth)
Returns part meronyms of each synset, to depth pointerDepth , starting at
synset and going for all of synset 's ancestors to depth
ancestorDepth . |
static PointerTargetTree |
getInheritedSubstanceHolonyms(Synset synset)
Returns substance holonyms of synset and of all its ancestors. |
static PointerTargetTree |
getInheritedSubstanceHolonyms(Synset synset,
int pointerDepth,
int ancestorDepth)
Returns substance holonyms of each synset, to depth pointerDepth , starting at synset
and going for all of synset 's ancestors to depth ancestorDepth . |
static PointerTargetTree |
getInheritedSubstanceMeronyms(Synset synset)
Returns substance meronyms of synset and of its ancestors. |
static PointerTargetTree |
getInheritedSubstanceMeronyms(Synset synset,
int pointerDepth,
int ancestorDepth)
Returns substance meronyms of each synset, to depth pointerDepth , starting at
synset and going for all of synset 's ancestors to depth
ancestorDepth . |
static PointerTargetNodeList |
getMemberHolonyms(Synset synset)
Returns member holonyms of synset . |
static PointerTargetNodeList |
getMemberMeronyms(Synset synset)
Returns member meronyms of synset . |
static PointerTargetNodeList |
getMeronyms(Synset synset)
Returns meronyms of synset . |
static PointerTargetNodeList |
getPartHolonyms(Synset synset)
Returns part holonyms of synset . |
static PointerTargetNodeList |
getParticipleOf(Synset synset)
Finds participle of links of synset . |
static PointerTargetNodeList |
getPartMeronyms(Synset synset)
Returns part meronyms of synset . |
static PointerTargetNodeList |
getPertainyms(Synset synset)
Returns the pertainyms for synset. |
static PointerTargetNodeList |
getSubstanceHolonyms(Synset synset)
Returns substance holonyms of synset . |
static PointerTargetNodeList |
getSubstanceMeronyms(Synset synset)
Returns substance meronyms of synset . |
static PointerTargetNodeList |
getSynonyms(Synset synset)
Returns the synonyms for synset. |
static PointerTargetTree |
getSynonymTree(Synset synset,
int depth)
Returns all the synonyms of synset to depth depth . |
static PointerTargetNodeList |
getVerbGroup(Synset synset)
Returns the group that this verb belongs to. |
static PointerTargetTree |
makeInheritedTree(PointerTargetTree tree,
PointerType[] searchTypes,
PointerType labelType,
int pointerDepth,
int ancestorDepth,
boolean allowRedundancies)
Turn an existing tree into an inheritance tree. |
static PointerTargetTree |
makeInheritedTree(Synset synset,
PointerType searchType)
Creates a hypernym tree starting at synset, and add to each node a nested list pointer targets of type searchType, starting at the node's pointer target. |
static PointerTargetTree |
makeInheritedTree(Synset synset,
PointerType[] searchTypes)
Creates a hypernym tree starting at synset, and add to each node a nested list pointer targets of the types specified in searchTypes, starting at the node's pointer target. |
static PointerTargetTree |
makeInheritedTree(Synset synset,
PointerType[] searchTypes,
PointerType labelType,
int pointerDepth,
int ancestorDepth)
Creates a hypernym tree starting at synset, and add to each node a nested list pointer targets of the types specified in searchTypes, starting at the node's pointer target. |
static PointerTargetTree |
makeInheritedTree(Synset synset,
PointerType[] searchTypes,
PointerType labelType,
int pointerDepth,
int ancestorDepth,
boolean allowRedundancies)
Creates a hypernym tree starting at synset, and add to each node a nested list pointer targets of the types specified in searchTypes, starting at the node's pointer target. |
static PointerTargetTree |
makeInheritedTree(Synset synset,
PointerType searchType,
PointerType labelType,
int pointerDepth,
int ancestorDepth)
Creates a hypernym tree starting at synset, and add to each node a nested list pointer targets of type searchType, starting at the node's pointer target. |
static PointerTargetTree |
makeInheritedTree(Synset synset,
PointerType searchType,
PointerType labelType,
int pointerDepth,
int ancestorDepth,
boolean allowRedundancies)
Creates a hypernym tree starting at synset, and add to each node a nested list pointer targets of type searchType, starting at the node's pointer target. |
static PointerTargetTreeNodeList |
makeInheritedTreeList(PointerTargetTreeNodeList list,
PointerType[] searchTypes,
PointerType labelType,
int pointerDepth,
int ancestorDepth,
boolean allowRedundancies)
Turn an existing tree list into an inheritance tree list. |
static PointerTargetTreeNodeList |
makePointerTargetTreeList(PointerTargetNodeList list,
PointerType[] searchTypes,
PointerType labelType,
int depth,
boolean allowRedundancies)
Makes a nested list of pointer targets to depth depth, starting at each synset in
list. |
static PointerTargetTreeNodeList |
makePointerTargetTreeList(PointerTargetNodeList list,
PointerType searchType,
PointerType labelType,
int depth,
boolean allowRedundancies)
Makes a nested list of pointer targets to depth depth, starting at each synset in
list. |
static PointerTargetTreeNodeList |
makePointerTargetTreeList(Synset synset,
PointerType searchType)
Makes a nested list of pointer targets to the default depth, starting at synset . |
static PointerTargetTreeNodeList |
makePointerTargetTreeList(Synset synset,
PointerType[] searchTypes)
Makes a nested list of pointer targets to the default depth, starting at synset . |
static PointerTargetTreeNodeList |
makePointerTargetTreeList(Synset synset,
PointerType[] searchTypes,
int depth)
Makes a nested list of pointer targets to depth depth, starting at synset . |
static PointerTargetTreeNodeList |
makePointerTargetTreeList(Synset synset,
PointerType[] searchTypes,
PointerType labelType,
int depth,
boolean allowRedundancies)
Makes a nested list of pointer targets to depth depth, starting at synset . |
static PointerTargetTreeNodeList |
makePointerTargetTreeList(Synset synset,
PointerType searchType,
int depth)
Makes a nested list of pointer targets to depth depth, starting at synset . |
static PointerTargetTreeNodeList |
makePointerTargetTreeList(Synset synset,
PointerType searchType,
PointerType labelType,
int depth,
boolean allowRedundancies)
Makes a nested list of pointer targets to depth depth, starting at synset . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int INFINITY
Method Detail |
---|
public static PointerTargetNodeList getDirectHypernyms(Synset synset)
synset
.
synset
- synset
synset
public static PointerTargetTree getHypernymTree(Synset synset)
synset
.
synset
- synset
synset
public static PointerTargetTree getHypernymTree(Synset synset, int depth)
synset
to depth depth
.
synset
- synsetdepth
- depth
synset
to depth depth
public static PointerTargetNodeList getDirectHyponyms(Synset synset)
synset
.
synset
- synset
synset
public static PointerTargetTree getHyponymTree(Synset synset)
synset
.
synset
- synset
synset
public static PointerTargetTree getHyponymTree(Synset synset, int depth)
synset
to depth depth
.
synset
- synsetdepth
- depth
synset
to depth depth
public static PointerTargetNodeList getCoordinateTerms(Synset synset)
synset
's siblings (the hyponyms of its hypernyms).
synset
- synset
synset
's siblings (the hyponyms of its hypernyms)public static PointerTargetNodeList getAntonyms(Synset synset)
synset
.
synset
- synset
synset
public static PointerTargetTree getExtendedAntonyms(Synset synset)
synset
and the immediate synonyms of those words.
synset
- synset
synset
and the immediate synonyms of those wordspublic static PointerTargetTree getExtendedAntonyms(Synset synset, int depth)
synset
, and all synonyms of those antonyms to depth depth
.
synset
- synsetdepth
- depth
synset
, and all synonyms of those antonyms to depth depth
public static PointerTargetTree getIndirectAntonyms(Synset synset)
synset
.
synset
- synset
synset
public static PointerTargetTree getIndirectAntonyms(Synset synset, int depth)
synset
to depth depth
.
synset
- synsetdepth
- depth
synset
to depth depth
public static PointerTargetNodeList getAttributes(Synset synset)
synset
.
synset
- synset
synset
public static PointerTargetNodeList getAlsoSees(Synset synset)
synset
.
synset
- synset
synset
public static PointerTargetTree getAlsoSeeTree(Synset synset, int depth)
depth
.
synset
- synsetdepth
- depth
depth
public static PointerTargetNodeList getMeronyms(Synset synset)
synset
.
synset
- synset
synset
public static PointerTargetNodeList getPartMeronyms(Synset synset)
synset
.
synset
- synset
synset
public static PointerTargetNodeList getMemberMeronyms(Synset synset)
synset
.
synset
- synset
synset
public static PointerTargetNodeList getSubstanceMeronyms(Synset synset)
synset
.
synset
- synset
synset
public static PointerTargetTree getInheritedMeronyms(Synset synset)
synset
and of all its ancestors.
synset
- synset
synset
and of all its ancestorspublic static PointerTargetTree getInheritedMeronyms(Synset synset, int pointerDepth, int ancestorDepth)
pointerDepth
starting at
synset
and going for all of synset
's ancestors to depth
ancestorDepth
.
synset
- synsetancestorDepth
- ancestor depthpointerDepth
- pointer depth
public static PointerTargetTree getInheritedPartMeronyms(Synset synset)
synset
and of all its ancestors.
synset
- synset
synset
and of all its ancestorspublic static PointerTargetTree getInheritedPartMeronyms(Synset synset, int pointerDepth, int ancestorDepth)
pointerDepth
, starting at
synset
and going for all of synset
's ancestors to depth
ancestorDepth
.
synset
- synsetancestorDepth
- ancestor depthpointerDepth
- pointer depth
public static PointerTargetTree getInheritedMemberMeronyms(Synset synset)
synset
- synset
public static PointerTargetTree getInheritedMemberMeronyms(Synset synset, int pointerDepth, int ancestorDepth)
pointerDepth
, starting at
synset
and going for all of synset
's ancestors to depth
ancestorDepth
.
synset
- synsetancestorDepth
- ancestor depthpointerDepth
- pointer depth
public static PointerTargetTree getInheritedSubstanceMeronyms(Synset synset)
synset
and of its ancestors.
synset
- synset
synset
and of its ancestorspublic static PointerTargetTree getInheritedSubstanceMeronyms(Synset synset, int pointerDepth, int ancestorDepth)
pointerDepth
, starting at
synset
and going for all of synset
's ancestors to depth
ancestorDepth
.
synset
- synsetancestorDepth
- ancestor depthpointerDepth
- pointer depth
public static PointerTargetNodeList getHolonyms(Synset synset)
synset
.
synset
- synset
synset
public static PointerTargetNodeList getPartHolonyms(Synset synset)
synset
.
synset
- synset
synset
public static PointerTargetNodeList getMemberHolonyms(Synset synset)
synset
.
synset
- synset
synset
public static PointerTargetNodeList getSubstanceHolonyms(Synset synset)
synset
.
synset
- synset
synset
public static PointerTargetTree getInheritedHolonyms(Synset synset)
synset
and of all its ancestors.
synset
- synset
public static PointerTargetTree getInheritedHolonyms(Synset synset, int pointerDepth, int ancestorDepth)
pointerDepth
, starting at synset
and going for all of synset
's ancestors to depth ancestorDepth
.
synset
- synsetancestorDepth
- ancestor depthpointerDepth
- pointer depth
public static PointerTargetTree getInheritedPartHolonyms(Synset synset)
synset
and of all its ancestors.
synset
- synset
synset
and of all its ancestorspublic static PointerTargetTree getInheritedPartHolonyms(Synset synset, int pointerDepth, int ancestorDepth)
pointerDepth
, starting at synset
and going for all of synset
's ancestors to depth ancestorDepth
.
synset
- synsetpointerDepth
- pointer depthancestorDepth
- ancestor depth
public static PointerTargetTree getInheritedMemberHolonyms(Synset synset)
synset
and of all its ancestors.
synset
- synset
synset
and of all its ancestorspublic static PointerTargetTree getInheritedMemberHolonyms(Synset synset, int pointerDepth, int ancestorDepth)
pointerDepth
, starting at synset
and going for all of synset
's ancestors to depth ancestorDepth
.
synset
- synsetpointerDepth
- pointer depthancestorDepth
- ancestor depth
public static PointerTargetTree getInheritedSubstanceHolonyms(Synset synset)
synset
and of all its ancestors.
synset
- synset
synset
and of all its ancestorspublic static PointerTargetTree getInheritedSubstanceHolonyms(Synset synset, int pointerDepth, int ancestorDepth)
pointerDepth
, starting at synset
and going for all of synset
's ancestors to depth ancestorDepth
.
synset
- synsetpointerDepth
- pointer depthancestorDepth
- ancestor depth
public static PointerTargetNodeList getEntailments(Synset synset)
synset
.
synset
- synset
synset
public static PointerTargetTree getEntailmentTree(Synset synset)
synset
.
synset
- synset
synset
public static PointerTargetTree getEntailmentTree(Synset synset, int depth)
synset
to depth depth
.
synset
- synsetdepth
- depth
synset
to depth depth
public static PointerTargetNodeList getCauses(Synset synset)
synset
.
synset
- synset
synset
public static PointerTargetTree getCauseTree(Synset synset)
synset
.
synset
- synset
synset
public static PointerTargetTree getCauseTree(Synset synset, int depth)
synset
to depth depth
.
synset
- synsetdepth
- depth
synset
to depth depth
public static PointerTargetNodeList getVerbGroup(Synset synset)
synset
- synset
public static PointerTargetNodeList getParticipleOf(Synset synset)
synset
.
synset
- synset
synset
public static PointerTargetNodeList getSynonyms(Synset synset)
synset
- synset
public static PointerTargetTree getSynonymTree(Synset synset, int depth)
synset
to depth depth
.
synset
- synsetdepth
- depth
synset
to depth depth
public static PointerTargetNodeList getPertainyms(Synset synset)
synset
- synset
public static PointerTargetTreeNodeList makePointerTargetTreeList(Synset synset, PointerType searchType)
synset
. Each
level of the list is related to the previous level by a pointer of type searchType.
synset
- synsetsearchType
- the pointer type to include in the pointer lists
synset
public static PointerTargetTreeNodeList makePointerTargetTreeList(Synset synset, PointerType searchType, int depth)
synset
. Each
level of the list is related to the previous level by a pointer of type searchType.
synset
- synsetsearchType
- the pointer type to include in the pointer listsdepth
- depth
synset
public static PointerTargetTreeNodeList makePointerTargetTreeList(Synset synset, PointerType searchType, PointerType labelType, int depth, boolean allowRedundancies)
synset
. Each
level of the list is related to the previous level by a pointer of type searchType.
searchType
- the pointer type to include in the pointer listslabelType
- the type used to label each pointer target in the treedepth
- depthallowRedundancies
- if true, duplicate items will be included in the treesynset
- synset
synset
public static PointerTargetTreeNodeList makePointerTargetTreeList(Synset synset, PointerType[] searchTypes)
synset
. Each
level of the list is related to the previous level by one of the pointer types specified by
searchTypes.
synset
- synsetsearchTypes
- the pointer types to include in the pointer lists
synset
public static PointerTargetTreeNodeList makePointerTargetTreeList(Synset synset, PointerType[] searchTypes, int depth)
synset
. Each
level of the list is related to the previous level by one of the pointer types specified by
searchTypes.
synset
- synsetsearchTypes
- the pointer types to include in the pointer listsdepth
- depth
synset
public static PointerTargetTreeNodeList makePointerTargetTreeList(Synset synset, PointerType[] searchTypes, PointerType labelType, int depth, boolean allowRedundancies)
synset
. Each
level of the list is related to the previous level by one of the pointer types specified by
searchTypes.
searchTypes
- the pointer types to include in the pointer listslabelType
- the type used to label each pointer target in the treedepth
- depthallowRedundancies
- if true, duplicate items will be included in the treesynset
- synset
synset
public static PointerTargetTreeNodeList makePointerTargetTreeList(PointerTargetNodeList list, PointerType searchType, PointerType labelType, int depth, boolean allowRedundancies)
synset
in
list. Each level of the list is related to the previous level by a pointer of type
searchType.
list
- listsearchType
- the pointer type to include in the pointer listslabelType
- the type used to label each pointer target in the treedepth
- depthallowRedundancies
- if true, duplicate items will be included in the tree
synset
in listpublic static PointerTargetTreeNodeList makePointerTargetTreeList(PointerTargetNodeList list, PointerType[] searchTypes, PointerType labelType, int depth, boolean allowRedundancies)
synset
in
list. Each level of the list is related to the previous level by one of the pointer types specified
by searchTypes.
searchTypes
- the pointer types to include in the pointer listslabelType
- the type used to label each pointer target in the treedepth
- depthallowRedundancies
- if true, duplicate items will be included in the treelist
- list
synset
in listpublic static PointerTargetTree makeInheritedTree(Synset synset, PointerType searchType)
synset
- synsetsearchType
- the pointer type to include in the pointer lists
public static PointerTargetTree makeInheritedTree(Synset synset, PointerType searchType, PointerType labelType, int pointerDepth, int ancestorDepth)
searchType
- pointer typelabelType
- the type used to label each pointer target in the treepointerDepth
- the depth to which to search for each pointer listancestorDepth
- the depth to which to go to in the hypernym listsynset
- synset
public static PointerTargetTree makeInheritedTree(Synset synset, PointerType searchType, PointerType labelType, int pointerDepth, int ancestorDepth, boolean allowRedundancies)
searchType
- pointer typelabelType
- the type used to label each pointer target in the treepointerDepth
- the depth to which to search for each pointer listancestorDepth
- the depth to which to go to in the hypernym listallowRedundancies
- if true, duplicate items are allowed in the listsynset
- synset
public static PointerTargetTree makeInheritedTree(Synset synset, PointerType[] searchTypes)
synset
- synsetsearchTypes
- the pointer types to include in the pointer lists
public static PointerTargetTree makeInheritedTree(Synset synset, PointerType[] searchTypes, PointerType labelType, int pointerDepth, int ancestorDepth)
searchTypes
- the pointer types to include in the pointer listslabelType
- the type used to label each pointer target in the treepointerDepth
- the depth to which to search for each pointer listancestorDepth
- the depth to which to go to in the hypernym listsynset
- synset
public static PointerTargetTree makeInheritedTree(Synset synset, PointerType[] searchTypes, PointerType labelType, int pointerDepth, int ancestorDepth, boolean allowRedundancies)
searchTypes
- the pointer types to include in the pointer listslabelType
- the type used to label each pointer target in the treepointerDepth
- the depth to which to search for each pointer listancestorDepth
- the depth to which to go to in the hypernym listallowRedundancies
- if true, duplicate items are allowed in the listsynset
- synset
public static PointerTargetTree makeInheritedTree(PointerTargetTree tree, PointerType[] searchTypes, PointerType labelType, int pointerDepth, int ancestorDepth, boolean allowRedundancies)
tree
- the tree to convertsearchTypes
- the pointer types to include in the pointer listslabelType
- the type used to label each pointer target in the treepointerDepth
- the depth to which to search for each pointer listancestorDepth
- the depth to which to go to in tree
allowRedundancies
- if true, duplicate items are allowed in the list
public static PointerTargetTreeNodeList makeInheritedTreeList(PointerTargetTreeNodeList list, PointerType[] searchTypes, PointerType labelType, int pointerDepth, int ancestorDepth, boolean allowRedundancies)
list
- the tree list to convertsearchTypes
- the pointer types to include in the pointer listslabelType
- the type used to label each pointer target in the treepointerDepth
- the depth to which to search for each pointer listancestorDepth
- the depth to which to go to in tree
allowRedundancies
- if true, duplicate items are allowed in the list
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |