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

Packages that use Edge
eu.monnetproject.lemon   
eu.monnetproject.lemon.impl   
eu.monnetproject.lemon.model   
net.lexinfo   
 

Uses of Edge in eu.monnetproject.lemon
 

Methods in eu.monnetproject.lemon that return Edge
 Edge LinguisticOntology.getEdge(String name)
          Get a edge relation type by its name
 

Methods in eu.monnetproject.lemon that return types with arguments of type Edge
 Collection<Edge> LinguisticOntology.getEdge()
          Get the set of edge relation types listed in the linguistic ontology
 

Uses of Edge in eu.monnetproject.lemon.impl
 

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

Methods in eu.monnetproject.lemon.impl with parameters of type Edge
 boolean NodeImpl.addEdge(Edge edge, Node edgeVal)
           
 Collection<Node> NodeImpl.getEdge(Edge edge)
           
 boolean NodeImpl.removeEdge(Edge edge, Node edgeVal)
           
 

Uses of Edge in eu.monnetproject.lemon.model
 

Fields in eu.monnetproject.lemon.model declared as Edge
static Edge Edge.edge
          The lemon super-property for edges
 

Methods in eu.monnetproject.lemon.model that return types with arguments of type Edge
 Map<Edge,Collection<Node>> Node.getEdges()
          Get the edges to other nodes
 

Methods in eu.monnetproject.lemon.model with parameters of type Edge
 boolean Node.addEdge(Edge edge, Node edgeVal)
          Add an edge to the tree
 Collection<Node> Node.getEdge(Edge edge)
          Get the edges to other nodes of a given arc type
 boolean Node.removeEdge(Edge edge, Node edgeVal)
          Remove an edge from the tree
 

Uses of Edge in net.lexinfo
 

Methods in net.lexinfo that return Edge
 Edge LexInfo.getEdge(String name)
          Get a edge relation type by its name
 

Methods in net.lexinfo that return types with arguments of type Edge
 Collection<Edge> LexInfo.getEdge()
          Get the set of edge relation types listed in the linguistic ontology
 



Copyright © 2012. All Rights Reserved.