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 Objectget(String key)Map<String,Object>getProperties()booleanisEmpty()voidput(String key, Object val)voidputAll(Map<String,Object> properties)StringtoDetailString(String indent)StringtoString()StringtoTreeString(String indent)
-
-
-
Field Detail
-
INDENT
public static String INDENT
-
-