Uses of Class
org.pathvisio.libgpml.model.DataNode.State
| Package | Description |
|---|---|
| org.pathvisio.libgpml.model |
Classes representing the pathway "model".
|
-
Uses of DataNode.State in org.pathvisio.libgpml.model
Fields in org.pathvisio.libgpml.model declared as DataNode.State Modifier and Type Field Description private DataNode.StateTestCopy. s1private DataNode.StateTestState. st1private DataNode.StateTestState. st2private DataNode.StateTestState. st3Fields in org.pathvisio.libgpml.model with type parameters of type DataNode.State Modifier and Type Field Description private java.util.List<DataNode.State>DataNode. statesMethods in org.pathvisio.libgpml.model that return DataNode.State Modifier and Type Method Description DataNode.StateDataNode. addState(java.lang.String elementId, java.lang.String textLabel, StateType type, double relX, double relY)Instantiates a state with the given properties including elementId.DataNode.StateDataNode. addState(java.lang.String textLabel, StateType type, double relX, double relY)Instantiates a state with the given properties.Methods in org.pathvisio.libgpml.model that return types with arguments of type DataNode.State Modifier and Type Method Description java.util.List<DataNode.State>DataNode. getStates()Methods in org.pathvisio.libgpml.model with parameters of type DataNode.State Modifier and Type Method Description voidDataNode. addState(DataNode.State state)Adds given state to states list.protected voidGPML2013aReader. convertStateCommentToRefs(DataNode.State state, java.util.Set<java.lang.String> elementIdSet)This method is used to handleDataNode.StatePathwayElement.Commentwhich were manually added to encode phosphosite information.protected voidGPML2013aWriter. convertStateRefToComments(DataNode.State state, org.jdom2.Element st)This method handles convertingDataNode.StatephosphositePathwayElement.AnnotationRefandXrefinformation back toPathwayElement.Commentfor writing to GPML2013a.voidDataNode.State. copyValuesFrom(DataNode.State src)Copies values from the given source pathway element.voidGraphicalLine. copyValuesFrom(DataNode.State src)Copies values from the given source pathway element.booleanDataNode. hasState(DataNode.State state)Checks whether states has the given state.voidDataNode. removeState(DataNode.State state)Removes given state from states list.Method parameters in org.pathvisio.libgpml.model with type arguments of type DataNode.State Modifier and Type Method Description protected voidGPML2021Writer. writeStates(java.util.List<DataNode.State> states, org.jdom2.Element dn)Writes stateDataNode.Stateinformation.