Uses of Interface
org.graffiti.graph.Edge
-
Uses of Edge in de.ipk_gatersleben.ag_nw.graffiti
Methods in de.ipk_gatersleben.ag_nw.graffiti that return Edge Modifier and Type Method Description static EdgeGraphHelperBio. addEdgeCopyIfNotExistant(Edge refEdge, Node a, Node b)static EdgeGraphHelperBio. addEdgeIfNotExistant(Graph graph, Node nodeA, Node nodeB, boolean directed, CollectionAttribute graphicsAttributeForEdge)Methods in de.ipk_gatersleben.ag_nw.graffiti that return types with arguments of type Edge Modifier and Type Method Description static ArrayList<Edge>GraphHelperBio. getMapLinkEdges(Graph g)static Collection<Edge>GraphHelper. getSelectedOrAllEdges()static Collection<Edge>GraphHelper. getSelectedOrAllEdges(Selection selection, Graph graph)static Collection<Edge>GraphHelper. getSelectedOrAllEdges(EditorSession workSession)Methods in de.ipk_gatersleben.ag_nw.graffiti with parameters of type Edge Modifier and Type Method Description static voidGraphHelper. addBends(Edge edge, Collection<Vector2d> bendPoints)static EdgeGraphHelperBio. addEdgeCopyIfNotExistant(Edge refEdge, Node a, Node b)static booleanGraphHelperBio. isMapLink(Edge e)static voidGraphHelper. selectGraphElement(Edge e)Method parameters in de.ipk_gatersleben.ag_nw.graffiti with type arguments of type Edge Modifier and Type Method Description static voidGraphHelper. applyUndoableEdgeReversal(Graph graph, Collection<Edge> edges, String description)static booleanGraphHelper. hasBends(Collection<Edge> edges)Does the given collection contain edges with bends?static voidGraphHelper. introduceNewBends(Graph graph, HashSet<Edge> edges, int percent, String shape, int bends, boolean massCenterFromSelection, String description, boolean enableUndo)Add new bends to a graphstatic voidGraphHelper. introduceNewBends(Graph graph, HashSet<Edge> workEdges, int minPercent, String edgeShape, int i, String description, boolean enableUndo)static voidGraphHelper. removeBends(Graph graph, Collection<Edge> edges, boolean enableUndo) -
Uses of Edge in de.ipk_gatersleben.ag_nw.graffiti.plugins.algorithms.naive_pattern_finder
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.algorithms.naive_pattern_finder with parameters of type Edge Modifier and Type Method Description static voidPatternAttributeUtils. addAGNWContainer(Edge e)Adds the top level container attribute "AGNW" to the given edge.static voidPatternAttributeUtils. addPattern(Edge e, int position)Adds the pattern container for the given pattern position at the given edge.static voidPatternAttributeUtils. addPatternContainer(Edge e)Adds the pattern container attribute "AGNW.PATTERN" to the given edge.static voidPatternAttributeUtils. addPatternInformation(Edge e, int position, String patternName, Integer patternIndex, Integer edgeIndex)Adds a set of pattern information to the given edge.static voidPatternAttributeUtils. checkAndAddAGNWContainer(Edge e)Adds the top level container attribute "AGNW" to the given edge, if it is not already there.static voidPatternAttributeUtils. checkAndAddPattern(Edge e, int position)Adds the pattern container for the pattern position to the given edge, if it is not already there.static voidPatternAttributeUtils. checkAndAddPatternContainer(Edge e)Adds the pattern container attribute "AGNW.PATTERN" to the given edge, if it is not already there.static booleanPatternAttributeUtils. checkExistenceAGNWContainer(Edge e)Checks, if the top level container attribute "AGNW" exists at the given edge.static booleanPatternAttributeUtils. checkExistenceOfAnyPattern(Edge e)Checks if a pattern exists at the given edge.static booleanPatternAttributeUtils. checkExistencePattern(Edge e, int position)Checks, if the pattern container for the pattern position exists at the given edge.static booleanPatternAttributeUtils. checkExistencePatternContainer(Edge e)Checks, if the pattern container attribute "AGNW.PATTERN" exists at the given edge.static intPatternAttributeUtils. findPatternPosition(Edge e, String patternName, Integer patternIndex)Returns the position of the given pattern name and pattern index for the given edge.static IntegerPatternAttributeUtils. getEdgeIndex(Edge e, int position)Returns the edge index for the given edge and position.static IntegerPatternAttributeUtils. getInternalEdgeIndex(Edge e, int position)Returns the internal edge index for the given edge and position.static intPatternAttributeUtils. getMaximumPatternPosition(Edge e)Returns the maximal position value of the pattern container.static IntegerPatternAttributeUtils. getPatternIndex(Edge e, int position)Returns the pattern index for the given edge and position.static StringPatternAttributeUtils. getPatternName(Edge e, int position)Returns the pattern name for the given edge and position. -
Uses of Edge in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.dbe.selectCommands
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.dbe.selectCommands that return types with arguments of type Edge Modifier and Type Method Description static Collection<Edge>SelectEdgesAlgorithm. getInnerClusterEdges(Collection<Edge> edges)static Collection<Edge>SelectEdgesAlgorithm. getInterClusterEdges(Collection<Edge> edges)Method parameters in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.dbe.selectCommands with type arguments of type Edge Modifier and Type Method Description static Collection<Edge>SelectEdgesAlgorithm. getInnerClusterEdges(Collection<Edge> edges)static Collection<Edge>SelectEdgesAlgorithm. getInterClusterEdges(Collection<Edge> edges) -
Uses of Edge in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.editing_tools.script_helper
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.editing_tools.script_helper that return types with arguments of type Edge Modifier and Type Method Description Collection<Edge>NodeHelper. getAllInEdges()Collection<Edge>NodeHelper. getAllOutEdges()Collection<Edge>NodeHelper. getDirectedInEdges()Iterator<Edge>NodeHelper. getDirectedInEdgesIterator()Collection<Edge>NodeHelper. getDirectedOutEdges()Iterator<Edge>NodeHelper. getDirectedOutEdgesIterator()Collection<Edge>NodeHelper. getEdges()Iterator<Edge>NodeHelper. getEdgesIterator()Collection<Edge>NodeHelper. getUndirectedEdges()Iterator<Edge>NodeHelper. getUndirectedEdgesIterator()Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.editing_tools.script_helper with parameters of type Edge Modifier and Type Method Description static booleanEdgeHelper. hasMappingData(Edge e)static voidEdgeHelper. moveBends(Edge edge, double offX, double offY)static voidEdgeHelper. moveBends(Edge e, double moveX, double moveY, HashMap<CoordinateAttribute,Vector2d> bends2newPositions) -
Uses of Edge in de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.biopax.lvl3utility
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.biopax.lvl3utility with parameters of type Edge Modifier and Type Method Description voidStoichiometryWriter. readParticipantStoichiometry(org.biopax.paxtools.model.level3.PhysicalEntity phys, org.biopax.paxtools.model.level3.Conversion interaction, Edge edge, org.biopax.paxtools.model.Model model)voidStoichiometryWriter. writeParticipantStoichiometry(Node physicalEntityNode, Node reactionNode, Edge e, Set<org.biopax.paxtools.model.level3.Stoichiometry> Stoichiometry) -
Uses of Edge in de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.exporters.metatool
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.exporters.metatool with parameters of type Edge Modifier and Type Method Description static StringMetatoolWriter. getEdgeLabel(Edge ed) -
Uses of Edge in de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.exporters.sbml
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.exporters.sbml with parameters of type Edge Modifier and Type Method Description voidSBML_SBase_Writer. addSBaseAttributes(org.sbml.jsbml.AbstractSBase sbase, Edge e, String niceID)ObjectSBML_SBase_Writer. getAttribute(Edge e, String headline, String attributeName) -
Uses of Edge in de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.importers.biopax.lvl2utility
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.importers.biopax.lvl2utility with parameters of type Edge Modifier and Type Method Description voidStoichiometryWriter. writeParticipantStoichiometry(Node node, Node center, Edge e, Set<org.biopax.paxtools.model.level2.physicalEntityParticipant> set) -
Uses of Edge in de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.importers.sbml
-
Uses of Edge in de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.kgml
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.kgml with parameters of type Edge Modifier and Type Method Description static ArrayList<IndexAndString>KeggGmlHelper. getKeggReactionProducts(Edge e)static ArrayList<IndexAndString>KeggGmlHelper. getKeggReactionSubstrates(Edge e)static ArrayList<IndexAndString>KeggGmlHelper. getRelationSourceAndTargets(Edge e)static StringKeggGmlHelper. getRelationSourceTarget(Edge e, int index)static StringKeggGmlHelper. getRelationSubtypeName(Edge e, int index)static ArrayList<IndexAndString>KeggGmlHelper. getRelationSubTypeNames(Edge e)static ArrayList<IndexAndString>KeggGmlHelper. getRelationTypes(Edge e)static voidReaction. processEdgeReactionInformation(Edge e, ArrayList<ReactionAndInfo> reactionsRequestingThisNodeCombination, ArrayList<ReactionAndInfo> reactionsRequestingThisInverseNodeCombination)static voidRelation. processEdgeRelationInformation(Edge e, ArrayList<Relation> relationsRequestingThisNodeCombination)static voidKeggGmlHelper. setEdgeLabel(Edge e, String label)static voidKeggGmlHelper. setKeggGraphicsLineStyleIndirect(Edge e)static voidKeggGmlHelper. setKeggGraphicsLineStyleInhibitionArrow(Edge e)static voidKeggGmlHelper. setKeggGraphicsLineStyleMap(Edge e)static voidKeggGmlHelper. setKeggReactionProduct(Edge e, int index, String id)static voidKeggGmlHelper. setKeggReactionSubstrate(Edge e, int index, String id)static voidKeggGmlHelper. setRelationSourceTargetInformation(Edge e, int index, String srcKeggId, String tgtKeggId)static voidKeggGmlHelper. setRelationSrcTgtInformation(Edge e, int i, IdRef e1, IdRef e2)Add information about source or target entity which requests a relation and thus the creation of an edgestatic voidKeggGmlHelper. setRelationSubtypeName(Edge e, int index, String subtype)static voidKeggGmlHelper. setRelationTypeInformation(Edge e, int index, RelationType rt) -
Uses of Edge in de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.sbml
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.sbml that return Edge Modifier and Type Method Description static EdgeSBMLHelper. addModifier(Node node, String speciesID)static EdgeSBMLHelper. addModifier(Node node, org.sbml.jsbml.ModifierSpeciesReference ref)static EdgeSBMLHelper. addProduct(Node node, String speciesID)static EdgeSBMLHelper. addProduct(Node node, org.sbml.jsbml.SpeciesReference ref)static EdgeSBMLHelper. addReactant(Node node, String speciesID)static EdgeSBMLHelper. addReactant(Node node, org.sbml.jsbml.SpeciesReference ref)static EdgeSBMLHelper. initProductEdge(Edge e)static EdgeSBMLHelper. initReactantEdge(Edge e)Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.sbml that return types with arguments of type Edge Modifier and Type Method Description static List<Edge>SBMLHelper. getModifier(Node node)Returns the modifier edgesMap<ReactionIDSpeciesIDWrapper,List<Edge>>SBMLReactionHelper. getModifierClones()Map<ReactionIDSpeciesIDWrapper,List<Edge>>SBMLReactionHelper. getProductClones()static List<Edge>SBMLHelper. getProducts(Node node)The edges with the simple species references will be returnedMap<ReactionIDSpeciesIDWrapper,List<Edge>>SBMLReactionHelper. getReactantClones()static List<Edge>SBMLHelper. getReactants(Node node)The edges with the simple species references will be returnedMethods in de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.sbml with parameters of type Edge Modifier and Type Method Description voidSBMLReactionHelper. addModifierCloneToList(String reactionId, String speciesId, Edge reactantEdge)voidSBMLReactionHelper. addProductCloneToList(String reactionId, String speciesId, Edge reactantEdge)voidSBMLReactionHelper. addReactantCloneToList(String reactionId, String speciesId, Edge reactantEdge)voidSBMLReactionHelper. deleteAnnotationModifier(Edge edge)voidSBMLReactionHelper. deleteAnnotationProduct(Edge edge)voidSBMLReactionHelper. deleteAnnotationReactant(Edge edge)static voidSBMLHelper. deleteConstant(Edge edge)voidSBMLReactionHelper. deleteMetaIDModifier(Edge edge)voidSBMLReactionHelper. deleteMetaIDProduct(Edge edge)voidSBMLReactionHelper. deleteMetaIDReactant(Edge edge)static voidSBMLHelper. deleteModifier(Edge edge)voidSBMLReactionHelper. deleteNonRDFAnnotationModifier(Edge edge)voidSBMLReactionHelper. deleteNonRDFAnnotationProduct(Edge edge)voidSBMLReactionHelper. deleteNonRDFAnnotationReactant(Edge edge)voidSBMLReactionHelper. deleteNotesModifier(Edge edge)voidSBMLReactionHelper. deleteNotesProduct(Edge edge)voidSBMLReactionHelper. deleteNotesReactant(Edge edge)static voidSBMLHelper. deleteProduct(Edge edge)static voidSBMLHelper. deleteReactant(Edge edge)static voidSBMLHelper. deleteReactionSpecies(Edge edge)static voidSBMLHelper. deleteReactionSpeciesID(Edge edge)static voidSBMLHelper. deleteReactionSpeciesName(Edge edge)voidSBMLReactionHelper. deleteSBOTermModifier(Edge edge)voidSBMLReactionHelper. deleteSBOTermProduct(Edge edge)voidSBMLReactionHelper. deleteSBOTermReactant(Edge edge)static voidSBMLHelper. deleteStoichiometry(Edge edge)org.sbml.jsbml.AnnotationSBMLReactionHelper. getAnnotationModifier(Edge edge)org.sbml.jsbml.AnnotationSBMLReactionHelper. getAnnotationProduct(Edge edge)org.sbml.jsbml.AnnotationSBMLReactionHelper. getAnnotationReactant(Edge edge)BooleanSBMLReactionHelper. getConstant(Edge reactionEdge)StringSBMLReactionHelper. getID(Edge reactionEdge)StringSBMLReactionHelper. getMetaIDModifier(Edge edge)StringSBMLReactionHelper. getMetaIDProduct(Edge edge)StringSBMLReactionHelper. getMetaIDReactant(Edge edge)StringSBMLReactionHelper. getName(Edge reactionEdge)org.sbml.jsbml.xml.XMLNodeSBMLReactionHelper. getNonRDFAnnotationModifier(Edge edge)org.sbml.jsbml.xml.XMLNodeSBMLReactionHelper. getNonRDFAnnotationProduct(Edge edge)org.sbml.jsbml.xml.XMLNodeSBMLReactionHelper. getNonRDFAnnotationReactant(Edge edge)ObjectSBMLReactionHelper. getNotesModifier(Edge edge)ObjectSBMLReactionHelper. getNotesProduct(Edge edge)ObjectSBMLReactionHelper. getNotesReactant(Edge edge)static BooleanSBMLHelper. getReactionConstant(Edge reactionEdge)Returns the value of the attribute constantstatic StringSBMLHelper. getReactionSpecies(Edge reactionEdge)Returns the speciesstatic StringSBMLHelper. getReactionSpeciesID(Edge reactionEdge)Return the species idstatic StringSBMLHelper. getReactionSpeciesName(Edge reactionEdge)Returns the species nameStringSBMLReactionHelper. getSBOTermModifier(Edge edge)StringSBMLReactionHelper. getSBOTermProduct(Edge edge)StringSBMLReactionHelper. getSBOTermReactant(Edge edge)StringSBMLReactionHelper. getSpecies(Edge reactionEdge)static StringSBMLHelper. getStoichiometry(Edge reactionEdge)Returns the value of the attribute stoichiometryStringSBMLReactionHelper. getStoichiometry(Edge reactionEdge)static EdgeSBMLHelper. initProductEdge(Edge e)static EdgeSBMLHelper. initReactantEdge(Edge e)static BooleanSBMLHelper. isReactionConstant(Edge reactionEdge)Indicates if there is set a value for constantstatic BooleanSBMLHelper. isReactionSpecies(Edge reactionEdge)Indicates if the species attribute is setstatic BooleanSBMLHelper. isReactionSpeciesID(Edge reactionEdge)Indicates if the species id attribute is setstatic BooleanSBMLHelper. isReactionSpeciesName(Edge reactionEdge)Indicates if the species name attribute is setstatic BooleanSBMLHelper. isReactionStoichiometry(Edge reactionEdge)Indicates if there is set a value for stoichiometryBooleanSBMLReactionHelper. isSetAnnotationModifier(Edge edge)BooleanSBMLReactionHelper. isSetAnnotationProduct(Edge edge)BooleanSBMLReactionHelper. isSetAnnotationReactant(Edge edge)static booleanSBMLHelper. isSetConstant(Edge edge)BooleanSBMLReactionHelper. isSetConstant(Edge reactionEdge)BooleanSBMLReactionHelper. isSetID(Edge reactionEdge)BooleanSBMLReactionHelper. isSetMetaIDModifier(Edge edge)BooleanSBMLReactionHelper. isSetMetaIDProduct(Edge edge)BooleanSBMLReactionHelper. isSetMetaIDReactant(Edge edge)BooleanSBMLReactionHelper. isSetName(Edge reactionEdge)BooleanSBMLReactionHelper. isSetNonRDFAnnotationModifier(Edge edge)BooleanSBMLReactionHelper. isSetNonRDFAnnotationProduct(Edge edge)BooleanSBMLReactionHelper. isSetNonRDFAnnotationReactant(Edge edge)BooleanSBMLReactionHelper. isSetNotesModifier(Edge edge)BooleanSBMLReactionHelper. isSetNotesProduct(Edge edge)BooleanSBMLReactionHelper. isSetNotesReactant(Edge edge)static booleanSBMLHelper. isSetReactionSpecies(Edge edge)static booleanSBMLHelper. isSetReactionSpeciesID(Edge edge)static booleanSBMLHelper. isSetReactionSpeciesName(Edge edge)BooleanSBMLReactionHelper. isSetSBOTermModifier(Edge edge)BooleanSBMLReactionHelper. isSetSBOTermProduct(Edge edge)BooleanSBMLReactionHelper. isSetSBOTermReactant(Edge edge)BooleanSBMLReactionHelper. isSetSpecies(Edge reactionEdge)static booleanSBMLHelper. isSetStoichiometry(Edge edge)BooleanSBMLReactionHelper. isSetStoichiometry(Edge reactionEdge)voidSBMLReactionHelper. setAnnotationModifier(Edge reactionEdge, org.sbml.jsbml.Annotation annotation)voidSBMLReactionHelper. setAnnotationProduct(Edge reactionEdge, org.sbml.jsbml.Annotation annotation)voidSBMLReactionHelper. setAnnotationReactant(Edge reactionEdge, org.sbml.jsbml.Annotation annotation)voidSBMLReactionHelper. setConstant(Edge reactionEdge, Boolean constant)voidSBMLReactionHelper. setID(Edge reactionEdge, String ID)voidSBMLReactionHelper. setMetaIDModifier(Edge reactionEdge, String metaID)voidSBMLReactionHelper. setMetaIDProduct(Edge reactionEdge, String metaID)voidSBMLReactionHelper. setMetaIDReactant(Edge reactionEdge, String metaID)voidSBMLReactionHelper. setName(Edge reactionEdge, String name)voidSBMLReactionHelper. setNonRDFAnnotationModifier(Edge reactionEdge, org.sbml.jsbml.xml.XMLNode xmlNode)voidSBMLReactionHelper. setNonRDFAnnotationProduct(Edge reactionEdge, org.sbml.jsbml.xml.XMLNode xmlNode)voidSBMLReactionHelper. setNonRDFAnnotationReactant(Edge reactionEdge, org.sbml.jsbml.xml.XMLNode xmlNode)voidSBMLReactionHelper. setNotesModifier(Edge reactionEdge, String notes, org.sbml.jsbml.xml.XMLNode notesObj)voidSBMLReactionHelper. setNotesProduct(Edge reactionEdge, String notes, org.sbml.jsbml.xml.XMLNode notesObj)voidSBMLReactionHelper. setNotesReactant(Edge reactionEdge, String notes, org.sbml.jsbml.xml.XMLNode notesObj)static voidSBMLHelper. setReactionConstant(Edge reactionEdge, Boolean constant)Sets a value for the attribute constantstatic voidSBMLHelper. setReactionSpecies(Edge reactionEdge, String species)Sets the species of a reactionstatic voidSBMLHelper. setReactionSpeciesID(Edge reactionEdge, String ID)The id of the species of an reactionstatic voidSBMLHelper. setReactionSpeciesName(Edge reactionEdge, String name)The name of the species of a reactionvoidSBMLReactionHelper. setSBOTermModifier(Edge reactionEdge, String sboTerm)voidSBMLReactionHelper. setSBOTermProduct(Edge reactionEdge, String sboTerm)voidSBMLReactionHelper. setSBOTermReactant(Edge reactionEdge, String sboTerm)voidSBMLReactionHelper. setSpecies(Edge reactionEdge, String species)static voidSBMLHelper. setStoichiometry(Edge reactionEdge, Double stoichiometry)Sets a value for the attribute stoichiometryvoidSBMLReactionHelper. setStoichiometry(Edge reactionEdge, Double stoichiometry) -
Uses of Edge in de.ipk_gatersleben.ag_nw.graffiti.plugins.layouters.graph_to_origin_mover
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.layouters.graph_to_origin_mover with parameters of type Edge Modifier and Type Method Description static voidCenterLayouterAlgorithm. moveBends(Edge e, double moveX, double moveY, HashMap<CoordinateAttribute,Vector2d> bends2newPositions)Deprecated. -
Uses of Edge in de.ipk_gatersleben.ag_nw.graffiti.plugins.layouters.rt_tree
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.layouters.rt_tree that return types with arguments of type Edge Modifier and Type Method Description HashSet<Edge>TreeContainer. getEdges() -
Uses of Edge in de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.graph_cleanup
Method parameters in de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.graph_cleanup with type arguments of type Edge Modifier and Type Method Description JMenuItem[]DeleteNodesAlgorithm. getCurrentEdgeContextMenuItem(Collection<Edge> selectedEdges)JMenuItem[]NumberNodesAndEdgesAlgorithm. getCurrentEdgeContextMenuItem(Collection<Edge> selectedEdges) -
Uses of Edge in org
Methods in org with parameters of type Edge Modifier and Type Method Description static CoordinateAttributeAttributeHelper. addEdgeBend(Edge edge, double x, double y)static CoordinateAttributeAttributeHelper. addEdgeBend(Edge edge, double x, double y, boolean safeAdd)static voidAttributeHelper. addEdgeBend(Edge edge, Vector2d point)static voidAttributeHelper. addEdgeBends(Edge edge, Collection<Vector2d> points)static StringAttributeHelper. getArrowhead(Edge edge)static doubleAttributeHelper. getArrowSize(Edge edge)static StringAttributeHelper. getArrowtail(Edge edge)static float[]AttributeHelper. getDashInfo(Edge edge)static ArrayList<CoordinateAttribute>AttributeHelper. getEdgeBendCoordinateAttributes(Edge edge)static ArrayList<Vector2d>AttributeHelper. getEdgeBends(Edge edge)static StringAttributeHelper. getEdgeBendStyle(Edge edge)static EdgeLabelAttributeAttributeHelper. getLabel(int index, Edge edge)Get EdgeLabelAttribute (if available)static StringAttributeHelper. getLabelConsumption(Edge e, String returnIfNull)static StringAttributeHelper. getLabelProduction(Edge e, String returnIfNull)static voidAttributeHelper. removeEdgeBends(Edge edge)static voidAttributeHelper. setArrowhead(Edge edge, boolean show)static voidAttributeHelper. setArrowhead(Edge edge, String knownShapeClassName)static voidAttributeHelper. setArrowSize(Edge edge, double arrowSize)static voidAttributeHelper. setArrowtail(Edge edge, boolean show)Assign a arrow shape in the opposite direction.of an edge.static voidAttributeHelper. setArrowtail(Edge edge, String knownShapeClassName)static voidAttributeHelper. setBorderWidth(Edge edge, double frameThickness)static voidAttributeHelper. setDashArray(Edge edge, float[] dashArray)static voidAttributeHelper. setDashArray(Edge edge, float[] dashArray, float dashphase)static voidAttributeHelper. setEdgeBendStyle(Edge edge, String shape)static voidAttributeHelper. setKEGGhiddenCompoundInformation(Edge e, String compID)static voidAttributeHelper. setLabel(Edge edge, String label)Sets the Label of a Edgestatic voidAttributeHelper. setLabel(Edge edge, String label, String fontName)Sets the label of an edgestatic voidAttributeHelper. setLabelConsumption(Edge e, String srcLabel)static voidAttributeHelper. setLabelProduction(Edge e, String tgtLabel)static voidAttributeHelper. setShape(Edge edge, String knownShapeClassName) -
Uses of Edge in org.graffiti.event
Methods in org.graffiti.event that return Edge Modifier and Type Method Description EdgeEdgeEvent. getEdge()Returns the originator of the event.EdgeGraphEvent. getEdge()Returns the edge that originates this event, e.g.: the edge that has been added.EdgeNodeEvent. getEdge()Returns the edge that originated this event.Constructors in org.graffiti.event with parameters of type Edge Constructor Description EdgeEvent(Edge edge)Constructs an edge event object with the specified source component.GraphEvent(Edge edge)Constructs a graph event object with the specified source component.NodeEvent(Node node, Edge edge)Constructs a graph event object with the specified source components. -
Uses of Edge in org.graffiti.graph
Classes in org.graffiti.graph that implement Edge Modifier and Type Class Description classAbstractEdgeProvides default implementations of methods on edges.classAdjListEdgeImplementation of theEdgeinterface for aGraphwith adjacency list representation.Methods in org.graffiti.graph that return Edge Modifier and Type Method Description EdgeAbstractGraph. addEdge(Node source, Node target, boolean directed)Adds a new edge to the current graph.EdgeAbstractGraph. addEdge(Node source, Node target, boolean directed, CollectionAttribute col)Adds a new edge to the current graph.EdgeGraph. addEdge(Node source, Node target, boolean directed)Adds a newEdgeto the currentGraph.EdgeGraph. addEdge(Node source, Node target, boolean directed, CollectionAttribute col)Adds a newEdgeto the currentGraph.EdgeAbstractGraph. addEdgeCopy(Edge edge, Node source, Node target)Adds a copy of the specified edge to the graph as a new edge between the specified source and target node.EdgeGraph. addEdgeCopy(Edge edge, Node source, Node target)Adds a copy of the specifiedEdgeto theGraphas a newEdgebetween the specified source and targetNode.Methods in org.graffiti.graph that return types with arguments of type Edge Modifier and Type Method Description Collection<Edge>AbstractNode. getAllInEdges()Collection<Edge>Node. getAllInEdges()Union ofgetDirectedInEdges()andgetUndirectedEdges().Collection<Edge>AbstractNode. getAllOutEdges()Collection<Edge>Node. getAllOutEdges()Union ofgetDirectedOutEdges()andgetUndirectedEdges().Collection<Edge>AbstractNode. getDirectedInEdges()Returns a collection containing the directed, ingoing edges of theNode.Collection<Edge>Node. getDirectedInEdges()Returns a collection containing the directed ingoing edges of theNode.Iterator<Edge>AdjListNode. getDirectedInEdgesIterator()Returns an iterator containing the directed ingoing edges of theNode.Iterator<Edge>Node. getDirectedInEdgesIterator()Returns an iterator containing the directed ingoing edges of theNode.Collection<Edge>AbstractNode. getDirectedOutEdges()Returns a collection containing the directed outgoing edges of theNode.Collection<Edge>Node. getDirectedOutEdges()Returns a collection containing the outgoing directed edges of theNode.Iterator<Edge>AdjListNode. getDirectedOutEdgesIterator()Returns an iterator containing the outgoing directed edges of theNode.Iterator<Edge>Node. getDirectedOutEdgesIterator()Returns an iterator containing the outgoing directed edges of theNode.Collection<Edge>AbstractGraph. getEdges()Returns ajava.util.Collectioncontaining all the edges of the current graph.Collection<Edge>AbstractGraph. getEdges(Node n1, Node n2)Returns a collection containing all the edges between n1 and n2.Collection<Edge>AbstractNode. getEdges()Returns a collection containing all the ingoing and outgoing directed and undirected edges of the currentNode.Collection<Edge>AdjListGraph. getEdges()Collection<Edge>AdjListGraph. getEdges(Node n1, Node n2)Collection<Edge>AdjListNode. getEdges()Collection<Edge>Graph. getEdges()Returns ajava.util.Collectioncontaining all the edges of the currentGraph.Collection<Edge>Graph. getEdges(Node n1, Node n2)Returns a collection containing all the edges between n1 and n2.Collection<Edge>Node. getEdges()Returns a collection containing all the ingoing and outgoing directed and undirected edges of the currentNode.Collection<Edge>OptAdjListGraph. getEdges()Returns ajava.util.Collectioncontaining all the edges of the current graph.Iterator<Edge>AbstractGraph. getEdgesIterator()Returns an iterator over the edges of the graph.Iterator<Edge>AdjListNode. getEdgesIterator()Returns an iterator containing all the ingoing and outgoing directed and undirected edges of the currentNode.Iterator<Edge>Graph. getEdgesIterator()Returns an iterator over the edges of theGraph.Iterator<Edge>Node. getEdgesIterator()Returns an iterator containing all the ingoing and outgoing directed and undirected edges of the currentNode.Iterator<Edge>OptAdjListGraph. getEdgesIterator()Returns an iterator over the edges of the graph.Collection<Edge>AbstractNode. getUndirectedEdges()Returns a collection containing the undirected edges of theNode.Collection<Edge>Node. getUndirectedEdges()Returns a collection containing the undirected ingoing and outgoing edges of theNode.Iterator<Edge>AdjListNode. getUndirectedEdgesIterator()Returns an iterator containing the undirected ingoing and outgoing edges of theNode.Iterator<Edge>Node. getUndirectedEdgesIterator()Returns an iterator containing all undirected edges of theNode.Methods in org.graffiti.graph with parameters of type Edge Modifier and Type Method Description EdgeAbstractGraph. addEdgeCopy(Edge edge, Node source, Node target)Adds a copy of the specified edge to the graph as a new edge between the specified source and target node.EdgeGraph. addEdgeCopy(Edge edge, Node source, Node target)Adds a copy of the specifiedEdgeto theGraphas a newEdgebetween the specified source and targetNode.booleanAbstractGraph. containsEdge(Edge e)Returnstrue, if the graph contains the specified edge,falseotherwise.booleanGraph. containsEdge(Edge e)Returnstrue, if theGraphcontains the specifiedEdge,falseotherwise.booleanOptAdjListGraph. containsEdge(Edge e)Returnstrue, if the graph contains the specified edge,falseotherwise.voidAbstractGraph. deleteEdge(Edge e)Deletes the given edge from the current graph.voidGraph. deleteEdge(Edge e)DeletesEdgee from the currentGraph. -
Uses of Edge in org.graffiti.plugin.algorithm
Method parameters in org.graffiti.plugin.algorithm with type arguments of type Edge Modifier and Type Method Description JMenuItem[]ProvidesEdgeContextMenu. getCurrentEdgeContextMenuItem(Collection<Edge> selectedEdges)This method should be implemented, as that it returns the desired Context-MenuItem for the Plugin. -
Uses of Edge in org.graffiti.plugin.parameter
Methods in org.graffiti.plugin.parameter that return Edge Modifier and Type Method Description EdgeEdgeParameter. getEdge()Returns theEdgecontained in thisEdgeParameter.Constructors in org.graffiti.plugin.parameter with parameters of type Edge Constructor Description EdgeParameter(Edge edge, String name, String description)Constructs a new edge parameter. -
Uses of Edge in org.graffiti.selection
Methods in org.graffiti.selection that return types with arguments of type Edge Modifier and Type Method Description Collection<Edge>Selection. getEdges()Returns the list of selected edges.Methods in org.graffiti.selection with parameters of type Edge Modifier and Type Method Description voidSelection. add(Edge edge)Adds the given edge to the list of selected edges. -
Uses of Edge in org.graffiti.undo
Constructors in org.graffiti.undo with parameters of type Edge Constructor Description AddEdgeEdit(Edge edge, Graph graph, Map<GraphElement,GraphElement> geMap)Constructor for AddEdgeEdit. -
Uses of Edge in org.graffiti.util
Methods in org.graffiti.util that return types with arguments of type Edge Modifier and Type Method Description static Collection<Edge>GeneralUtils. getEdges(Node n1, Node n2)Returns aCollectionof edges betweenn1(source) andn2(target). -
Uses of Edge in org.vanted.animation.animations
Constructors in org.vanted.animation.animations with parameters of type Edge Constructor Description ArrowSizeAnimation(Edge attributable, List<DoubleTimePoint> dataPoints, double loopDuration)ArrowSizeAnimation(Edge attributable, List<DoubleTimePoint> dataPoints, double loopDuration, double startTime)ArrowSizeAnimation(Edge attributable, List<DoubleTimePoint> dataPoints, double loopDuration, double startTime, int noLoops)ArrowSizeAnimation(Edge attributable, List<DoubleTimePoint> dataPoints, double loopDuration, double startTime, int noLoops, Looper looper)ArrowSizeAnimation(Edge attributable, List<DoubleTimePoint> dataPoints, double loopDuration, double startTime, int noLoops, Looper looper, Interpolator interpolator)LabelTextAnimation(Edge attributable, List<StringTimePoint> dataPoints, double loopDuration)LabelTextAnimation(Edge attributable, List<StringTimePoint> dataPoints, double loopDuration, double startTime)LabelTextAnimation(Edge attributable, List<StringTimePoint> dataPoints, double loopDuration, double startTime, int noLoops)LabelTextAnimation(Edge attributable, List<StringTimePoint> dataPoints, double loopDuration, double startTime, int noLoops, Looper looper) -
Uses of Edge in org.vanted.plugins.layout.adaptagrams.edgerouting
Methods in org.vanted.plugins.layout.adaptagrams.edgerouting with parameters of type Edge Modifier and Type Method Description static org.adaptagrams.ConnRefAdaptagramsRouting. defineConnRef(org.adaptagrams.Router router, View view, Edge edge, int routingType)Defines a ConnRef for an edge.static org.adaptagrams.ConnRefAdaptagramsRouting. defineConnRef(org.adaptagrams.Router router, View view, Edge edge, int srcConnDirFlag, int tgtConnDirFlag, int routingType)Defines a ConnRef for an edge.static org.adaptagrams.ConnRefAdaptagramsRouting. defineConnRef(org.adaptagrams.Router router, View view, Edge edge, int srcConnDirFlag, int tgtConnDirFlag, int routingType, org.adaptagrams.AvoidCheckpoints avoidCheckpoints)Defines a ConnRef for an edge.static org.adaptagrams.ConnRefAdaptagramsRouting. defineConnRef(org.adaptagrams.Router router, View view, Edge edge, int routingType, org.adaptagrams.AvoidCheckpoints avoidCheckpoints)Defines a ConnRef for an edge. -
Uses of Edge in org.vanted.plugins.layout.multilevelframework
Methods in org.vanted.plugins.layout.multilevelframework that return Edge Modifier and Type Method Description EdgeMultilevelGraph. addEdge(Node source, Node target)Adds an undirectedAdjListEdgeto the topmost level (i.e.
EdgeHelper.moveBends(Edge,double,double,HashMap<CoordinateAttribute, Vector2d>)instead