|
DLESE Tools v1.6.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dlese.dpc.schemedit.standards.commcore.CommCoreStandardsNode
public class CommCoreStandardsNode
Implements the StandardsNode interface using information from a Commcore instance.
Standard| Constructor Summary | |
|---|---|
CommCoreStandardsNode(Standard std,
CommCoreStandardsNode parent)
Constructor for the CommCoreStandardsNode object given a ResultDoc instance |
|
| Method Summary | |
|---|---|
void |
addSubNode(StandardsNode node)
Adds a childNodet to the CommCoreStandardsNode |
List |
getAncestors()
Gets the ancestors attribute of the CommCoreStandardsNode object |
CommCoreStandardsNode |
getChild(String id)
Gets the child attribute of the CommCoreStandardsNode object |
String |
getDefinition()
Returns null (here only to satisfy the interface) |
String |
getDocId()
Gets the docId attribute of the CommCoreStandardsNode object |
String |
getFullText()
Gets the concatenated text of this standard and its ancestors, prepended with a gradeRange indicator |
String |
getGradeRange()
Gets the gradeRange attribute of the CommCoreStandardsNode object |
boolean |
getHasSubList()
Gets the hasSubList attribute of the CommCoreStandardsNode object |
String |
getId()
Gets the id attribute of the StandardsNode object |
boolean |
getIsLastInSubList()
Gets the isLastInSubList attribute of the CommCoreStandardsNode object |
boolean |
getIsLeafNode()
Gets the isLeafNode attribute of the CommCoreStandardsNode object |
String |
getItemText()
The text of the standard as defined by ASN source document. |
String |
getLabel()
Gets node's itemText with a gradeRange attached to leaf nodes. |
int |
getLevel()
Gets the level attribute of the CommCoreStandardsNode object |
List |
getLineage()
Gets a list containing the text of this node and it's ancestors |
boolean |
getNoDisplay()
Gets the noDisplay attribute of the StandardsNode object |
CommCoreStandardsNode |
getParent()
Gets the parent attribute of the CommCoreStandardsNode object |
List |
getSubList()
Gets a list of CommCoreStandardsNode that have this node as a parent. |
boolean |
getWrap()
Gets the wrap attribute of the StandardsNode object |
boolean |
hasChild(String id)
Gets the specified child of this Node |
boolean |
isLastInSubList()
Returns true if this StandardsNode is the last of its siblings |
protected void |
prtln(String s)
Description of the Method |
void |
showLineage()
Description of the Method |
String |
toString()
Description of the Method |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CommCoreStandardsNode(Standard std,
CommCoreStandardsNode parent)
std - NOT YET DOCUMENTEDparent - Description of the Parameter| Method Detail |
|---|
public String getGradeRange()
getGradeRange in interface StandardsNodepublic String getId()
getId in interface StandardsNodepublic String getDocId()
public CommCoreStandardsNode getParent()
public List getAncestors()
getAncestors in interface StandardsNodepublic boolean isLastInSubList()
isLastInSubList in interface StandardsNodepublic boolean getIsLastInSubList()
public boolean getNoDisplay()
getNoDisplay in interface StandardsNodepublic CommCoreStandardsNode getChild(String id)
getChild in interface StandardsNodeid - asnId
public boolean hasChild(String id)
name - asnId
public int getLevel()
getLevel in interface StandardsNodepublic List getSubList()
getSubList in interface StandardsNodepublic boolean getHasSubList()
getHasSubList in interface StandardsNodepublic boolean getIsLeafNode()
getIsLeafNode in interface StandardsNodepublic void addSubNode(StandardsNode node)
addSubNode in interface StandardsNodenode - The feature to be added to the SubNode attributepublic String getDefinition()
getDefinition in interface StandardsNodepublic boolean getWrap()
getWrap in interface StandardsNodepublic String getLabel()
getLabel in interface StandardsNodepublic String getItemText()
public String getFullText()
getFullText in interface StandardsNodepublic List getLineage()
public void showLineage()
protected void prtln(String s)
s - Description of the Parameterpublic String toString()
toString in class Object
|
DLESE Tools v1.6.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||