Uses of Class
org.pathvisio.libgpml.model.Group
| Package | Description |
|---|---|
| org.pathvisio.libgpml.model |
Classes representing the pathway "model".
|
-
Uses of Group in org.pathvisio.libgpml.model
Fields in org.pathvisio.libgpml.model declared as Group Modifier and Type Field Description private GroupDataNode. aliasRefprivate GroupTestAlias. g(package private) GroupTestGroup. g1(package private) GroupTestGroupNested. g1(package private) GroupTestGroup. g2(package private) GroupTestGroupNested. g2private GroupLineElement. groupRefprivate GroupShapedElement. groupRefFields in org.pathvisio.libgpml.model with type parameters of type Group Modifier and Type Field Description private java.util.Map<Group,java.util.Set<DataNode>>PathwayModel. aliasRefToAliasesprivate java.util.List<Group>PathwayModel. groupsMethods in org.pathvisio.libgpml.model that return Group Modifier and Type Method Description GroupDataNode. getAliasRef()Returns the pathway element to which the data node refers to as an alias.GroupDataNode.State. getGroupRef()Returns the parent group of the dataNode of this state.GroupGroupable. getGroupRef()Returns the parent group of this pathway element.GroupLineElement. getGroupRef()Returns the parent group of this pathway element.GroupShapedElement. getGroupRef()Returns the parent group of this pathway element.Methods in org.pathvisio.libgpml.model that return types with arguments of type Group Modifier and Type Method Description java.util.Set<Group>PathwayModel. getAliasRefs()Returns the set of Group aliasRef keys for this pathway model.java.util.List<Group>PathwayModel. getGroups()Returns the list of group pathway elements.Methods in org.pathvisio.libgpml.model with parameters of type Group Modifier and Type Method Description voidPathwayModel. addGroup(Group group)Adds the given group to groups list.voidGroup. copyValuesFrom(Group src)Copies values from the given source pathway element.java.util.Set<DataNode>PathwayModel. getLinkedAliases(Group aliasRef)Returns the set of DataNode aliases for a Group aliasRef.booleanPathwayModel. hasAliasRef(Group aliasRef)Returns true if pathway model has Group aliasRef.protected booleanPathwayModel. hasLinkedAlias(Group aliasRef, DataNode alias)Returns true if pathway model has DataNode alias and Group aliasRef.protected voidPathwayModel. linkAlias(Group aliasRef, DataNode alias)Adds mapping of aliasRef to data node alias in the aliasRefToAliases hash map.protected voidPathwayModel. removeAliasRef(Group aliasRef)Removes the mapping of given elementRef key from the elementRefToDataNode hash map.voidPathwayModel. removeGroup(Group group)Removes the given group from groups list and elementIdToPathwayObject map.voidDataNode. setAliasRef(Group v)Sets the group aliasRef to which this data node refers to as an alias.protected voidGPML2013aReader. setGroupGraphicsProperty(Group group, GroupType type)Reads and sets graphics properties forGroup.private voidLineElement. setGroupRef(Group v)Sets the parent group for this pathway element.private voidShapedElement. setGroupRef(Group v)Sets the parent group for this pathway element.voidDataNode.State. setGroupRefTo(Group v)Do not allow groupRef to be set for this state.voidGroupable. setGroupRefTo(Group groupRef)Verifies if given parent group is new and valid.voidLineElement. setGroupRefTo(Group v)Verifies if given parent group is new and valid.voidShapedElement. setGroupRefTo(Group v)Verifies if given parent group is new and valid.protected voidPathwayModel. unlinkAlias(Group aliasRef, DataNode alias)Removes the link between given aliasRef and alias, and removes mapping from aliasRefToAliases of this pathway model.protected voidGPML2021Writer. writeAliasRef(Group aliasRef, org.jdom2.Element e)Writes aliasRef property information for a data node.protected voidGPML2013aWriter. writeGroupRef(Group groupRef, org.jdom2.Element e)Writes groupRef property information.protected voidGPML2021Writer. writeGroupRef(Group groupRef, org.jdom2.Element e)Writes groupRef property information.Method parameters in org.pathvisio.libgpml.model with type arguments of type Group Modifier and Type Method Description protected voidGPML2013aReader. readGroupGroupRef(PathwayModel pathwayModel, org.jdom2.Element root, java.util.Map<java.lang.String,Group> groupIdToGroup)Reads groupRef propertyShapedElement.setGroupRef(org.pathvisio.libgpml.model.Group)information of group pathway element.protected voidGPML2013aReader. readGroupRef(ShapedElement shapedElement, org.jdom2.Element se, java.util.Map<java.lang.String,Group> groupIdToGroup)Reads and sets groupRef for given (shaped) pathway element and jdom Element.protected voidGPML2013aReader. readPointElementRefs(PathwayModel pathwayModel, java.util.Map<java.lang.String,Group> graphIdToGroup, java.util.Map<org.jdom2.Element,LineElement.LinePoint> elementToPoint)ReadsLineElement.LinePointelementRefs.protected voidGPML2013aWriter. writeGroups(java.util.List<Group> groups, org.jdom2.Element root)Writes groupGroupinformation.protected voidGPML2021Writer. writeGroups(java.util.List<Group> groups, org.jdom2.Element root)Writes groupGroupinformation.Constructors in org.pathvisio.libgpml.model with parameters of type Group Constructor Description DataNode(java.lang.String textLabel, DataNodeType type, org.bridgedb.Xref xref, Group aliasRef)Instantiates a DataNode given all possible parameters.