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

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

Uses of SemanticAttribute in info.bliki.wiki.model
 

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