examples
Class Matchmaker.Match

java.lang.Object
  extended by examples.Matchmaker.Match
Enclosing class:
Matchmaker

public static class Matchmaker.Match
extends java.lang.Object


Field Summary
static int EXACT
           
static int FAIL
           
static java.lang.String[] MATCHES
           
static int RELAXED
           
static int SUBSUME
           
 
Constructor Summary
Matchmaker.Match(int matchType, Output output, Input input)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MATCHES

public static java.lang.String[] MATCHES

EXACT

public static int EXACT

SUBSUME

public static int SUBSUME

RELAXED

public static int RELAXED

FAIL

public static int FAIL
Constructor Detail

Matchmaker.Match

public Matchmaker.Match(int matchType,
                        Output output,
                        Input input)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2004 Evren Sirin. All Rights Reserved.