Package | Description |
---|---|
org.docgene.model.globals |
Contains the global elements for the wiki model.
|
Modifier and Type | Method and Description |
---|---|
XMLDisambArticle |
ArticlesModel.getDisambArticle(ArticleRef ref)
Return the disambiguation article corresponding to an article reference.
|
XMLDisambArticle |
ArticlesModel.getDisambArticle(java.lang.String desc)
Return the disambiguation article for a specified description.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,XMLDisambArticle> |
ArticlesModel.getDisambArticles()
Add the Map of disambiguation articles.
|
java.util.Map<ArticleRef,XMLDisambArticle> |
ArticlesModel.getReferenceToDisambArticles()
Return the map from article reference to the associated disambiguation article.
|
Modifier and Type | Method and Description |
---|---|
void |
ArticlesModel.addDisambArticle(XMLDisambArticle article)
Add a disambiguation article.
|
void |
ArticlesModel.addReferenceToDisambArticle(ArticleRef articleRef,
XMLDisambArticle article)
Add an article reference to the associated disambiguation article.
|
void |
ArticlesModel.renameArticle(Article article,
XMLDisambArticle disamb,
java.lang.String newDesc)
Rename an article, making sure it will not use an existing name.
|
Copyright © 2016-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence