Uses of Class
net.didion.jwnl.data.PointerTarget
-
Packages that use PointerTarget 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 PointerTarget in net.didion.jwnl.data
Subclasses of PointerTarget in net.didion.jwnl.data Modifier and Type Class Description classAdjectiveAnAdjectiveis aWordthat can have an adjective position.classSynsetASynset, or synonym set, represents a line of a WordNet pos.datafile.classSynsetProxyProxy for aSynset.classVerbAVerbis a subclass ofWordthat can have 1 or moreVerbFrames (use cases of the verb).classWordAWordrepresents the lexical information related to a specific sense of anIndexWord.Methods in net.didion.jwnl.data that return PointerTarget Modifier and Type Method Description PointerTargetPointer. getSource()Get the source of this pointer.PointerTargetPointer. getTarget()Get the actual target of this pointer.PointerTarget[]PointerTarget. getTargets()Get all the pointer targets of this synsetPointerTarget[]PointerTarget. getTargets(PointerType type)Get all the targets of the pointers of typetype.PointerTarget[]SynsetProxy. getTargets()PointerTarget[]SynsetProxy. getTargets(PointerType type)Constructors in net.didion.jwnl.data with parameters of type PointerTarget Constructor Description Pointer(PointerTarget source, int index, PointerType pointerType, POS targetPOS, long targetOffset, int targetIndex) -
Uses of PointerTarget in net.didion.jwnl.data.list
Methods in net.didion.jwnl.data.list that return PointerTarget Modifier and Type Method Description PointerTargetPointerTargetNode. getPointerTarget()Methods in net.didion.jwnl.data.list with parameters of type PointerTarget Modifier and Type Method Description voidPointerTargetNodeList. add(PointerTarget target)voidPointerTargetNodeList. add(PointerTarget target, PointerType type)voidPointerTargetTreeNodeList. add(PointerTarget target)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)PointerTargetTreeNode[]PointerTargetTree. findAll(PointerTarget target)Find all nodes in the tree whose target is targetPointerTargetTreeNodePointerTargetTree. findFirst(PointerTarget target)Find the first node in the tree whose target is target -
Uses of PointerTarget in net.didion.jwnl.data.relationship
Methods in net.didion.jwnl.data.relationship that return PointerTarget Modifier and Type Method Description PointerTargetRelationship. getSourcePointerTarget()Get the pointer target of the source node.PointerTargetRelationship. getTargetPointerTarget()Get the pointer target of the target node.
-