Class PointerTargetNode

java.lang.Object
net.didion.jwnl.data.list.PointerTargetNode
All Implemented Interfaces:
Cloneable, Node, DeepCloneable
Direct Known Subclasses:
PointerTargetTreeNode

public class PointerTargetNode extends Object implements Node
A node in a PointerTargetNodeList.
  • Field Details

    • _target

      private PointerTarget _target
      The PointerTarget
    • _type

      private PointerType _type
      The relation type that produced this node. e.g. if you make a call to getDirectHypernyms(), each node in the resultant list will have a type of PointerType.HYPERNYM.
    • _cachedToString

      private transient String _cachedToString
  • Constructor Details

  • Method Details