org.vizzini.ui.ai.logic
Interface ISentenceEditor

All Known Implementing Classes:
AbstractSentenceEditor, BinaryAtomicSentenceEditor, ComplexSentenceEditor, SentenceEditor

public interface ISentenceEditor

Defines methods required by sentence editors in the logic system.

Since:
v0.2
Version:
v0.2
Author:
Jeffrey M. Thompson

Method Summary
 ISentence getSentence()
           
 void setSentence(ISentence sentence)
           
 

Method Detail

getSentence

ISentence getSentence()
Returns:
Return sentence.
Since:
v0.2

setSentence

void setSentence(ISentence sentence)
Parameters:
sentence - The sentence to set.
Since:
v0.2


Copyright © 2007 Vizzini.org. All Rights Reserved. 2007.12.25.03.00.02