| 
 | MaltParser 1.4.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Edge | |
|---|---|
| org.maltparser.core.propagation | |
| org.maltparser.core.syntaxgraph | |
| org.maltparser.core.syntaxgraph.ds2ps | |
| org.maltparser.core.syntaxgraph.edge | |
| org.maltparser.core.syntaxgraph.node | |
| org.maltparser.parser | The top package for Single Malt Parser. | 
| Uses of Edge in org.maltparser.core.propagation | 
|---|
| Methods in org.maltparser.core.propagation with parameters of type Edge | |
|---|---|
|  void | Propagations.propagate(Edge e) | 
|  void | Propagation.propagate(Edge e)Propagate columns according to the propagation specification | 
|  void | PropagationManager.propagate(Edge e) | 
| Uses of Edge in org.maltparser.core.syntaxgraph | 
|---|
| Fields in org.maltparser.core.syntaxgraph with type parameters of type Edge | |
|---|---|
| protected  ObjectPoolList<Edge> | PhraseStructureGraph.edgePool | 
| protected  SortedSet<Edge> | PhraseStructureGraph.graphEdges | 
| Methods in org.maltparser.core.syntaxgraph that return Edge | |
|---|---|
|  Edge | MappablePhraseStructureGraph.addDependencyEdge(DependencyNode head,
                                   DependencyNode dependent) | 
| protected  Edge | DependencyGraph.addDependencyEdge(DependencyNode head,
                                   DependencyNode dependent) | 
|  Edge | DependencyStructure.addDependencyEdge(int headIndex,
                                   int dependentIndex)Adds an edge from the head to the dependent identified by the indices of the dependency nodes. | 
|  Edge | MappablePhraseStructureGraph.addDependencyEdge(int headIndex,
                                   int dependentIndex) | 
|  Edge | DependencyGraph.addDependencyEdge(int headIndex,
                                   int dependentIndex) | 
|  Edge | MappablePhraseStructureGraph.addPhraseStructureEdge(PhraseStructureNode parent,
                                             PhraseStructureNode child) | 
|  Edge | PhraseStructure.addPhraseStructureEdge(PhraseStructureNode source,
                                             PhraseStructureNode target) | 
|  Edge | PhraseStructureGraph.addPhraseStructureEdge(PhraseStructureNode parent,
                                             PhraseStructureNode child) | 
|  Edge | SecEdgeStructure.addSecondaryEdge(ComparableNode source,
                                 ComparableNode target) | 
|  Edge | MappablePhraseStructureGraph.addSecondaryEdge(ComparableNode source,
                                 ComparableNode target) | 
|  Edge | PhraseStructureGraph.addSecondaryEdge(ComparableNode source,
                                 ComparableNode target) | 
|  Edge | DependencyGraph.addSecondaryEdge(ComparableNode source,
                                 ComparableNode target) | 
|  Edge | MappablePhraseStructureGraph.moveDependencyEdge(DependencyNode newHead,
                                     DependencyNode dependent) | 
| protected  Edge | DependencyGraph.moveDependencyEdge(DependencyNode newHead,
                                     DependencyNode dependent) | 
|  Edge | DependencyStructure.moveDependencyEdge(int newHeadIndex,
                                     int dependentIndex)Replace the head of the dependent with a new head. | 
|  Edge | MappablePhraseStructureGraph.moveDependencyEdge(int newHeadIndex,
                                     int dependentIndex) | 
|  Edge | DependencyGraph.moveDependencyEdge(int newHeadIndex,
                                     int dependentIndex) | 
| Methods in org.maltparser.core.syntaxgraph that return types with arguments of type Edge | |
|---|---|
|  SortedSet<Edge> | DependencyStructure.getEdges() | 
|  SortedSet<Edge> | MappablePhraseStructureGraph.getEdges() | 
|  SortedSet<Edge> | PhraseStructureGraph.getEdges() | 
|  SortedSet<Edge> | DependencyGraph.getEdges() | 
| Uses of Edge in org.maltparser.core.syntaxgraph.ds2ps | 
|---|
| Methods in org.maltparser.core.syntaxgraph.ds2ps with parameters of type Edge | |
|---|---|
|  void | LosslessMapping.update(MappablePhraseStructureGraph graph,
             Edge e,
             Object arg) | 
|  void | LosslessMapping.updatePhraseStructureGraph(MappablePhraseStructureGraph graph,
                                                     Edge depEdge,
                                                     boolean attachHeadSpineToRoot) | 
| Uses of Edge in org.maltparser.core.syntaxgraph.edge | 
|---|
| Classes in org.maltparser.core.syntaxgraph.edge that implement Edge | |
|---|---|
|  class | GraphEdge | 
|  class | WeightedEdge | 
| Uses of Edge in org.maltparser.core.syntaxgraph.node | 
|---|
| Fields in org.maltparser.core.syntaxgraph.node with type parameters of type Edge | |
|---|---|
| protected  SortedSet<Edge> | GraphNode.incomingEdges | 
| protected  SortedSet<Edge> | GraphNode.outgoingEdges | 
| Methods in org.maltparser.core.syntaxgraph.node that return Edge | |
|---|---|
|  Edge | Token.getHeadEdge() | 
|  Edge | DependencyNode.getHeadEdge()Returns the edge between the head and the node if it exists, otherwise null. | 
|  Edge | Root.getHeadEdge() | 
|  Edge | PhraseStructureNode.getParentEdge() | 
|  Edge | Token.getParentEdge() | 
|  Edge | Root.getParentEdge() | 
|  Edge | NonTerminal.getParentEdge() | 
| Methods in org.maltparser.core.syntaxgraph.node that return types with arguments of type Edge | |
|---|---|
|  Set<Edge> | Token.getHeadEdges() | 
|  Set<Edge> | DependencyNode.getHeadEdges() | 
|  Set<Edge> | Root.getHeadEdges() | 
|  Iterator<Edge> | Node.getIncomingEdgeIterator() | 
|  Iterator<Edge> | GraphNode.getIncomingEdgeIterator() | 
|  SortedSet<Edge> | GraphNode.getIncomingSecondaryEdges() | 
|  SortedSet<Edge> | ComparableNode.getIncomingSecondaryEdges()Returns a sorted set of incoming secondary edges. | 
|  Iterator<Edge> | Node.getOutgoingEdgeIterator() | 
|  Iterator<Edge> | GraphNode.getOutgoingEdgeIterator() | 
|  SortedSet<Edge> | GraphNode.getOutgoingSecondaryEdges() | 
|  SortedSet<Edge> | ComparableNode.getOutgoingSecondaryEdges()Returns a sorted set of outgoing secondary edges. | 
| Methods in org.maltparser.core.syntaxgraph.node with parameters of type Edge | |
|---|---|
|  void | Node.addIncomingEdge(Edge in) | 
|  void | GraphNode.addIncomingEdge(Edge in) | 
|  void | Token.addIncomingEdge(Edge in) | 
|  void | Root.addIncomingEdge(Edge in) | 
|  void | NonTerminal.addIncomingEdge(Edge in) | 
|  void | Node.addOutgoingEdge(Edge out) | 
|  void | GraphNode.addOutgoingEdge(Edge out) | 
|  void | Token.addOutgoingEdge(Edge out) | 
|  void | Root.addOutgoingEdge(Edge out) | 
|  void | NonTerminal.addOutgoingEdge(Edge out) | 
|  void | Node.removeIncomingEdge(Edge in) | 
|  void | GraphNode.removeIncomingEdge(Edge in) | 
|  void | Token.removeIncomingEdge(Edge in) | 
|  void | Root.removeIncomingEdge(Edge in) | 
|  void | NonTerminal.removeIncomingEdge(Edge in) | 
|  void | Node.removeOutgoingEdge(Edge out) | 
|  void | GraphNode.removeOutgoingEdge(Edge out) | 
|  void | Token.removeOutgoingEdge(Edge out) | 
|  void | Root.removeOutgoingEdge(Edge out) | 
|  void | NonTerminal.removeOutgoingEdge(Edge out) | 
| Uses of Edge in org.maltparser.parser | 
|---|
| Methods in org.maltparser.parser with parameters of type Edge | |
|---|---|
| protected  void | TransitionSystem.addEdgeLabels(Edge e) | 
| 
 | MaltParser 1.4.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||