Uses of Class
net.sf.extjwnl.data.PointerType

Packages that use PointerType
net.sf.extjwnl.data Classes for extracting and containing data from the dictionary. 
net.sf.extjwnl.data.list Lists and associated classes that hold the results of relationship operations. 
net.sf.extjwnl.data.relationship Tools for finding pointer relationships between words. 
 

Uses of PointerType in net.sf.extjwnl.data
 

Methods in net.sf.extjwnl.data that return PointerType
static PointerType PointerType.getPointerTypeForKey(String key)
          Return the PointerType whose key matches key and applies to pos.
 PointerType PointerType.getSymmetricType()
          Returns the pointer type that is symmetric to this type.
 PointerType Pointer.getType()
           
static PointerType PointerType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PointerType[] PointerType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.extjwnl.data that return types with arguments of type PointerType
static List<PointerType> PointerType.getAllPointerTypes()
           
static List<PointerType> PointerType.getAllPointerTypesForPOS(POS pos)
           
 

Methods in net.sf.extjwnl.data with parameters of type PointerType
 List<Pointer> PointerTarget.getPointers(PointerType type)
          Returns all pointers of type type.
 List<PointerTarget> PointerTarget.getTargets(PointerType type)
          Returns all the targets of the pointers of type type.
static boolean PointerType.isSymmetric(PointerType type)
          Returns true if type is a symmetric pointer type (it is its own symmetric type).
static PointerTargetTree PointerUtils.makeInheritedTree(PointerTargetTree tree, PointerType[] searchTypes, PointerType labelType, int pointerDepth, int ancestorDepth, boolean allowRedundancies)
          Turn an existing tree into an inheritance tree.
static PointerTargetTree PointerUtils.makeInheritedTree(PointerTargetTree tree, PointerType[] searchTypes, PointerType labelType, int pointerDepth, int ancestorDepth, boolean allowRedundancies)
          Turn an existing tree into an inheritance tree.
static PointerTargetTree PointerUtils.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 PointerUtils.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 PointerUtils.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 PointerUtils.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 PointerUtils.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 PointerUtils.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 PointerUtils.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 PointerUtils.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 PointerUtils.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 PointerUtils.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 PointerUtils.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 PointerUtils.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 PointerUtils.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 PointerUtils.makePointerTargetTreeList(Synset synset, PointerType searchType)
          Makes a nested list of pointer targets to the default depth, starting at synset.
static PointerTargetTreeNodeList PointerUtils.makePointerTargetTreeList(Synset synset, PointerType[] searchTypes)
          Makes a nested list of pointer targets to the default depth, starting at synset.
static PointerTargetTreeNodeList PointerUtils.makePointerTargetTreeList(Synset synset, PointerType[] searchTypes, int depth)
          Makes a nested list of pointer targets to depth depth, starting at synset.
static PointerTargetTreeNodeList PointerUtils.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 PointerUtils.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 PointerUtils.makePointerTargetTreeList(Synset synset, PointerType searchType, int depth)
          Makes a nested list of pointer targets to depth depth, starting at synset.
static PointerTargetTreeNodeList PointerUtils.makePointerTargetTreeList(Synset synset, PointerType searchType, PointerType labelType, int depth, boolean allowRedundancies)
          Makes a nested list of pointer targets to depth depth, starting at synset.
 boolean PointerType.symmetricTo(PointerType type)
          Returns true if type is symmetric to this pointer type.
 

Constructors in net.sf.extjwnl.data with parameters of type PointerType
Pointer(PointerTarget source, PointerType pointerType, POS targetPOS, long targetOffset, int targetIndex)
           
Pointer(PointerType pointerType, PointerTarget source, PointerTarget target)
           
 

Uses of PointerType in net.sf.extjwnl.data.list
 

Methods in net.sf.extjwnl.data.list that return PointerType
 PointerType PointerTargetNode.getType()
           
 

Methods in net.sf.extjwnl.data.list with parameters of type PointerType
 void PointerTargetTreeNodeList.add(PointerTarget target, PointerTargetTreeNodeList childTreeList, PointerTargetTreeNodeList pointerTreeList, PointerType type)
           
 void PointerTargetTreeNodeList.add(PointerTarget target, PointerTargetTreeNodeList childTreeList, PointerTargetTreeNodeList pointerTreeList, PointerType type, PointerTargetTreeNode parent)
           
 void PointerTargetTreeNodeList.add(PointerTarget target, PointerTargetTreeNodeList childTreeList, PointerType type)
           
 void PointerTargetTreeNodeList.add(PointerTarget target, PointerTargetTreeNodeList childTreeList, PointerType type, PointerTargetTreeNode parent)
           
 void PointerTargetTreeNodeList.add(PointerTarget target, PointerType type)
           
 void PointerTargetNodeList.add(PointerTarget target, PointerType pointerType)
           
 void PointerTargetTreeNodeList.add(PointerTarget target, PointerType type, PointerTargetTreeNode parent)
           
 void PointerTargetNode.setType(PointerType type)
           
 

Constructors in net.sf.extjwnl.data.list with parameters of type PointerType
PointerTargetNode(PointerTarget target, PointerType type)
           
PointerTargetNodeList(List<PointerTarget> targets, PointerType pointerType)
           
PointerTargetTreeNode(PointerTarget target, PointerTargetTreeNodeList childTreeList, PointerTargetTreeNodeList pointerTreeList, PointerType type)
           
PointerTargetTreeNode(PointerTarget target, PointerTargetTreeNodeList childTreeList, PointerTargetTreeNodeList pointerTreeList, PointerType type, PointerTargetTreeNode parent)
           
PointerTargetTreeNode(PointerTarget target, PointerTargetTreeNodeList childTreeList, PointerType type)
           
PointerTargetTreeNode(PointerTarget target, PointerTargetTreeNodeList childTreeList, PointerType type, PointerTargetTreeNode parent)
           
PointerTargetTreeNode(PointerTarget target, PointerType type)
           
PointerTargetTreeNode(PointerTarget target, PointerType type, PointerTargetTreeNode parent)
           
 

Uses of PointerType in net.sf.extjwnl.data.relationship
 

Methods in net.sf.extjwnl.data.relationship that return PointerType
 PointerType Relationship.getType()
           
 

Methods in net.sf.extjwnl.data.relationship with parameters of type PointerType
static RelationshipList RelationshipFinder.findRelationships(Synset sourceSynset, Synset targetSynset, PointerType type)
          Finds all relationships of type type between sourceSynset and targetSynset.
static RelationshipList RelationshipFinder.findRelationships(Synset sourceSynset, Synset targetSynset, PointerType type, int depth)
          Finds all relationships of type type between sourceSynset and targetSynset to depth depth.
 

Constructors in net.sf.extjwnl.data.relationship with parameters of type PointerType
AsymmetricRelationship(PointerType type, PointerTargetNodeList nodes, int commonParentIndex, Synset sourceSynset, Synset targetSynset)
           
Relationship(PointerType type, PointerTargetNodeList nodes, Synset sourceSynset, Synset targetSynset)
           
SymmetricRelationship(PointerType type, PointerTargetNodeList nodes, Synset sourceSynset, Synset targetSynset)
           
 



Copyright © 2013. All Rights Reserved.