edu.ucla.belief
Class VariableComparator

Object
  extended by VariableComparator
All Implemented Interfaces:
Comparator
Direct Known Subclasses:
IDComparator, LabelComparator

public class VariableComparator
extends Object
implements Comparator

Since:
20020808
Author:
keith cascio

Method Summary
static int biased(String str1, String str2, Object o1, Object o2)
           
 int compare(Object o1, Object o2)
           
static VariableComparator getInstance()
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface Comparator
equals
 

Method Detail

getInstance

public static VariableComparator getInstance()

compare

public int compare(Object o1,
                   Object o2)
Specified by:
compare in interface Comparator

biased

public static final int biased(String str1,
                               String str2,
                               Object o1,
                               Object o2)
Since:
20040122


Copyright 2010 UCLA Automated Reasoning Group