|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dlese.dpc.schemedit.standards.adn.DleseStandardsDocument
public class DleseStandardsDocument
StandardsDocument for the ADN Framework. Manages standards represented as ":"-delimited strings.
Constructor Summary | |
---|---|
DleseStandardsDocument(SchemaHelper schemaHelper,
List dataTypeNames)
Constructor for the DleseStandardsDocument object |
|
DleseStandardsDocument(SchemaHelper schemaHelper,
String dataTypeName)
Constructor for the DleseStandardsDocument object |
Method Summary | |
---|---|
void |
destroy()
Set all data structures for this DleseStandardsDocument to null |
String |
getAuthor()
Returns "National Science Education Standards (NSES)" |
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 |
List |
getNodeList()
Returns a flat list containing all DleseStandardsNodes in the standardsTree. |
DleseStandardsNode |
getRootNode()
Gets the rootNode attribute of the StandardsDocument object |
DleseStandardsNode |
getStandard(String id)
Get a StandardNode by id |
String |
getTopic()
Returns "Science" |
static void |
main(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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DleseStandardsDocument(SchemaHelper schemaHelper, String dataTypeName) throws Exception
schemaHelper
- NOT YET DOCUMENTEDxpath
- NOT YET DOCUMENTEDdataTypeName
- NOT YET DOCUMENTED
Exception
- NOT YET DOCUMENTEDpublic DleseStandardsDocument(SchemaHelper schemaHelper, List dataTypeNames) throws Exception
schemaHelper
- NOT YET DOCUMENTEDxpath
- NOT YET DOCUMENTEDdataTypeNames
- NOT YET DOCUMENTED
Exception
- NOT YET DOCUMENTEDMethod Detail |
---|
public String getAuthor()
getAuthor
in interface StandardsDocument
public String getTopic()
getTopic
in interface StandardsDocument
public DleseStandardsNode getStandard(String id)
getStandard
in interface StandardsDocument
id
- NOT YET DOCUMENTED
public 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 List getNodeList()
getNodeList
in interface StandardsDocument
public void printNodeList()
public Map getLevelMap()
public static void main(String[] args)
args
- The command line argumentspublic void destroy()
destroy
in interface StandardsDocument
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |