zeus.generator.code
Class AgentWriter

java.lang.Object
  extended byzeus.generator.code.Writer
      extended byzeus.generator.code.AgentWriter

public class AgentWriter
extends Writer

AgentWriter is the class that is called by the generator to produce the Java code which is compiled into the agents


Field Summary
 
Fields inherited from class zeus.generator.code.Writer
directory, genmodel, genplan, standard_disclaimer, textArea, UNIX, WINDOWS, ZEUS
 
Constructor Summary
AgentWriter(GenerationPlan genplan, GeneratorModel genmodel, java.lang.String directory, javax.swing.JTextArea textArea)
           
 
Method Summary
 boolean hasRules(AgentDescription agent)
           
private  boolean hasTasks(AgentDescription agent)
           
 void write()
           
 
Methods inherited from class zeus.generator.code.Writer
createFile, updateFilename
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentWriter

public AgentWriter(GenerationPlan genplan,
                   GeneratorModel genmodel,
                   java.lang.String directory,
                   javax.swing.JTextArea textArea)
Method Detail

hasTasks

private boolean hasTasks(AgentDescription agent)

hasRules

public boolean hasRules(AgentDescription agent)

write

public void write()


Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.