Class USmallMolecule
java.lang.Object
de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.biopax.HelperClass
de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.biopax.lvl3utility.UtilitySuperClassToGraph
de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.biopax.lvl3utility.USmallMolecule
public class USmallMolecule extends UtilitySuperClassToGraph
-
Constructor Summary
Constructors Constructor Description USmallMolecule() -
Method Summary
Modifier and Type Method Description static voidaddAttributesToNode(GraphElement elem, org.biopax.paxtools.model.level3.SmallMolecule i)adds all information within the biopax class to the attribute set of the nodestatic voidreadAttributesFromNode(GraphElement node, Graph g, org.biopax.paxtools.model.Model model)Methods inherited from class de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.biopax.HelperClass
returnAttributeByPath, returnAttributeByPath
-
Constructor Details
-
USmallMolecule
public USmallMolecule()
-
-
Method Details
-
addAttributesToNode
public static void addAttributesToNode(GraphElement elem, org.biopax.paxtools.model.level3.SmallMolecule i) throws IllegalArgumentException, IllegalAccessException, InvocationTargetExceptionadds all information within the biopax class to the attribute set of the node- Parameters:
elem-i-- Throws:
IllegalArgumentExceptionIllegalAccessExceptionInvocationTargetException
-
readAttributesFromNode
public static void readAttributesFromNode(GraphElement node, Graph g, org.biopax.paxtools.model.Model model)
-