public class BioPAXObjectFactory
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
com.ibm.adtech.jastor.Thing |
convert(com.ibm.adtech.jastor.Thing obj,
BioPAX biopax) |
com.ibm.adtech.jastor.Thing |
convert(java.lang.Object obj,
BioPAX biopax) |
BioPAXObject |
createObject(java.lang.String type,
java.lang.String uri,
BioPAX biopax) |
static BioPAXObjectFactory |
getInstance() |
BioPAXObject |
getObject(com.ibm.adtech.jastor.Thing robj,
BioPAX biopax) |
BioPAXObject |
getObject(java.lang.String uri,
BioPAX biopax) |
public static BioPAXObjectFactory getInstance()
public BioPAXObject createObject(java.lang.String type, java.lang.String uri, BioPAX biopax)
public BioPAXObject getObject(java.lang.String uri, BioPAX biopax)
public BioPAXObject getObject(com.ibm.adtech.jastor.Thing robj, BioPAX biopax)
public com.ibm.adtech.jastor.Thing convert(com.ibm.adtech.jastor.Thing obj, BioPAX biopax)
public com.ibm.adtech.jastor.Thing convert(java.lang.Object obj, BioPAX biopax)