fcmodeler.mapping
Interface Sentence

All Known Implementing Classes:
AtomicSentence, CompositeSentence

public interface Sentence

A sentence in first-order logic. Sentences can be formed in many different ways; concrete implementations of this class provide support for these different ways.

Since:
JDK1.3
Version:
$Revision: 1.1 $
Author:
Julie Dickerson , Zach Cox

Method Summary
 boolean evaluate(diva.util.PropertyContainer container)
          Evaluates the truth of this sentence when applied to the specified PropertyContainer.
 

Method Detail

evaluate

public boolean evaluate(diva.util.PropertyContainer container)
Evaluates the truth of this sentence when applied to the specified PropertyContainer.
Parameters:
container - the PropertyContainer to apply to this sentence.
Returns:
true if this sentence is true using the specified PropertyContainer; false otherwise.