ConForM.CoopnTools.CoKer.DocComment
Class AuthorDocTag

java.lang.Object
  |
  +--ConForM.CoopnTools.CoKer.DocComment.DocTag
        |
        +--ConForM.CoopnTools.CoKer.DocComment.AuthorDocTag

public class AuthorDocTag
extends DocTag

Documentation Author Tag. Store the author(s) of a module. The name can contain more than one actual name, although this practice is not recommended. Can only appear in comments of CoopnSyntacticModules.


Constructor Summary
AuthorDocTag(java.lang.String name)
          Simple constructor.
 
Method Summary
 java.lang.String name()
          Get the content of the Author tag.
 java.lang.String tag()
          String representation of the tag.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthorDocTag

public AuthorDocTag(java.lang.String name)
Simple constructor.
Parameters:
name - the author name
Throws:
java.lang.IllegalArgumentException - The name is a null or an empty string.
Method Detail

name

public java.lang.String name()
Get the content of the Author tag.
Returns:
the name.

tag

public java.lang.String tag()
String representation of the tag.
Overrides:
tag in class DocTag