edu.ksu.cis.projects.bogor.ast.transform
Interface ITransformSystemResult

All Known Implementing Classes:
DefaultTransformSystemResult

public interface ITransformSystemResult

Compound return value produced as a result of ISystemTransformer's sole operation.

Version:
CVS $Revision: 1.2 $ $Date: 2004/10/29 18:22:16 $
Author:
Matt Hoosier

Method Summary
 IMessageStore getMessages()
          Fetch the set of all domain-specific errors encountered while transforming the syntax tree.
 boolean wasSystemAltered()
          Determine if the transformer made any changes to the system definition.
 

Method Detail

wasSystemAltered

boolean wasSystemAltered()
Determine if the transformer made any changes to the system definition.


getMessages

IMessageStore getMessages()
Fetch the set of all domain-specific errors encountered while transforming the syntax tree.