com.agical.rdoc.core.model
Interface SourceModel

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
SourceModelImpl

public interface SourceModel
extends java.io.Serializable


Method Summary
 void addDocumentation(java.lang.String documentation)
           
 void addMethod(java.lang.String name, CodeBlock codeBlock)
           
 void addMethodDocumentation(java.lang.String name, java.lang.String documentation)
           
 java.lang.String getDocumentation()
           
 CodeBlock getMethod(java.lang.String name)
           
 java.lang.String getMethodDocumentation(java.lang.String method)
           
 java.lang.String getName()
           
 

Method Detail

addMethod

void addMethod(java.lang.String name,
               CodeBlock codeBlock)

getMethod

CodeBlock getMethod(java.lang.String name)

getName

java.lang.String getName()

getMethodDocumentation

java.lang.String getMethodDocumentation(java.lang.String method)

addMethodDocumentation

void addMethodDocumentation(java.lang.String name,
                            java.lang.String documentation)

getDocumentation

java.lang.String getDocumentation()

addDocumentation

void addDocumentation(java.lang.String documentation)


Copyright © 2005-2009 Agical AB. All Rights Reserved.