org.nlogo.api
Class Dump

java.lang.Object
  extended by org.nlogo.api.Dump

public final class Dump
extends Object


Field Summary
static CSV csv
           
 
Method Summary
static String agent(Agent agent, boolean exporting)
           
static String agentset(AgentSet agentset, boolean exporting)
           
static String extensionObject(ExtensionObject obj, boolean readable, boolean exporting, boolean reference)
           
static boolean isKnownType(Object obj)
           
static String iterator(Iterator<?> iter)
           
static String iterator(Iterator<?> iter, boolean readable, boolean exporting)
           
static String iterator(Iterator<?> iter, String prefix, String suffix, String delimiter, boolean readable, boolean exporting)
           
static String list(List<?> list)
           
static String list(List<?> list, boolean readable, boolean exporting)
           
static String list(List<?> list, String prefix, String suffix, String delimiter)
           
static String list(List<?> list, String prefix, String suffix, String delimiter, boolean readable, boolean exporting)
           
static String logoObject(Object obj)
           
static String logoObject(Object obj, boolean readable, boolean exporting)
           
static String map(Map<?,?> map)
           
static String map(Map<?,?> map, boolean readable, boolean exporting)
           
static String number(double d)
           
static String number(Double obj)
           
static String typeName(Class<?> theClass)
           
static String typeName(Object obj)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

csv

public static final CSV csv
Method Detail

isKnownType

public static boolean isKnownType(Object obj)

logoObject

public static String logoObject(Object obj)

logoObject

public static String logoObject(Object obj,
                                boolean readable,
                                boolean exporting)

extensionObject

public static String extensionObject(ExtensionObject obj,
                                     boolean readable,
                                     boolean exporting,
                                     boolean reference)

number

public static String number(Double obj)

number

public static String number(double d)

map

public static String map(Map<?,?> map)

map

public static String map(Map<?,?> map,
                         boolean readable,
                         boolean exporting)

list

public static String list(List<?> list)

list

public static String list(List<?> list,
                          boolean readable,
                          boolean exporting)

list

public static String list(List<?> list,
                          String prefix,
                          String suffix,
                          String delimiter)

list

public static String list(List<?> list,
                          String prefix,
                          String suffix,
                          String delimiter,
                          boolean readable,
                          boolean exporting)

iterator

public static String iterator(Iterator<?> iter)

iterator

public static String iterator(Iterator<?> iter,
                              boolean readable,
                              boolean exporting)

iterator

public static String iterator(Iterator<?> iter,
                              String prefix,
                              String suffix,
                              String delimiter,
                              boolean readable,
                              boolean exporting)

agentset

public static String agentset(AgentSet agentset,
                              boolean exporting)

agent

public static String agent(Agent agent,
                           boolean exporting)

typeName

public static String typeName(Object obj)

typeName

public static String typeName(Class<?> theClass)