Uses of Class
net.didion.jwnl.data.PointerType
-
Packages that use PointerType Package Description net.didion.jwnl.data Classes for extracting and containing data from the dictionary.net.didion.jwnl.data.list Lists and associated classes that hold the results of relationship operations.net.didion.jwnl.data.relationship Tools for finding pointer relationships between words. -
-
Uses of PointerType in net.didion.jwnl.data
Fields in net.didion.jwnl.data declared as PointerType Modifier and Type Field Description static PointerTypePointerType. ANTONYMstatic PointerTypePointerType. ATTRIBUTEstatic PointerTypePointerType. CATEGORYstatic PointerTypePointerType. CATEGORY_MEMBERstatic PointerTypePointerType. CAUSEstatic PointerTypePointerType. DERIVEDstatic PointerTypePointerType. ENTAILED_BYstatic PointerTypePointerType. ENTAILMENTstatic PointerTypePointerType. HYPERNYMstatic PointerTypePointerType. HYPONYMstatic PointerTypePointerType. INSTANCE_HYPERNYMstatic PointerTypePointerType. INSTANCES_HYPONYMstatic PointerTypePointerType. MEMBER_HOLONYMstatic PointerTypePointerType. MEMBER_MERONYMstatic PointerTypePointerType. NOMINALIZATIONstatic PointerTypePointerType. PART_HOLONYMstatic PointerTypePointerType. PART_MERONYMstatic PointerTypePointerType. PARTICIPLE_OFstatic PointerTypePointerType. PERTAINYMstatic PointerTypePointerType. REGIONstatic PointerTypePointerType. REGION_MEMBERstatic PointerTypePointerType. SEE_ALSOstatic PointerTypePointerType. SIMILAR_TOstatic PointerTypePointerType. SUBSTANCE_HOLONYMstatic PointerTypePointerType. SUBSTANCE_MERONYMstatic PointerTypePointerType. USAGEstatic PointerTypePointerType. USAGE_MEMBERstatic PointerTypePointerType. VERB_GROUPMethods in net.didion.jwnl.data that return PointerType Modifier and Type Method Description static PointerTypePointerType. getPointerTypeForKey(String key)Return thePointerTypewhose key matches key.PointerTypePointerType. getSymmetricType()Returns the pointer type that is symmetric to this type.PointerTypePointer. getType()Methods in net.didion.jwnl.data with parameters of type PointerType Modifier and Type Method Description Pointer[]PointerTarget. getPointers(PointerType type)Get all pointers of typetype.Pointer[]SynsetProxy. getPointers(PointerType type)PointerTarget[]PointerTarget. getTargets(PointerType type)Get all the targets of the pointers of typetype.PointerTarget[]SynsetProxy. getTargets(PointerType type)static booleanPointerType. isSymmetric(PointerType type)Returns true if type is a symmetric pointer type (it is its own symmetric type).PointerTargetTreePointerUtils. makeInheritedTree(PointerTargetTree tree, PointerType[] searchTypes, PointerType labelType, int pointerDepth, int ancestorDepth, boolean allowRedundancies)Turn an existing tree into an inheritance tree.PointerTargetTreePointerUtils. makeInheritedTree(Synset synset, PointerType searchType)Create 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.PointerTargetTreePointerUtils. makeInheritedTree(Synset synset, PointerType[] searchTypes)Create 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.PointerTargetTreePointerUtils. makeInheritedTree(Synset synset, PointerType[] searchTypes, PointerType labelType, int pointerDepth, int ancestorDepth)Create 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.PointerTargetTreePointerUtils. makeInheritedTree(Synset synset, PointerType[] searchTypes, PointerType labelType, int pointerDepth, int ancestorDepth, boolean allowRedundancies)Create 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.PointerTargetTreePointerUtils. makeInheritedTree(Synset synset, PointerType searchType, PointerType labelType, int pointerDepth, int ancestorDepth)Create 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.PointerTargetTreePointerUtils. makeInheritedTree(Synset synset, PointerType searchType, PointerType labelType, int pointerDepth, int ancestorDepth, boolean allowRedundancies)Create 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.PointerTargetTreeNodeListPointerUtils. makeInheritedTreeList(PointerTargetTreeNodeList list, PointerType[] searchTypes, PointerType labelType, int pointerDepth, int ancestorDepth, boolean allowRedundancies)Turn an existing tree list into an inheritance tree list.PointerTargetTreeNodeListPointerUtils. makePointerTargetTreeList(PointerTargetNodeList list, PointerType[] searchTypes, PointerType labelType, int depth, boolean allowRedundancies)Make a nested list of pointer targets to depth depth, starting at eachsynsetin list.PointerTargetTreeNodeListPointerUtils. makePointerTargetTreeList(PointerTargetNodeList list, PointerType searchType, PointerType labelType, int depth, boolean allowRedundancies)Make a nested list of pointer targets to depth depth, starting at eachsynsetin list.PointerTargetTreeNodeListPointerUtils. makePointerTargetTreeList(Synset set, PointerType searchType)Make a nested list of pointer targets to the default depth, starting atsynset.PointerTargetTreeNodeListPointerUtils. makePointerTargetTreeList(Synset set, PointerType[] searchTypes)Make a nested list of pointer targets to the default depth, starting atsynset.PointerTargetTreeNodeListPointerUtils. makePointerTargetTreeList(Synset set, PointerType[] searchTypes, int depth)Make a nested list of pointer targets to depth depth, starting atsynset.PointerTargetTreeNodeListPointerUtils. makePointerTargetTreeList(Synset synset, PointerType[] searchTypes, PointerType labelType, int depth, boolean allowRedundancies)Make a nested list of pointer targets to depth depth, starting atsynset.PointerTargetTreeNodeListPointerUtils. makePointerTargetTreeList(Synset set, PointerType searchType, int depth)Make a nested list of pointer targets to depth depth, starting atsynset.PointerTargetTreeNodeListPointerUtils. makePointerTargetTreeList(Synset set, PointerType searchType, PointerType labelType, int depth, boolean allowRedundancies)Make a nested list of pointer targets to depth depth, starting atsynset.booleanPointerType. symmetricTo(PointerType type)Returns true if type is symmetric to this pointer type.Constructors in net.didion.jwnl.data with parameters of type PointerType Constructor Description Pointer(PointerTarget source, int index, PointerType pointerType, POS targetPOS, long targetOffset, int targetIndex) -
Uses of PointerType in net.didion.jwnl.data.list
Methods in net.didion.jwnl.data.list that return PointerType Modifier and Type Method Description PointerTypePointerTargetNode. getType()Methods in net.didion.jwnl.data.list with parameters of type PointerType Modifier and Type Method Description voidPointerTargetNodeList. add(PointerTarget target, PointerType type)voidPointerTargetTreeNodeList. add(PointerTarget target, PointerTargetTreeNodeList childTreeList, PointerTargetTreeNodeList pointerTreeList, PointerType type)voidPointerTargetTreeNodeList. add(PointerTarget target, PointerTargetTreeNodeList childTreeList, PointerTargetTreeNodeList pointerTreeList, PointerType type, PointerTargetTreeNode parent)voidPointerTargetTreeNodeList. add(PointerTarget target, PointerTargetTreeNodeList childTreeList, PointerType type)voidPointerTargetTreeNodeList. add(PointerTarget target, PointerTargetTreeNodeList childTreeList, PointerType type, PointerTargetTreeNode parent)voidPointerTargetTreeNodeList. add(PointerTarget target, PointerType type)voidPointerTargetTreeNodeList. add(PointerTarget target, PointerType type, PointerTargetTreeNode parent)voidPointerTargetNode. setType(PointerType type)Constructors in net.didion.jwnl.data.list with parameters of type PointerType Constructor Description PointerTargetNode(PointerTarget target, PointerType type)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.didion.jwnl.data.relationship
Methods in net.didion.jwnl.data.relationship that return PointerType Modifier and Type Method Description PointerTypeRelationship. getType()Methods in net.didion.jwnl.data.relationship with parameters of type PointerType Modifier and Type Method Description RelationshipListRelationshipFinder. findRelationships(Synset sourceSynset, Synset targetSynset, PointerType type)Find all relationships of type type between sourceSynset and targetSynset.RelationshipListRelationshipFinder. findRelationships(Synset sourceSynset, Synset targetSynset, PointerType type, int depth)Find all relationships of type type between sourceSynset and targetSynset to depth depth.Constructors in net.didion.jwnl.data.relationship with parameters of type PointerType Constructor Description 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)
-