DLESE Tools
v1.6.0

org.dlese.dpc.standards.asn
Class ColoradoBenchmark

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

public class ColoradoBenchmark
extends AsnStandard

Extends AsnStandard to provide custom "description" for Colorado Benchmarks.

Author:
Jonathan Ostwald

Field Summary
 
Fields inherited from class org.dlese.dpc.standards.asn.AsnStandard
ancestors, asnDoc, children
 
Constructor Summary
ColoradoBenchmark(AsnStatement asnStmnt, AsnDocument asnDoc)
          Constructor for the ColoradoBenchmark object
 
Method Summary
 String getDescription()
          Gets the description attribute of the ColoradoBenchmark object
static void main(String[] args)
          tester program for the ColoradoBenchmark class
 
Methods inherited from class org.dlese.dpc.standards.asn.AsnStandard
addChild, getAncestors, getAsnStatement, getAuthor, getChildren, getDisplayText, 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

ColoradoBenchmark

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

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

main

public static void main(String[] args)
                 throws Exception
tester program for the ColoradoBenchmark class

Parameters:
args - The command line arguments
Throws:
Exception - NOT YET DOCUMENTED

getDescription

public String getDescription()
Gets the description attribute of the ColoradoBenchmark object

Overrides:
getDescription in class AsnStandard
Returns:
The description value

DLESE Tools
v1.6.0