| Package | Description |
|---|---|
| com.io7m.jstructural.core |
| Modifier and Type | Method and Description |
|---|---|
static SID |
SID.newID(String actual)
Construct a new ID.
|
| Modifier and Type | Method and Description |
|---|---|
com.io7m.jfunctional.OptionType<SID> |
SSubsection.getID() |
com.io7m.jfunctional.OptionType<SID> |
SSection.getID() |
com.io7m.jfunctional.OptionType<SID> |
SPart.getID() |
com.io7m.jfunctional.OptionType<SID> |
SParagraph.getID() |
| Modifier and Type | Method and Description |
|---|---|
static SParagraph |
SParagraph.paragraphID(SID id,
SNonEmptyList<SParagraphContent> content)
Construct a new paragraph with an ID.
|
static SParagraph |
SParagraph.paragraphTypedID(String type,
SID id,
SNonEmptyList<SParagraphContent> content)
Construct a new paragraph with an ID and type attribute.
|
static SPart |
SPart.partID(SID id,
SPartTitle in_title,
SNonEmptyList<SSection> in_sections)
Create a part with the given id, title, and content.
|
static SPart |
SPart.partTypedID(String type,
SID id,
SPartTitle in_title,
SNonEmptyList<SSection> in_sections)
Create a part with the given type, id, title, and content.
|
static SPart |
SPart.partWithContentsID(SID id,
SPartTitle in_title,
SNonEmptyList<SSection> in_sections)
Create a part with the given id, title, content, and with a table of
contents.
|
static SPart |
SPart.partWithContentsTypedID(String type,
SID id,
SPartTitle in_title,
SNonEmptyList<SSection> in_sections)
Create a part with the given type, id, title, content, and with a table
of contents.
|
static SSectionWithSubsections |
SSectionWithSubsections.sectionID(SID id,
SSectionTitle in_title,
SNonEmptyList<SSubsection> in_content)
Create a section with the given id, title, and content.
|
static SSectionWithParagraphs |
SSectionWithParagraphs.sectionID(SID id,
SSectionTitle in_title,
SNonEmptyList<SSubsectionContent> in_content)
Create a section with the given id, title, and section content.
|
static SSectionWithSubsections |
SSectionWithSubsections.sectionTypedID(String type,
SID id,
SSectionTitle in_title,
SNonEmptyList<SSubsection> in_content)
Create a section with the given type, id, title, and content.
|
static SSectionWithParagraphs |
SSectionWithParagraphs.sectionTypedID(String type,
SID id,
SSectionTitle in_title,
SNonEmptyList<SSubsectionContent> in_content)
Create a section with the given type, id, title, and section content.
|
static SSectionWithSubsections |
SSectionWithSubsections.sectionWithContentsID(SID id,
SSectionTitle in_title,
SNonEmptyList<SSubsection> in_content)
Create a section with the given id, title, content, and with a table of
contents.
|
static SSectionWithParagraphs |
SSectionWithParagraphs.sectionWithContentsID(SID id,
SSectionTitle in_title,
SNonEmptyList<SSubsectionContent> in_content)
Create a section with the given id, title, section content, and with a
table of contents.
|
static SSectionWithSubsections |
SSectionWithSubsections.sectionWithContentsTypedID(String type,
SID id,
SSectionTitle in_title,
SNonEmptyList<SSubsection> in_content)
Create a section with the given type, id, title, content, and with a
table of contents.
|
static SSectionWithParagraphs |
SSectionWithParagraphs.sectionWithContentsTypedID(String type,
SID id,
SSectionTitle in_title,
SNonEmptyList<SSubsectionContent> in_content)
Create a section with the given type, id, title, section content, and
with a table of contents.
|
static SSubsection |
SSubsection.subsectionID(SID id,
SSubsectionTitle in_title,
SNonEmptyList<SSubsectionContent> in_content)
Create a subsection with the given id, title, and content.
|
static SSubsection |
SSubsection.subsectionTypedID(String type,
SID id,
SSubsectionTitle in_title,
SNonEmptyList<SSubsectionContent> in_content)
Create a subsection with the given type, id, title, and content.
|
| Constructor and Description |
|---|
SSection(com.io7m.jfunctional.OptionType<String> in_type,
com.io7m.jfunctional.OptionType<SID> in_id,
SSectionTitle in_title,
com.io7m.jfunctional.OptionType<SSectionContents> in_contents) |
Copyright © 2014 <code@io7m.com> http://io7m.com