gov.nasa.arc.brahms.vm.api.common
Interface ITruthValue


public interface ITruthValue

This interface is an interface to specify the constants for the possible truth values about a relation.

Version:
9 August 2001
Author:
Ron van Hoof

Field Summary
static int FALSE
          Constant to indicate the value FALSE
static int TRUE
          Constant to indicate the value TRUE
static int UNKNOWN
          Constant to indicate the value UNKNOWN
 

Field Detail

TRUE

static final int TRUE
Constant to indicate the value TRUE

See Also:
Constant Field Values

FALSE

static final int FALSE
Constant to indicate the value FALSE

See Also:
Constant Field Values

UNKNOWN

static final int UNKNOWN
Constant to indicate the value UNKNOWN

See Also:
Constant Field Values


Copyright © 1997-2012 All Rights Reserved.