Package org.dlese.dpc.standards.asn
Class RootAsnStandard
java.lang.Object
org.dlese.dpc.standards.asn.AsnStandard
org.dlese.dpc.standards.asn.RootAsnStandard
Root standard of the Sandards Document representing the top-most standard in
the hierarchy for the Document. Almost identical to the AsnStandard, but
gets its text content from a different element.
- Author:
- Jonathan Ostwald
-
Field Summary
Fields inherited from class org.dlese.dpc.standards.asn.AsnStandard
ancestors, asnDoc, children -
Constructor Summary
ConstructorsConstructorDescriptionRootAsnStandard(AsnDocStatement asnStmnt, AsnDocument asnDoc) Constructor for the RootAsnStandard object -
Method Summary
Modifier and TypeMethodDescriptionGets the ancestors (an empty list) of the AsnNode objectThe textual content of this RootAsnStandardintgetLevel()Gets the level attribute of the RootAsnStandard objectMethods inherited from class org.dlese.dpc.standards.asn.AsnStandard
addChild, getAuthor, getChildren, getDocumentIdentifier, getEndGradeLevel, getGradeRange, getId, getParentId, getParentStandard, getStartGradeLevel, getStd, getStdDocument, getTopic, isLeaf, removeEntityRefs, toString
-
Constructor Details
-
RootAsnStandard
Constructor for the RootAsnStandard object- Parameters:
asnDoc- Description of the Parametere- NOT YET DOCUMENTED
-
-
Method Details
-
getAsnStatement
- Overrides:
getAsnStatementin classAsnStandard
-
getDescription
- Overrides:
getDescriptionin classAsnStandard
-
getLevel
public int getLevel()Gets the level attribute of the RootAsnStandard object- Overrides:
getLevelin classAsnStandard- Returns:
- The level value
-
getDisplayText
The textual content of this RootAsnStandard- Overrides:
getDisplayTextin classAsnStandard- Returns:
- The displayText value
-
getAncestors
Gets the ancestors (an empty list) of the AsnNode object- Overrides:
getAncestorsin classAsnStandard- Returns:
- The ancestors value
-