Joshua
open source statistical hierarchical phrase-based machine translation system
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends
joshua.lattice.NodeIdentifierComparator Class Reference
Inheritance diagram for joshua.lattice.NodeIdentifierComparator:
[legend]
Collaboration diagram for joshua.lattice.NodeIdentifierComparator:
[legend]

List of all members.

Public Member Functions

int compare (Node<?> o1, Node<?> o2)

Static Private Attributes

static final long serialVersionUID = 1L

Detailed Description

Compares nodes based only on the natural order of their integer identifiers.

Author:
Lane Schwartz

Member Function Documentation

int joshua.lattice.NodeIdentifierComparator.compare ( Node<?>  o1,
Node<?>  o2 
)

Member Data Documentation