|
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.asn.AsnStandardsDocument
public class AsnStandardsDocument
Provides acess to a single ASN Standards Document (and individual standards
contained within) via the AsnDocument
and AsnStandard
classes. Provides lists of AsnStandardsNodes for use in UI JSP.
Constructor Summary | |
---|---|
AsnStandardsDocument(AsnDocument asnDoc)
Constructor for the AsnStandardsDocument object |
|
AsnStandardsDocument(File source)
Constructor for the AsnStandardsDocument object |
Method Summary | |
---|---|
void |
destroy()
NOT YET DOCUMENTED |
String |
getAuthor()
Gets the author attribute of the AsnStandardsDocument object |
String |
getCreated()
Gets the created attribute of the AsnStandardsDocument object |
String |
getDocKey()
Gets the docKey attribute of the AsnStandardsDocument object |
String |
getId()
Gets the id attribute of the AsnStandardsDocument object |
int |
getMaxNodes()
Gets the maxNodes attribute of the AsnStandardsDocument object |
List |
getNodeList()
Returns a flat list containing all AsnStandardsNodes in the standardsTree. |
String |
getRendererTag()
Gets the rendererTag attribute of the AsnStandardsDocument object |
AsnStandardsNode |
getRootNode()
Gets the rootNode attribute of the AsnStandardsDocument object |
AsnStandardsNode |
getStandard(String id)
Get a StandardNode by id |
String |
getTitle()
Gets the title attribute of the AsnStandardsDocument object |
String |
getTopic()
Gets the topic attribute of the AsnStandardsDocument object |
void |
init(AsnDocument asnDoc)
Initialize the AsnStandardsDocument by populating the standardsMap and tree |
static void |
main(String[] args)
The main program for the AsnStandardsDocument class |
void |
printNodeList()
Description of the Method |
void |
printStandardsDocument()
Walk down a hierarchical tree of AsnStandardsNodes and print an indented display |
void |
setMaxNodes(int max)
Sets the maxNodes attribute of the AsnStandardsDocument 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 AsnStandardsDocument(File source) throws Exception
source
- AsnDocument file
Exception
- if AsnDocument file cannot be processedpublic AsnStandardsDocument(AsnDocument asnDoc) throws Exception
asnDoc
- NOT YET DOCUMENTED
Exception
- NOT YET DOCUMENTEDMethod Detail |
---|
public void init(AsnDocument asnDoc) throws Exception
asnDoc
- NOT YET DOCUMENTED
Exception
- NOT YET DOCUMENTEDpublic String getId()
public String getAuthor()
getAuthor
in interface StandardsDocument
public String getTopic()
getTopic
in interface StandardsDocument
public String getCreated()
public String getTitle()
public String getDocKey()
public String getRendererTag()
public void setMaxNodes(int max)
max
- The new maxNodes valuepublic int getMaxNodes()
public AsnStandardsNode getStandard(String id)
getStandard
in interface StandardsDocument
id
- NOT YET DOCUMENTED
public AsnStandardsNode getRootNode()
getRootNode
in interface StandardsDocument
public void printStandardsDocument()
public List getNodeList()
getNodeList
in interface StandardsDocument
public void printNodeList()
public int size()
size
in interface StandardsDocument
public static void main(String[] args) throws Exception
args
- The command line arguments
Exception
- NOT YET DOCUMENTEDpublic 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 |