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 InteractionTestGraphLink. iprivate InteractionTestAnchor. i1private InteractionTestCopy. i1private InteractionTestLinePoint. i1private InteractionTestGraphLink. i2(package private) InteractionTest. l(package private) InteractionTestGraph. lFields in org.pathvisio.libgpml.model with type parameters of type Interaction Modifier and Type Field Description private java.util.List<Interaction>PathwayModel. interactionsMethods 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 voidPathwayModel. addInteraction(Interaction interaction)Adds the given interaction to interactions list.voidInteraction. copyValuesFrom(Interaction src)Copies values from the given source pathway element.voidPathwayModel. 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 voidGPML2013aWriter. writeInteractions(java.util.List<Interaction> interactions, org.jdom2.Element root)Writes interactionInteractioninformation.protected voidGPML2021Writer. writeInteractions(java.util.List<Interaction> interactions, org.jdom2.Element root)Writes interactionInteractioninformation.