project35.specifications
Class PrintServiceSpecification
java.lang.Object
project35.specifications.FunctionalSpecificationAspect
project35.specifications.PrintServiceSpecification
- All Implemented Interfaces:
- ServiceAspectDescription
public class PrintServiceSpecification
- extends FunctionalSpecificationAspect
a class used to print properties of services. These properties are shared
by services such as ontology services, validation services and general
plugins.
Copyright (c) 2008 Kevin Garwood for Project35. This code is
licensed under the Academic Free License version 3.0. For more information
on the terms and conditions, please see the file "LICENSE" that is included
in this distribution.
- Version:
- 1.0
- Author:
- Kevin Garwood (kgarwood@users.sourceforge.net)
| Methods inherited from class project35.specifications.FunctionalSpecificationAspect |
addColumnColourValue, addColumnHeader, addColumnValue, addYesNoColumnValue, beginColumnValue, beginParagraph, beginRow, beginTable, endColumnValue, endParagraph, endRow, endTable, getBulletedList, getDescription, getHyperLinkText, getJumpLinkTable, printBackToTop, printBoldHeading, printBulletedList, printBulletedList, printEnumeratedList, printField, printField, printHeading, printHorizontalLine, printHyperLink, printHyperLink, printParagraphSeparator, printParagraphText, replaceSpacesWithUnderscores, setSectionNumber |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrintServiceSpecification
public PrintServiceSpecification()
PrintServiceSpecification
public PrintServiceSpecification(ServiceConfiguration serviceConfiguration)
getServiceDescription
public String getServiceDescription(ServiceConfiguration serviceConfiguration)
- provides the description of a service.
generateHTML
public void generateHTML()
- Description copied from class:
FunctionalSpecificationAspect
- generates the HTML for the functional specification aspect.
- Specified by:
generateHTML in class FunctionalSpecificationAspect