Uses of Interface
eu.monnetproject.lemon.model.Node

Packages that use Node
eu.monnetproject.lemon   
eu.monnetproject.lemon.impl   
eu.monnetproject.lemon.model   
 

Uses of Node in eu.monnetproject.lemon
 

Methods in eu.monnetproject.lemon that return Node
 Node LemonFactory.makeNode()
          Deprecated. Avoid blank nodes!
 Node LemonFactory.makeNode(URI uri)
          Create a new named node
 

Uses of Node in eu.monnetproject.lemon.impl
 

Classes in eu.monnetproject.lemon.impl that implement Node
 class NodeImpl
          Instantiated via LemonFactoryImpl
 

Methods in eu.monnetproject.lemon.impl that return Node
 Node LemonFactoryImpl.makeNode()
           
 Node LemonFactoryImpl.makeNode(URI uri)
           
 

Methods in eu.monnetproject.lemon.impl that return types with arguments of type Node
 Collection<Node> NodeImpl.getEdge(Edge edge)
           
 Map<Edge,Collection<Node>> NodeImpl.getEdges()
           
 Collection<Node> LexicalEntryImpl.getPhraseRoots()
           
 Collection<Node> FrameImpl.getTrees()
           
 

Methods in eu.monnetproject.lemon.impl with parameters of type Node
 boolean NodeImpl.addEdge(Edge edge, Node edgeVal)
           
 boolean LexicalEntryImpl.addPhraseRoot(Node phraseRoot)
           
 boolean FrameImpl.addTree(Node node)
           
 boolean NodeImpl.removeEdge(Edge edge, Node edgeVal)
           
 boolean LexicalEntryImpl.removePhraseRoot(Node phraseRoot)
           
 boolean FrameImpl.removeTree(Node node)
           
 

Uses of Node in eu.monnetproject.lemon.model
 

Methods in eu.monnetproject.lemon.model that return types with arguments of type Node
 Collection<Node> Node.getEdge(Edge edge)
          Get the edges to other nodes of a given arc type
 Map<Edge,Collection<Node>> Node.getEdges()
          Get the edges to other nodes
 Collection<Node> LexicalEntry.getPhraseRoots()
          Get the phrase structure trees of the entry
 Collection<Node> Frame.getTrees()
          Get the trees attached to this frame
 

Methods in eu.monnetproject.lemon.model with parameters of type Node
 boolean Node.addEdge(Edge edge, Node edgeVal)
          Add an edge to the tree
 boolean LexicalEntry.addPhraseRoot(Node phraseRoot)
          Add a phrase structure tree to the entry
 boolean Frame.addTree(Node node)
          Add a tree to this frame
 boolean Node.removeEdge(Edge edge, Node edgeVal)
          Remove an edge from the tree
 boolean LexicalEntry.removePhraseRoot(Node phraseRoot)
          Remove a phrase structure tree from the entry
 boolean Frame.removeTree(Node node)
          Remove a tree from this frame
 



Copyright © 2012. All Rights Reserved.