Uses of Class
de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.kgml.Relation
-
Uses of Relation in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.kegg.kegg_type.relation_gui
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.kegg.kegg_type.relation_gui with parameters of type Relation Modifier and Type Method Description voidMyRelationList. updateRelationInfo(Relation r)voidRelationTypeEditor. updateRelationSelection(Relation r)voidSrcTargetEditor. updateRelationSelection(Relation r)voidSubComponentNameCheckBox. updateRelationSelection(Relation r)voidSubComponentTypesEditor. updateRelationSelection(Relation r)voidSubtypeCompoundEditor. updateRelationSelection(Relation r)Constructors in de.ipk_gatersleben.ag_nw.graffiti.plugins.editcomponents.kegg.kegg_type.relation_gui with parameters of type Relation Constructor Description MyRelationList(Relation[] relations, RelationTypeEditor relationTypeEditor, SubComponentTypesEditor subComponentTypesEditor, JLabel relationDescription, SrcTargetEditor srcTargetEditor, SubtypeCompoundEditor subtypeCompoundEditor)RelationTypeEditor(Relation initialRelation, JLabel relationHelp)SrcTargetEditor(String title, Relation initialRelation, List<Entry> entries, HashMap<Entry,Node> entry2graphNode)SubComponentNameCheckBox(Relation initialRelation, SubtypeName subTypeName, JLabel subComponentTypesHelp)SubComponentTypesEditor(Relation initialRelation, JLabel subComponentTypesHelp)SubtypeCompoundEditor(String title, Relation initialRelation, List<Entry> entries, HashMap<Entry,Node> entry2graphNode) -
Uses of Relation in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.kegg
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.kegg that return Relation Modifier and Type Method Description RelationRelationLabel. getRelation()Constructors in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.layout_control.kegg with parameters of type Relation Constructor Description RelationLabel(Relation r, HashMap<Entry,Node> entry2graphNode, Pathway pathway, Collection<Gml2PathwayWarningInformation> warnings, Collection<Gml2PathwayErrorInformation> errors, Graph graph) -
Uses of Relation in de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.kgml
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.kgml that return Relation Modifier and Type Method Description static RelationRelation. getRelationFromKgmlRelationElement(org.jdom2.Element relationElement, Collection<Entry> entryElements, String clusterIdForHiddenCompounds)Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.kgml that return types with arguments of type Relation Modifier and Type Method Description Collection<Relation>Pathway. findRelations(String relationSrcTgtIds)static Collection<Relation>Relation. getRelationElementsFromGraph(Collection<Entry> entries, Graph graph, Collection<Gml2PathwayWarningInformation> warnings, Collection<Gml2PathwayErrorInformation> errors)Collection<Relation>Pathway. getRelations()Method parameters in de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.kgml with type arguments of type Relation Modifier and Type Method Description static voidRelation. processEdgeRelationInformation(Edge e, ArrayList<Relation> relationsRequestingThisNodeCombination)