ch.uzh.ifi.attempto.ape
Class ACEParserResult

java.lang.Object
  extended by ch.uzh.ifi.attempto.ape.ACEParserResult

public class ACEParserResult
extends java.lang.Object

This class represents the output that is returned by the ACEParser class.

Author:
Tobias Kuhn

Method Summary
 java.lang.String get(OutputType outputType)
          Returns the specified output as a string.
 MessageContainer getMessageContainer()
          Returns the message container that contains the error and warning messages of the parsing procedure.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public java.lang.String get(OutputType outputType)
Returns the specified output as a string. If the requested output is not available (because it has not been requested) then null is returned.

Parameters:
outputType - The output to be returned.
Returns:
The output as a string.

getMessageContainer

public MessageContainer getMessageContainer()
Returns the message container that contains the error and warning messages of the parsing procedure.

Returns:
The message container.


Copyright 2008-2010, Attempto Group, University of Zurich (see http://attempto.ifi.uzh.ch)