public class TeachersDomainStandardsNode extends java.lang.Object implements StandardsNode
Standard| Constructor and Description |
|---|
TeachersDomainStandardsNode(Standard std,
TeachersDomainStandardsNode parent)
Constructor for the TeachersDomainStandardsNode object given a ResultDoc instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
addSubNode(StandardsNode node)
Adds a childNodet to the TeachersDomainStandardsNode
|
java.util.List |
getAncestors()
Gets the ancestors attribute of the TeachersDomainStandardsNode object
|
TeachersDomainStandardsNode |
getChild(java.lang.String id)
Gets the child attribute of the TeachersDomainStandardsNode object
|
java.lang.String |
getDefinition()
Returns null (here only to satisfy the interface)
|
java.lang.String |
getDocId()
Gets the docId attribute of the TeachersDomainStandardsNode object
|
java.lang.String |
getFullText()
Gets the concatenated text of this standard and its ancestors, prepended with a gradeRange indicator
|
java.lang.String |
getGradeRange()
Gets the gradeRange attribute of the TeachersDomainStandardsNode object
|
boolean |
getHasSubList()
Gets the hasSubList attribute of the TeachersDomainStandardsNode object
|
java.lang.String |
getId()
Gets the id attribute of the StandardsNode object
|
boolean |
getIsLastInSubList()
Gets the isLastInSubList attribute of the TeachersDomainStandardsNode object
|
boolean |
getIsLeafNode()
Gets the isLeafNode attribute of the TeachersDomainStandardsNode object
|
java.lang.String |
getItemText()
The text of the standard as defined by ASN source document.
|
java.lang.String |
getLabel()
Gets node's itemText with a gradeRange attached to leaf nodes.
|
int |
getLevel()
Gets the level attribute of the TeachersDomainStandardsNode object
|
java.util.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
|
TeachersDomainStandardsNode |
getParent()
Gets the parent attribute of the TeachersDomainStandardsNode object
|
java.util.List |
getSubList()
Gets a list of TeachersDomainStandardsNode that have this node as a parent.
|
boolean |
getWrap()
Gets the wrap attribute of the StandardsNode object
|
boolean |
hasChild(java.lang.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(java.lang.String s)
Description of the Method
|
void |
showLineage()
Description of the Method
|
java.lang.String |
toString()
Description of the Method
|
public TeachersDomainStandardsNode(Standard std, TeachersDomainStandardsNode parent)
std - NOT YET DOCUMENTEDparent - Description of the Parameterpublic java.lang.String getGradeRange()
getGradeRange in interface StandardsNodepublic java.lang.String getId()
getId in interface StandardsNodepublic java.lang.String getDocId()
public TeachersDomainStandardsNode getParent()
public java.util.List getAncestors()
getAncestors in interface StandardsNodepublic boolean isLastInSubList()
isLastInSubList in interface StandardsNodepublic boolean getIsLastInSubList()
public boolean getNoDisplay()
getNoDisplay in interface StandardsNodepublic TeachersDomainStandardsNode getChild(java.lang.String id)
getChild in interface StandardsNodeid - asnIdpublic boolean hasChild(java.lang.String id)
name - asnIdpublic int getLevel()
getLevel in interface StandardsNodepublic java.util.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 java.lang.String getDefinition()
getDefinition in interface StandardsNodepublic boolean getWrap()
getWrap in interface StandardsNodepublic java.lang.String getLabel()
getLabel in interface StandardsNodepublic java.lang.String getItemText()
public java.lang.String getFullText()
getFullText in interface StandardsNodepublic java.util.List getLineage()
public void showLineage()
protected void prtln(java.lang.String s)
s - Description of the Parameterpublic java.lang.String toString()
toString in class java.lang.Object