com.agical.rdoc.core.model.impl
Class SourceModelImpl
java.lang.Object
com.agical.rdoc.core.model.impl.SourceModelImpl
- All Implemented Interfaces:
- SourceModel, Serializable
public class SourceModelImpl
- extends Object
- implements SourceModel
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SourceModelImpl
public SourceModelImpl(String name)
addMethod
public void addMethod(String name,
CodeBlock codeBlock)
- Specified by:
addMethod
in interface SourceModel
getMethod
public CodeBlock getMethod(String name)
- Specified by:
getMethod
in interface SourceModel
getName
public String getName()
- Specified by:
getName
in interface SourceModel
getMethodDocumentation
public String getMethodDocumentation(String method)
- Specified by:
getMethodDocumentation
in interface SourceModel
addMethodDocumentation
public void addMethodDocumentation(String name,
String documentation)
- Specified by:
addMethodDocumentation
in interface SourceModel
addDocumentation
public void addDocumentation(String documentation)
- Specified by:
addDocumentation
in interface SourceModel
getDocumentation
public String getDocumentation()
- Specified by:
getDocumentation
in interface SourceModel
Copyright © 2005-2011 Agical AB. All Rights Reserved.