Class UModulation
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.UModulation
public class UModulation extends UtilitySuperClassToGraph
-
Constructor Summary
Constructors Constructor Description UModulation()
-
Method Summary
Modifier and Type Method Description static void
addAttributesToNode(GraphElement elem, org.biopax.paxtools.model.level3.Modulation i)
adds all information within the biopax class to the attribute set of the nodestatic void
readAttributesFromNode(GraphElement edge, 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
-
UModulation
public UModulation()
-
-
Method Details
-
addAttributesToNode
public static void addAttributesToNode(GraphElement elem, org.biopax.paxtools.model.level3.Modulation i) throws IllegalArgumentException, IllegalAccessException, InvocationTargetExceptionadds all information within the biopax class to the attribute set of the node- Parameters:
elem
-i
-- Throws:
IllegalArgumentException
IllegalAccessException
InvocationTargetException
-
readAttributesFromNode
public static void readAttributesFromNode(GraphElement edge, Graph g, org.biopax.paxtools.model.Model model)
-