Package oms3.nap
Class NetLogo
- java.lang.Object
-
- oms3.nap.NetLogo
-
- All Implemented Interfaces:
AnnotationHandler
public abstract class NetLogo extends Object implements AnnotationHandler
- Author:
- od
-
-
Field Summary
-
Fields inherited from interface oms3.nap.AnnotationHandler
VALUE
-
-
Constructor Summary
Constructors Constructor Description NetLogo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddone()Done with file processing.voidhandle(Map<String,Map<String,String>> ann, String line)Handles a single line of annotated code.voidsetGenFile(File genFile)voidsetLibname(String libname)voidsetSrcFile(File srcFile)voidstart(String src)Called by the processor when starting processing annotations for a file.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface oms3.nap.AnnotationHandler
log
-
-
-
-
Method Detail
-
setGenFile
public void setGenFile(File genFile)
-
setSrcFile
public void setSrcFile(File srcFile)
-
setLibname
public void setLibname(String libname)
-
handle
public void handle(Map<String,Map<String,String>> ann, String line)
Description copied from interface:AnnotationHandlerHandles a single line of annotated code.- Specified by:
handlein interfaceAnnotationHandler
-
start
public void start(String src)
Description copied from interface:AnnotationHandlerCalled by the processor when starting processing annotations for a file.- Specified by:
startin interfaceAnnotationHandler
-
done
public void done() throws ExceptionDescription copied from interface:AnnotationHandlerDone with file processing.- Specified by:
donein interfaceAnnotationHandler- Throws:
Exception
-
-