jigcell.compare.data.type
Class BooleanTypeChecker

java.lang.Object
  extended by jigcell.compare.data.type.TypeChecker
      extended by jigcell.compare.data.type.BooleanTypeChecker
All Implemented Interfaces:
ITypeChecker

public class BooleanTypeChecker
extends TypeChecker

Type for boolean data.

This code is licensed under the DARPA BioCOMP Open Source License. See LICENSE for more details.

Author:
Nicholas Allen

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

TYPE_NAME

protected static final java.lang.String TYPE_NAME
Name of this type

See Also:
Constant Field Values

TYPE_SINGLETON

protected static final ITypeChecker TYPE_SINGLETON
Instance of this type

Constructor Detail

BooleanTypeChecker

protected BooleanTypeChecker()
Creates a new type checker.

Method Detail

getInstance

public static ITypeChecker getInstance()
A type checker.


getName

public java.lang.String getName()
A name for this type.


getType

public IDataElement.Type getType()
The structural type this checker matches.

Specified by:
getType in interface ITypeChecker
Overrides:
getType in class TypeChecker