iw.model
Interface IWQuestion

All Superinterfaces:
IWModelElement, IWProofElement
All Known Subinterfaces:
DBQuestion, OWLQuestion

public interface IWQuestion
extends IWProofElement

PROBLEM


Method Summary
 java.lang.String getAnswerPattern()
          PROBLEM
 java.lang.String getContent()
          Returns the content of the question expressed in the language of the question
 void setAnswerPattern(java.lang.String _newPattern)
          PROBLEM
 void setContent(java.lang.String newContent)
          Sets the content of the question (expressed in the language of the question)
 java.lang.String toString()
          Equivalent to getContent
 
Methods inherited from interface iw.model.IWProofElement
getShortName, setShortName
 
Methods inherited from interface iw.model.IWModelElement
getFirstSubmissionDate, getLastSubmissionDate, getModel, getURI, setFirstSubmissionDate, setLastSubmissionDate, setModel, setURI
 

Method Detail

getContent

public java.lang.String getContent()
Returns the content of the question expressed in the language of the question

Returns:
the content of the question expressed in the language of the question

setContent

public void setContent(java.lang.String newContent)
Sets the content of the question (expressed in the language of the question)

Parameters:
newContent - the new content of the question (expressed in the language of the question)

toString

public java.lang.String toString()
Equivalent to getContent


getAnswerPattern

public java.lang.String getAnswerPattern()
PROBLEM


setAnswerPattern

public void setAnswerPattern(java.lang.String _newPattern)
PROBLEM



Copyright 2006 Inference Web group, All Rights Reserved.