|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjigcell.compare.data.type.TypeChecker
jigcell.compare.data.type.BooleanTypeChecker
public class BooleanTypeChecker
Type for boolean data.
This code is licensed under the DARPA BioCOMP Open Source License. See LICENSE for more details.
| Field Summary | |
|---|---|
protected static java.lang.String |
TYPE_NAME
Name of this type |
protected static ITypeChecker |
TYPE_SINGLETON
Instance of this type |
| Fields inherited from class jigcell.compare.data.type.TypeChecker |
|---|
COMPARATOR_NAME |
| Fields inherited from interface jigcell.compare.ITypeChecker |
|---|
ATTRIBUTE_TYPE, METHOD_GENERATE, OPTION_TYPECHECKER |
| Constructor Summary | |
|---|---|
protected |
BooleanTypeChecker()
Creates a new type checker. |
| Method Summary | |
|---|---|
static ITypeChecker |
getInstance()
A type checker. |
java.lang.String |
getName()
A name for this type. |
IDataElement.Type |
getType()
The structural type this checker matches. |
| Methods inherited from class jigcell.compare.data.type.TypeChecker |
|---|
compareByName, getDescription, getTypeCheckerForGenerator, isCompatible, isCompatible, toString, validate, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected static final java.lang.String TYPE_NAME
protected static final ITypeChecker TYPE_SINGLETON
| Constructor Detail |
|---|
protected BooleanTypeChecker()
| Method Detail |
|---|
public static ITypeChecker getInstance()
public java.lang.String getName()
public IDataElement.Type getType()
getType in interface ITypeCheckergetType in class TypeChecker
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||