Package org.neuroml.export.info.model
Class InfoNode
- java.lang.Object
-
- org.neuroml.export.info.model.InfoNode
-
public class InfoNode extends Object
- Author:
- borismarin
-
-
Constructor Summary
Constructors Constructor Description InfoNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
get(String key)
Map<String,Object>
getProperties()
boolean
isEmpty()
void
put(String key, Object val)
void
putAll(Map<String,Object> properties)
String
toDetailString(String indent)
String
toString()
String
toTreeString(String indent)
-
-
-
Field Detail
-
INDENT
public static String INDENT
-
-