public static class Index.DeriveReal extends java.lang.Object implements IModule<Index.DeriveRealSection>
Constructor and Description |
---|
DeriveReal() |
Modifier and Type | Method and Description |
---|---|
void |
addSection(java.lang.String sectionName,
Index.DeriveRealSection section) |
Index.DeriveRealSection |
section(java.lang.String section) |
java.util.Set<java.lang.String> |
sectionNames() |
public Index.DeriveRealSection section(java.lang.String section)
section
in interface IModule<Index.DeriveRealSection>
public java.util.Set<java.lang.String> sectionNames()
sectionNames
in interface IModule<Index.DeriveRealSection>
public void addSection(java.lang.String sectionName, Index.DeriveRealSection section)
addSection
in interface IModule<Index.DeriveRealSection>