|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jour.filter.MatchFilter
public abstract class MatchFilter
TODO Add docs Created on 04.12.2004
Contributing Author(s):
Misha Lifschitz
Field Summary
protected static booleandebug
conditional compilation set to false to allow compiler to identify and
eliminate unreachable code
static intMATCH_DONT_KNOW
static intMATCH_EXACT
static intMATCH_EXCLUDE
static intMATCH_NO
static intMATCH_YES
java.lang.Stringname
a name use for debuging complex lists.
Constructor Summary
MatchFilter()
Method Summary
intb2Match(boolean isMatch)
abstract voiddebug()
booleanisMatch(int state)
java.lang.Stringmatch2String(int state)
abstract intmatchState(java.lang.Object obj)
intnotMatch(int state)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail
MATCH_EXCLUDE
public static final int MATCH_EXCLUDE
MATCH_NO
public static final int MATCH_NO
MATCH_DONT_KNOW
public static final int MATCH_DONT_KNOW
MATCH_YES
public static final int MATCH_YES
MATCH_EXACT
public static final int MATCH_EXACT
debug
protected static final boolean debug
name
public java.lang.String name
Constructor Detail
MatchFilter
public MatchFilter()
Method Detail
matchState
public abstract int matchState(java.lang.Object obj)
notMatch
public int notMatch(int state)
b2Match
public int b2Match(boolean isMatch)
isMatch
public boolean isMatch(int state)
debug
public abstract void debug()
match2String
public java.lang.String match2String(int state)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2004-2008 pyx4j.com. All Rights Reserved.