Uses of Class
org.episteme.social.law.Article
Packages that use Article
-
Uses of Article in org.episteme.social.law
Methods in org.episteme.social.law that return ArticleModifier and TypeMethodDescriptionCode.getArticle(String num) Retrieves an article by its numbering.Methods in org.episteme.social.law that return types with arguments of type ArticleModifier and TypeMethodDescriptionCode.getArticles()Returns the list of articles contained in this code.Constitution.getArticles()Returns the list of articles in the constitution.Statute.getArticles()Treaty.getArticles()Returns an unmodifiable view of the treaty articles.Methods in org.episteme.social.law with parameters of type ArticleModifier and TypeMethodDescriptionvoidCode.addArticle(Article article) Adds an article to the code.voidConstitution.addArticle(Article article) Adds an article to the constitution.voidStatute.addArticle(Article article) voidTreaty.addArticle(Article article) Adds an article to the treaty.voidCode.removeArticle(Article article) Removes an article from the code.voidConstitution.removeArticle(Article article) Removes an article from the constitution.voidTreaty.removeArticle(Article article) Removes an article from the treaty.Constructor parameters in org.episteme.social.law with type arguments of type ArticleModifierConstructorDescriptionCreates a new Code object.Constitution(String name, Date date, List<Article> articles) Creates a new Constitution object.Creates a new Treaty.