DLESE Tools
v1.6.0

org.dlese.dpc.standards.asn
Class AAASBenchmark

java.lang.Object
  extended by org.dlese.dpc.standards.asn.AsnStd
      extended by org.dlese.dpc.standards.asn.AsnStandard
          extended by org.dlese.dpc.standards.asn.AAASBenchmark

public class AAASBenchmark
extends AsnStandard

Extends AsnStandard to provide custom rendering of display text for AAAS standards.

Author:
Jonathan Ostwald

Field Summary
 
Fields inherited from class org.dlese.dpc.standards.asn.AsnStandard
ancestors, asnDoc, children
 
Fields inherited from class org.dlese.dpc.standards.asn.AsnStd
element
 
Constructor Summary
AAASBenchmark(Element e, AsnDocument asnDoc)
          Constructor for the AAASBenchmark object
 
Method Summary
 String getDisplayText()
          walk the ancestor list, adding text from each
 String getItemText()
          Gets the text attribute of the AsnStandard object
 
Methods inherited from class org.dlese.dpc.standards.asn.AsnStandard
addChild, getAncestors, getAuthor, getChildren, getDocumentIdentifier, getLevel, getParentStandard, getStd, getTopic, isLeaf, removeEntityRefs, toString
 
Methods inherited from class org.dlese.dpc.standards.asn.AsnStd
getDescription, getEndGradeLevel, getGradeRange, getId, getParentId, getStartGradeLevel, getSubElementResource, getSubElementResource, getSubElementText, getSubElementText, getSubject, setGradeLevels, setItemText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AAASBenchmark

public AAASBenchmark(Element e,
                     AsnDocument asnDoc)
Constructor for the AAASBenchmark object

Parameters:
e - NOT YET DOCUMENTED
asnDoc - NOT YET DOCUMENTED
Method Detail

getItemText

public String getItemText()
Gets the text attribute of the AsnStandard object

Overrides:
getItemText in class AsnStd
Returns:
The text value

getDisplayText

public String getDisplayText()
walk the ancestor list, adding text from each

Overrides:
getDisplayText in class AsnStandard
Returns:
The displayText value

DLESE Tools
v1.6.0