public class DleseStandardsDocument extends java.lang.Object implements StandardsDocument
Constructor and Description |
---|
DleseStandardsDocument(SchemaHelper schemaHelper,
java.util.List dataTypeNames)
Constructor for the DleseStandardsDocument object
|
DleseStandardsDocument(SchemaHelper schemaHelper,
java.lang.String dataTypeName)
Constructor for the DleseStandardsDocument object
|
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Set all data structures for this DleseStandardsDocument to null
|
java.lang.String |
getAuthor()
Returns "National Science Education Standards (NSES)"
|
java.util.Map |
getLevelMap()
Debugging method maps standards to their "level" (the number of
colon-delimited fields in the vocabItem's textual representation.
|
int |
getMaxNodes()
Gets the maxNodes attribute of the DleseStandardsDocument object
|
java.util.List |
getNodeList()
Returns a flat list containing all DleseStandardsNodes in the standardsTree.
|
DleseStandardsNode |
getRootNode()
Gets the rootNode attribute of the StandardsDocument object
|
DleseStandardsNode |
getStandard(java.lang.String id)
Get a StandardNode by id
|
java.lang.String |
getTopic()
Returns "Science"
|
static void |
main(java.lang.String[] args)
The main program for the DleseStandardsDocument class
|
void |
printNodeList()
Description of the Method
|
void |
printStandardsDocument()
Walk down a hierarchical tree of DleseStandardsNodes and print an indented
display
|
void |
setMaxNodes(int max)
Sets the maxNodes attribute of the DleseStandardsDocument object
|
int |
size()
NOT YET DOCUMENTED
|
public DleseStandardsDocument(SchemaHelper schemaHelper, java.lang.String dataTypeName) throws java.lang.Exception
schemaHelper
- NOT YET DOCUMENTEDxpath
- NOT YET DOCUMENTEDdataTypeName
- NOT YET DOCUMENTEDjava.lang.Exception
- NOT YET DOCUMENTEDpublic DleseStandardsDocument(SchemaHelper schemaHelper, java.util.List dataTypeNames) throws java.lang.Exception
schemaHelper
- NOT YET DOCUMENTEDxpath
- NOT YET DOCUMENTEDdataTypeNames
- NOT YET DOCUMENTEDjava.lang.Exception
- NOT YET DOCUMENTEDpublic java.lang.String getAuthor()
getAuthor
in interface StandardsDocument
public java.lang.String getTopic()
getTopic
in interface StandardsDocument
public DleseStandardsNode getStandard(java.lang.String id)
getStandard
in interface StandardsDocument
id
- NOT YET DOCUMENTEDpublic DleseStandardsNode getRootNode()
StandardsDocument
getRootNode
in interface StandardsDocument
public int size()
size
in interface StandardsDocument
public void setMaxNodes(int max)
max
- The new maxNodes valuepublic int getMaxNodes()
public void printStandardsDocument()
public java.util.List getNodeList()
getNodeList
in interface StandardsDocument
public void printNodeList()
public java.util.Map getLevelMap()
public static void main(java.lang.String[] args)
args
- The command line argumentspublic void destroy()
destroy
in interface StandardsDocument