java.lang.Objectorg.nlogo.agent.OutputObject
public class OutputObject
Field Summary | |
---|---|
boolean |
temporary
|
Constructor Summary | |
---|---|
OutputObject(String caption,
String message,
boolean addNewline,
boolean temporary)
|
Method Summary | |
---|---|
String |
get()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final boolean temporary
Constructor Detail |
---|
public OutputObject(String caption, String message, boolean addNewline, boolean temporary)
Method Detail |
---|
public String get()