Uses of Interface
eu.lod2.nlp2rdf.schema.sso.ISentence

Packages that use ISentence
eu.lod2.nlp2rdf.schema.sso   
 

Uses of ISentence in eu.lod2.nlp2rdf.schema.sso
 

Classes in eu.lod2.nlp2rdf.schema.sso that implement ISentence
 class Sentence
          Class http://nlp2rdf.lod2.eu/schema/sso/Sentence
 

Methods in eu.lod2.nlp2rdf.schema.sso with parameters of type ISentence
 void Sentence.addPreviousSentenceTrans(ISentence sentenceValue)
           
 void ISentence.addPreviousSentenceTrans(ISentence sentenceValue)
           
 boolean Sentence.hasNextSentence(ISentence sentenceValue)
           
 boolean ISentence.hasNextSentence(ISentence sentenceValue)
           
 boolean Sentence.hasPreviousSentence(ISentence sentenceValue)
           
 boolean ISentence.hasPreviousSentence(ISentence sentenceValue)
           
 boolean Sentence.hasPreviousSentenceTrans(ISentence sentenceValue)
           
 boolean ISentence.hasPreviousSentenceTrans(ISentence sentenceValue)
           
 boolean IStopWord.hasSentence(ISentence sentenceValue)
           
 boolean StopWord.hasSentence(ISentence sentenceValue)
           
 boolean IWord.hasSentence(ISentence sentenceValue)
           
 boolean Word.hasSentence(ISentence sentenceValue)
           
 void Sentence.removePreviousSentenceTrans(ISentence sentenceValue)
           
 void ISentence.removePreviousSentenceTrans(ISentence sentenceValue)
           
 void Sentence.setNextSentence(ISentence sentenceValue)
           
 void ISentence.setNextSentence(ISentence sentenceValue)
           
 void Sentence.setPreviousSentence(ISentence sentenceValue)
           
 void ISentence.setPreviousSentence(ISentence sentenceValue)
           
 void IStopWord.setSentence(ISentence sentenceValue)
           
 void StopWord.setSentence(ISentence sentenceValue)
           
 void IWord.setSentence(ISentence sentenceValue)
           
 void Word.setSentence(ISentence sentenceValue)
           
 

Method parameters in eu.lod2.nlp2rdf.schema.sso with type arguments of type ISentence
 void Sentence.addAllPreviousSentenceTrans(List<? extends ISentence> sentenceList)
           
 void ISentence.addAllPreviousSentenceTrans(List<? extends ISentence> sentenceList)
           
 



Copyright © 2011. All Rights Reserved.