| Package | Description |
|---|---|
| com.io7m.jstructural.annotated |
| Modifier and Type | Method and Description |
|---|---|
com.io7m.jfunctional.OptionType<SAID> |
SASubsection.getID() |
com.io7m.jfunctional.OptionType<SAID> |
SASection.getID() |
com.io7m.jfunctional.OptionType<SAID> |
SAPart.getID() |
com.io7m.jfunctional.OptionType<SAID> |
SAParagraph.getID() |
| Modifier and Type | Method and Description |
|---|---|
SAIDTargetContent |
SAIDMapReadable.get(SAID id)
Retrieve the content associated with the given ID, or
null
if there is no association. |
SAIDTargetContent |
SAIDMap.get(SAID id) |
void |
SAIDMapWritable.put(SAID id,
SAIDTargetContent c)
Associate the given content with the given ID.
|
void |
SAIDMap.put(SAID id,
SAIDTargetContent c) |
| Constructor and Description |
|---|
SAParagraph(SAParagraphNumber in_number,
com.io7m.jfunctional.OptionType<String> in_type,
SNonEmptyList<SAParagraphContent> in_content,
com.io7m.jfunctional.OptionType<SAID> in_id)
Construct a new paragraph.
|
SAPart(SAPartNumber in_number,
com.io7m.jfunctional.OptionType<String> in_type,
com.io7m.jfunctional.OptionType<SAID> in_id,
SAPartTitle in_title,
com.io7m.jfunctional.OptionType<SPartContents> in_contents,
SNonEmptyList<SASection> in_sections)
Construct a new part.
|
SASection(SASectionNumber in_number,
com.io7m.jfunctional.OptionType<String> in_type,
com.io7m.jfunctional.OptionType<SAID> in_id,
SASectionTitle in_title,
com.io7m.jfunctional.OptionType<SSectionContents> in_contents,
List<SAFootnote> in_footnotes) |
SASectionWithParagraphs(SASectionNumber in_number,
com.io7m.jfunctional.OptionType<String> in_type,
com.io7m.jfunctional.OptionType<SAID> in_id,
SASectionTitle in_title,
com.io7m.jfunctional.OptionType<SSectionContents> in_contents,
SNonEmptyList<SASubsectionContent> in_subsections,
List<SAFootnote> in_footnotes)
Construct a new section with top-level subsection content.
|
SASectionWithSubsections(SASectionNumber in_number,
com.io7m.jfunctional.OptionType<String> in_type,
com.io7m.jfunctional.OptionType<SAID> in_id,
SASectionTitle in_title,
com.io7m.jfunctional.OptionType<SSectionContents> in_contents,
SNonEmptyList<SASubsection> in_subsections,
List<SAFootnote> in_footnotes)
Construct a new section with top-level subsections.
|
SASubsection(SASubsectionNumber in_number,
com.io7m.jfunctional.OptionType<String> in_type,
com.io7m.jfunctional.OptionType<SAID> in_id,
SASubsectionTitle in_title,
SNonEmptyList<SASubsectionContent> in_content)
Construct a new subsection.
|
Copyright © 2015 <code@io7m.com> http://io7m.com