Package ch.epfl.biop.atlas.allen
Class AllenOntologyJson
- java.lang.Object
-
- ch.epfl.biop.atlas.allen.AllenOntologyJson
-
public class AllenOntologyJson extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
AllenOntologyJson.AllenBrainRegion
-
Constructor Summary
Constructors Constructor Description AllenOntologyJson()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AllenOntologyJson
getOntologyFromFile(java.io.File f)
AllenOntologyJson.AllenBrainRegion
getRegionFromId(int id)
static void
main(java.lang.String... args)
static void
writeRegions(java.util.List<AllenOntologyJson.AllenBrainRegion> regions, int level)
-
-
-
Method Detail
-
main
public static void main(java.lang.String... args) throws java.lang.Exception
- Throws:
java.lang.Exception
-
writeRegions
public static void writeRegions(java.util.List<AllenOntologyJson.AllenBrainRegion> regions, int level)
-
getOntologyFromFile
public static AllenOntologyJson getOntologyFromFile(java.io.File f)
-
getRegionFromId
public AllenOntologyJson.AllenBrainRegion getRegionFromId(int id)
-
-