Package | Description |
---|---|
org.docgene.model |
Contains the documentation model.
|
org.docgene.model.globals |
Contains the global elements for the wiki model.
|
Modifier and Type | Method and Description |
---|---|
ArticleRef |
ArticleReference.getArticleRef()
Return the associated reference.
|
ArticleRef |
XMLArticle.getArticleRef()
Return the article ref.
|
ArticleRef |
XMLInclude.getArticleRef()
Return the associated reference.
|
ArticleRef |
XMLRedirect.getArticleRef()
Return the associated reference.
|
ArticleRef |
XMLReference.getArticleRef()
Return the associated reference.
|
ArticleRef |
XMLWord.getArticleRef()
Return the article ref.
|
default ArticleRef |
Article.getRef()
Return the article ref.
|
ArticleRef |
OpaqueArticle.getRef()
Return the article ref.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ArticleRef> |
XMLDisambArticle.getDisambElements()
Return a disambiguation elements.
|
java.util.Set<ArticleRef> |
AbstractXMLParentArticle.getReferences()
Return the references used in the article.
|
java.util.Set<ArticleRef> |
Article.getReferences()
Return the references used in the article.
|
java.util.Set<ArticleRef> |
OpaqueArticle.getReferences()
Return the references used in the article.
|
java.util.Set<ArticleRef> |
XMLRawHTMLArticle.getReferences()
Return the references used in the article.
|
java.util.Set<ArticleRef> |
XMLRedirect.getReferences()
Return the references used in the article.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLDisambArticle.addDisambElement(ArticleRef id)
Add a disambiguation element.
|
void |
AbstractXMLParentArticle.addReference(ArticleRef ref)
Add an article reference.
|
default void |
Article.addReference(ArticleRef ref)
Add an article reference.
|
int |
ArticleRef.compareTo(ArticleRef other) |
Modifier and Type | Method and Description |
---|---|
ArticleRef |
ArticlesGlossary.Word.getArticleRef()
Return the associated reference.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<ArticleRef,Article> |
ArticleCategory.getArticlesByRef()
Return the articles in this category, mapped by their ref.
|
java.util.Map<ArticleRef,Article> |
ArticlesModel.getArticlesMapByRef()
Return the Map of articles for each article reference, for all packages.
|
java.util.Map<ArticleRef,XMLDisambArticle> |
ArticlesModel.getReferenceToDisambArticles()
Return the map from article reference to the associated disambiguation article.
|
java.util.SortedMap<ArticleRef,java.util.List<XMLWord>> |
ArticlesGlossary.Word.getWordAnchors()
Return ther word anchors associated with the word.
|
Modifier and Type | Method and Description |
---|---|
void |
ArticlesModel.addReferenceToDisambArticle(ArticleRef articleRef,
XMLDisambArticle article)
Add an article reference to the associated disambiguation article.
|
XMLParentArticle |
ArticlesModel.getArticle(ArticleRef articleRef)
Return an article specified by its reference.
|
XMLDisambArticle |
ArticlesModel.getDisambArticle(ArticleRef ref)
Return the disambiguation article corresponding to an article reference.
|
boolean |
ArticlesModel.hasDisambArticle(ArticleRef ref)
Return true if there is a disambiguation article corresponding to an article reference.
|
Copyright © 2016-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence