DLESE Tools
v1.6.0

org.dlese.dpc.standards.asn
Class AAASBenchmark

java.lang.Object
  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
 
Constructor Summary
AAASBenchmark(AsnStatement asnStmnt, AsnDocument asnDoc)
          Constructor for the AAASBenchmark object
 
Method Summary
 String getDescription()
          Gets the text attribute of the AsnStandard object
 String getDisplayText()
          walk the ancestor list, adding text from each
 
Methods inherited from class org.dlese.dpc.standards.asn.AsnStandard
addChild, getAncestors, getAsnStatement, getAuthor, getChildren, getDocumentIdentifier, getEndGradeLevel, getGradeRange, getId, getLevel, getParentId, getParentStandard, getStartGradeLevel, getStd, getStdDocument, getTopic, isLeaf, removeEntityRefs, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AAASBenchmark

public AAASBenchmark(AsnStatement asnStmnt,
                     AsnDocument asnDoc)
Constructor for the AAASBenchmark object

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

getDescription

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

Overrides:
getDescription in class AsnStandard
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