public class RootAsnStandard extends AsnStandard
ancestors, asnDoc, children| Constructor and Description |
|---|
RootAsnStandard(AsnDocStatement asnStmnt,
AsnDocument asnDoc)
Constructor for the RootAsnStandard object
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getAncestors()
Gets the ancestors (an empty list) of the AsnNode object
|
AsnDocStatement |
getAsnStatement() |
java.lang.String |
getDescription() |
java.lang.String |
getDisplayText()
The textual content of this RootAsnStandard
|
int |
getLevel()
Gets the level attribute of the RootAsnStandard object
|
addChild, getAuthor, getChildren, getDocumentIdentifier, getEndGradeLevel, getGradeRange, getId, getParentId, getParentStandard, getStartGradeLevel, getStd, getStdDocument, getTopic, isLeaf, removeEntityRefs, toStringpublic RootAsnStandard(AsnDocStatement asnStmnt, AsnDocument asnDoc)
e - NOT YET DOCUMENTEDasnDoc - Description of the Parameterpublic AsnDocStatement getAsnStatement()
getAsnStatement in class AsnStandardpublic java.lang.String getDescription()
getDescription in class AsnStandardpublic int getLevel()
getLevel in class AsnStandardpublic java.lang.String getDisplayText()
getDisplayText in class AsnStandardpublic java.util.List getAncestors()
getAncestors in class AsnStandard