Uses of Class
org.episteme.social.law.Statute
Packages that use Statute
Package
Description
Provides the
org.episteme.social.law module.Core functionality for the org.episteme.social.law.loaders package in the Episteme library.
-
Uses of Statute in org.episteme.social.law
Methods in org.episteme.social.law that return types with arguments of type StatuteMethods in org.episteme.social.law with parameters of type StatuteModifier and TypeMethodDescriptionvoidJurisdiction.addStatute(Statute statute) booleanJurisdiction.isApplicable(Statute statute) Checks if a statute is applicable in this jurisdiction (including inherited). -
Uses of Statute in org.episteme.social.law.loaders
Subclasses with type arguments of type Statute in org.episteme.social.law.loadersModifier and TypeClassDescriptionclassAbstract base for legal document writers.final classLoader for Akoma Ntoso (XML-based) legal documents.final classLoader for European Union legal documents via EUR-Lex (CELLAR API).final classLoader for French legal documents via the Légifrance OpenData API.final classLoader for International Treaties and United Nations legal documents.final classLoader for United States federal law (US Code).Subinterfaces with type arguments of type Statute in org.episteme.social.law.loadersModifier and TypeInterfaceDescriptioninterfaceCommon interface for components that load legal documents.interfaceCommon interface for components that save or export legal documents.Methods in org.episteme.social.law.loaders that return StatuteModifier and TypeMethodDescriptionAkomaNtosoLoader.loadContent(String xml) EurLexLoader.loadContent(String content) LegalDocumentLoader.loadContent(String content) Loads a legal document (statute) from a string content.LegifranceLoader.loadContent(String content) UnLawLoader.loadContent(String content) UsLawLoader.loadContent(String content) protected StatuteAkomaNtosoLoader.loadFromInputStream(InputStream is, String id) protected StatuteAkomaNtosoLoader.loadFromSource(String path) protected StatuteEurLexLoader.loadFromSource(String resourceId) protected StatuteLegifranceLoader.loadFromSource(String resourceId) protected StatuteUnLawLoader.loadFromSource(String resourceId) protected StatuteUsLawLoader.loadFromSource(String resourceId) Methods in org.episteme.social.law.loaders that return types with arguments of type StatuteModifier and TypeMethodDescriptionAbstractLegalDocumentWriter.getResourceType()AkomaNtosoLoader.getResourceType()EurLexLoader.getResourceType()LegifranceLoader.getResourceType()UnLawLoader.getResourceType()UsLawLoader.getResourceType()Methods in org.episteme.social.law.loaders with parameters of type StatuteModifier and TypeMethodDescriptionLegalDocumentWriter.exportContent(Statute statute) Exports a statute to a string representation.