Uses of Class
org.pathvisio.libgpml.model.Interaction
Package | Description |
---|---|
org.pathvisio.libgpml.model |
Classes representing the pathway "model".
|
-
Uses of Interaction in org.pathvisio.libgpml.model
Fields in org.pathvisio.libgpml.model declared as Interaction Modifier and Type Field Description private Interaction
TestGraphLink. i
private Interaction
TestAnchor. i1
private Interaction
TestCopy. i1
private Interaction
TestLinePoint. i1
private Interaction
TestGraphLink. i2
(package private) Interaction
Test. l
(package private) Interaction
TestGraph. l
Fields in org.pathvisio.libgpml.model with type parameters of type Interaction Modifier and Type Field Description private java.util.List<Interaction>
PathwayModel. interactions
Methods in org.pathvisio.libgpml.model that return types with arguments of type Interaction Modifier and Type Method Description java.util.List<Interaction>
PathwayModel. getInteractions()
Returns the list of interaction pathway elements.Methods in org.pathvisio.libgpml.model with parameters of type Interaction Modifier and Type Method Description void
PathwayModel. addInteraction(Interaction interaction)
Adds the given interaction to interactions list.void
Interaction. copyValuesFrom(Interaction src)
Copies values from the given source pathway element.void
PathwayModel. removeInteraction(Interaction interaction)
Removes the given interaction from interactions list and elementIdToPathwayObject map..Method parameters in org.pathvisio.libgpml.model with type arguments of type Interaction Modifier and Type Method Description protected void
GPML2013aWriter. writeInteractions(java.util.List<Interaction> interactions, org.jdom2.Element root)
Writes interactionInteraction
information.protected void
GPML2021Writer. writeInteractions(java.util.List<Interaction> interactions, org.jdom2.Element root)
Writes interactionInteraction
information.