Uses of Interface
eu.lod2.nlp2rdf.schema.IThing

Packages that use IThing
eu.lod2.nlp2rdf.schema   
eu.lod2.nlp2rdf.schema.sso   
eu.lod2.nlp2rdf.schema.str   
eu.lod2.nlp2rdf.schema.topic   
 

Uses of IThing in eu.lod2.nlp2rdf.schema
 

Classes in eu.lod2.nlp2rdf.schema that implement IThing
 class Thing
          Class http://www.w3.org/2002/07/owl#Thing
 

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

Subinterfaces of IThing in eu.lod2.nlp2rdf.schema.sso
 interface IPhrase
          Interface http://nlp2rdf.lod2.eu/schema/sso/Phrase
 interface ISentence
          Interface http://nlp2rdf.lod2.eu/schema/sso/Sentence
 interface IStopWord
          Interface http://nlp2rdf.lod2.eu/schema/sso/StopWord
 interface IWord
          Interface http://nlp2rdf.lod2.eu/schema/sso/Word
 

Classes in eu.lod2.nlp2rdf.schema.sso that implement IThing
 class Phrase
          Class http://nlp2rdf.lod2.eu/schema/sso/Phrase
 class Sentence
          Class http://nlp2rdf.lod2.eu/schema/sso/Sentence
 class StopWord
          Class http://nlp2rdf.lod2.eu/schema/sso/StopWord
 class Word
          Class http://nlp2rdf.lod2.eu/schema/sso/Word
 

Methods in eu.lod2.nlp2rdf.schema.sso with parameters of type IThing
 void IPhrase.addChild(IThing thingValue)
           
 void Phrase.addChild(IThing thingValue)
           
 void IStopWord.addOliaLink(IThing thingValue)
           
 void StopWord.addOliaLink(IThing thingValue)
           
 void IWord.addOliaLink(IThing thingValue)
           
 void Word.addOliaLink(IThing thingValue)
           
 boolean IPhrase.hasChild(IThing thingValue)
           
 boolean Phrase.hasChild(IThing thingValue)
           
 boolean IStopWord.hasOliaLink(IThing thingValue)
           
 boolean StopWord.hasOliaLink(IThing thingValue)
           
 boolean IWord.hasOliaLink(IThing thingValue)
           
 boolean Word.hasOliaLink(IThing thingValue)
           
 void IPhrase.removeChild(IThing thingValue)
           
 void Phrase.removeChild(IThing thingValue)
           
 void IStopWord.removeOliaLink(IThing thingValue)
           
 void StopWord.removeOliaLink(IThing thingValue)
           
 void IWord.removeOliaLink(IThing thingValue)
           
 void Word.removeOliaLink(IThing thingValue)
           
 

Method parameters in eu.lod2.nlp2rdf.schema.sso with type arguments of type IThing
 void IPhrase.addAllChild(List<? extends IThing> thingList)
           
 void Phrase.addAllChild(List<? extends IThing> thingList)
           
 void IStopWord.addAllOliaLink(List<? extends IThing> thingList)
           
 void StopWord.addAllOliaLink(List<? extends IThing> thingList)
           
 void IWord.addAllOliaLink(List<? extends IThing> thingList)
           
 void Word.addAllOliaLink(List<? extends IThing> thingList)
           
 

Uses of IThing in eu.lod2.nlp2rdf.schema.str
 

Subinterfaces of IThing in eu.lod2.nlp2rdf.schema.str
 interface IContextHashBasedString
          Interface http://nlp2rdf.lod2.eu/schema/string/ContextHashBasedString
 interface IDocument
          Interface http://nlp2rdf.lod2.eu/schema/string/Document
 interface IOffsetBasedString
          Interface http://nlp2rdf.lod2.eu/schema/string/OffsetBasedString
 interface IString
          Interface http://nlp2rdf.lod2.eu/schema/string/String
 

Classes in eu.lod2.nlp2rdf.schema.str that implement IThing
 class ContextHashBasedString
          Class http://nlp2rdf.lod2.eu/schema/string/ContextHashBasedString
 class Document
          Class http://nlp2rdf.lod2.eu/schema/string/Document
 class OffsetBasedString
          Class http://nlp2rdf.lod2.eu/schema/string/OffsetBasedString
 class String
          Class http://nlp2rdf.lod2.eu/schema/string/String
 

Methods in eu.lod2.nlp2rdf.schema.str with parameters of type IThing
 boolean Document.hasSourceUrl(IThing thingValue)
           
 boolean IDocument.hasSourceUrl(IThing thingValue)
           
 void Document.setSourceUrl(IThing thingValue)
           
 void IDocument.setSourceUrl(IThing thingValue)
           
 

Uses of IThing in eu.lod2.nlp2rdf.schema.topic
 

Subinterfaces of IThing in eu.lod2.nlp2rdf.schema.topic
 interface ITopic
          Interface http://nlp2rdf.lod2.eu/schema/topic/Topic
 

Classes in eu.lod2.nlp2rdf.schema.topic that implement IThing
 class Topic
          Class http://nlp2rdf.lod2.eu/schema/topic/Topic
 



Copyright © 2011. All Rights Reserved.