Uses of Class
info.bliki.wiki.model.SemanticRelation

Packages that use SemanticRelation
info.bliki.wiki.model Model classes for rendering Wikipedia texts to HTML, PDF with the IWikiModel interface. 
 

Uses of SemanticRelation in info.bliki.wiki.model
 

Fields in info.bliki.wiki.model with type parameters of type SemanticRelation
protected  java.util.List<SemanticRelation> WikiModel.semanticRelations
           
 

Methods in info.bliki.wiki.model that return types with arguments of type SemanticRelation
 java.util.List<SemanticRelation> WikiModel.getSemanticRelations()
          Get the list of SemanticRelations.
 java.util.List<SemanticRelation> IWikiModel.getSemanticRelations()
          Get the list of SemanticRelations.
 java.util.List<SemanticRelation> AbstractWikiModel.getSemanticRelations()
          Get the list of SemanticRelations.
 



Copyright © 2012 Java Wikipedia API (Bliki engine). All Rights Reserved.