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
 

Fields in net.sf.extjwnl.data declared as PointerType
static PointerType PointerType.ANTONYM
           
static PointerType PointerType.ATTRIBUTE
           
static PointerType PointerType.CATEGORY
           
static PointerType PointerType.CATEGORY_MEMBER
           
static PointerType PointerType.CAUSE
           
static PointerType PointerType.DOMAIN_ALL
           
static PointerType PointerType.ENTAILMENT
           
static PointerType PointerType.HYPERNYM
           
static PointerType PointerType.HYPONYM
           
static PointerType PointerType.INSTANCE_HYPERNYM
           
static PointerType PointerType.INSTANCES_HYPONYM
           
static PointerType PointerType.MEMBER_ALL
           
static PointerType PointerType.MEMBER_HOLONYM
           
static PointerType PointerType.MEMBER_MERONYM
           
static PointerType PointerType.NOMINALIZATION
           
static PointerType PointerType.PART_HOLONYM
           
static PointerType PointerType.PART_MERONYM
           
static PointerType PointerType.PARTICIPLE_OF
           
static PointerType PointerType.PERTAINYM
           
static PointerType PointerType.REGION
           
static PointerType PointerType.REGION_MEMBER
           
static PointerType PointerType.SEE_ALSO
           
static PointerType PointerType.SIMILAR_TO
           
static PointerType PointerType.SUBSTANCE_HOLONYM
           
static PointerType PointerType.SUBSTANCE_MERONYM
           
static PointerType PointerType.USAGE
           
static PointerType PointerType.USAGE_MEMBER
           
static PointerType PointerType.VERB_GROUP
           
 

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()
           
 

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
 int PointerType.compareTo(PointerType o)
           
 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 © 2011. All Rights Reserved.