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

Packages that use SemanticRelation
info.bliki.wiki.model Model classes for rendering wikipedia texts to HTML, LaTeX 
 

Uses of SemanticRelation in info.bliki.wiki.model
 

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