cz.cuni.mff.procasor.core
Interface TypeSentence

All Known Subinterfaces:
BranchStep, Sentence, TypeBranchStep, TypeUseCaseStep, UseCaseStep

public interface TypeSentence

Java content class for typeSentence complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/afs/ms.mff.cuni.cz/u/f/franj1am/BIG/procasor/ant/my/schema.xsd line 99)

 <complexType name="typeSentence">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Sentence.text" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Sentence.lastAnalyzedText" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Sentence.stepMark" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Sentence.analyzed" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="Sentence.isStepMarkCorrect" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="Sentence.parseTreeXML" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Sentence.hasConflict" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="Sentence.tokenByHand" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="Sentence.generatedSemantics">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element ref="{}Semantics" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="Sentence.manualSemantics">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element ref="{}Semantics" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="Sentence.activeSemantics" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
       <attribute name="Sentence.subUseCase" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface TypeSentence.SentenceGeneratedSemanticsType
          Java content class for anonymous complex type.
static interface TypeSentence.SentenceManualSemanticsType
          Java content class for anonymous complex type.
 
Method Summary
 java.lang.Object getSentenceActiveSemantics()
          Gets the value of the sentenceActiveSemantics property.
 TypeSentence.SentenceGeneratedSemanticsType getSentenceGeneratedSemantics()
          Gets the value of the sentenceGeneratedSemantics property.
 java.lang.String getSentenceLastAnalyzedText()
          Gets the value of the sentenceLastAnalyzedText property.
 TypeSentence.SentenceManualSemanticsType getSentenceManualSemantics()
          Gets the value of the sentenceManualSemantics property.
 java.lang.String getSentenceParseTreeXML()
          Gets the value of the sentenceParseTreeXML property.
 java.lang.String getSentenceStepMark()
          Gets the value of the sentenceStepMark property.
 java.lang.Object getSentenceSubUseCase()
          Gets the value of the sentenceSubUseCase property.
 java.lang.String getSentenceText()
          Gets the value of the sentenceText property.
 boolean isSentenceAnalyzed()
          Gets the value of the sentenceAnalyzed property.
 boolean isSentenceHasConflict()
          Gets the value of the sentenceHasConflict property.
 boolean isSentenceIsStepMarkCorrect()
          Gets the value of the sentenceIsStepMarkCorrect property.
 boolean isSentenceTokenByHand()
          Gets the value of the sentenceTokenByHand property.
 void setSentenceActiveSemantics(java.lang.Object value)
          Sets the value of the sentenceActiveSemantics property.
 void setSentenceAnalyzed(boolean value)
          Sets the value of the sentenceAnalyzed property.
 void setSentenceGeneratedSemantics(TypeSentence.SentenceGeneratedSemanticsType value)
          Sets the value of the sentenceGeneratedSemantics property.
 void setSentenceHasConflict(boolean value)
          Sets the value of the sentenceHasConflict property.
 void setSentenceIsStepMarkCorrect(boolean value)
          Sets the value of the sentenceIsStepMarkCorrect property.
 void setSentenceLastAnalyzedText(java.lang.String value)
          Sets the value of the sentenceLastAnalyzedText property.
 void setSentenceManualSemantics(TypeSentence.SentenceManualSemanticsType value)
          Sets the value of the sentenceManualSemantics property.
 void setSentenceParseTreeXML(java.lang.String value)
          Sets the value of the sentenceParseTreeXML property.
 void setSentenceStepMark(java.lang.String value)
          Sets the value of the sentenceStepMark property.
 void setSentenceSubUseCase(java.lang.Object value)
          Sets the value of the sentenceSubUseCase property.
 void setSentenceText(java.lang.String value)
          Sets the value of the sentenceText property.
 void setSentenceTokenByHand(boolean value)
          Sets the value of the sentenceTokenByHand property.
 

Method Detail

isSentenceHasConflict

public boolean isSentenceHasConflict()
Gets the value of the sentenceHasConflict property.


setSentenceHasConflict

public void setSentenceHasConflict(boolean value)
Sets the value of the sentenceHasConflict property.


getSentenceStepMark

public java.lang.String getSentenceStepMark()
Gets the value of the sentenceStepMark property.

Returns:
possible object is String

setSentenceStepMark

public void setSentenceStepMark(java.lang.String value)
Sets the value of the sentenceStepMark property.

Parameters:
value - allowed object is String

getSentenceText

public java.lang.String getSentenceText()
Gets the value of the sentenceText property.

Returns:
possible object is String

setSentenceText

public void setSentenceText(java.lang.String value)
Sets the value of the sentenceText property.

Parameters:
value - allowed object is String

getSentenceSubUseCase

public java.lang.Object getSentenceSubUseCase()
Gets the value of the sentenceSubUseCase property.

Returns:
possible object is Object

setSentenceSubUseCase

public void setSentenceSubUseCase(java.lang.Object value)
Sets the value of the sentenceSubUseCase property.

Parameters:
value - allowed object is Object

getSentenceManualSemantics

public TypeSentence.SentenceManualSemanticsType getSentenceManualSemantics()
Gets the value of the sentenceManualSemantics property.

Returns:
possible object is TypeSentence.SentenceManualSemanticsType

setSentenceManualSemantics

public void setSentenceManualSemantics(TypeSentence.SentenceManualSemanticsType value)
Sets the value of the sentenceManualSemantics property.

Parameters:
value - allowed object is TypeSentence.SentenceManualSemanticsType

isSentenceTokenByHand

public boolean isSentenceTokenByHand()
Gets the value of the sentenceTokenByHand property.


setSentenceTokenByHand

public void setSentenceTokenByHand(boolean value)
Sets the value of the sentenceTokenByHand property.


getSentenceParseTreeXML

public java.lang.String getSentenceParseTreeXML()
Gets the value of the sentenceParseTreeXML property.

Returns:
possible object is String

setSentenceParseTreeXML

public void setSentenceParseTreeXML(java.lang.String value)
Sets the value of the sentenceParseTreeXML property.

Parameters:
value - allowed object is String

isSentenceIsStepMarkCorrect

public boolean isSentenceIsStepMarkCorrect()
Gets the value of the sentenceIsStepMarkCorrect property.


setSentenceIsStepMarkCorrect

public void setSentenceIsStepMarkCorrect(boolean value)
Sets the value of the sentenceIsStepMarkCorrect property.


isSentenceAnalyzed

public boolean isSentenceAnalyzed()
Gets the value of the sentenceAnalyzed property.


setSentenceAnalyzed

public void setSentenceAnalyzed(boolean value)
Sets the value of the sentenceAnalyzed property.


getSentenceLastAnalyzedText

public java.lang.String getSentenceLastAnalyzedText()
Gets the value of the sentenceLastAnalyzedText property.

Returns:
possible object is String

setSentenceLastAnalyzedText

public void setSentenceLastAnalyzedText(java.lang.String value)
Sets the value of the sentenceLastAnalyzedText property.

Parameters:
value - allowed object is String

getSentenceActiveSemantics

public java.lang.Object getSentenceActiveSemantics()
Gets the value of the sentenceActiveSemantics property.

Returns:
possible object is Object

setSentenceActiveSemantics

public void setSentenceActiveSemantics(java.lang.Object value)
Sets the value of the sentenceActiveSemantics property.

Parameters:
value - allowed object is Object

getSentenceGeneratedSemantics

public TypeSentence.SentenceGeneratedSemanticsType getSentenceGeneratedSemantics()
Gets the value of the sentenceGeneratedSemantics property.

Returns:
possible object is TypeSentence.SentenceGeneratedSemanticsType

setSentenceGeneratedSemantics

public void setSentenceGeneratedSemantics(TypeSentence.SentenceGeneratedSemanticsType value)
Sets the value of the sentenceGeneratedSemantics property.

Parameters:
value - allowed object is TypeSentence.SentenceGeneratedSemanticsType