|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.intermine.modelproduction.xml.InterMineModelParser
public class InterMineModelParser
Parse InterMine metadata XML to produce a InterMine Model
| Constructor Summary | |
|---|---|
InterMineModelParser()
|
|
| Method Summary | |
|---|---|
java.util.Set<ClassDescriptor> |
generateClassDescriptors(java.io.Reader reader,
java.lang.String packageName)
Read source model information in InterMine XML format and create a set of ClassDescriptors. |
Model |
process(java.io.Reader reader)
Read source model information in InterMine XML format and construct a InterMine Model object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InterMineModelParser()
| Method Detail |
|---|
public Model process(java.io.Reader reader)
throws java.lang.Exception
process in interface ModelParserreader - the source model to parse
java.lang.Exception - if Model not created successfully
public java.util.Set<ClassDescriptor> generateClassDescriptors(java.io.Reader reader,
java.lang.String packageName)
throws java.lang.Exception
reader - the source model to parsepackageName - the package name that all the classes should be in
java.lang.Exception - if Model not created successfully
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||