$darkmode
DENOPTIM
|
An edge in the JUNG Graph. More...
Public Member Functions | |
JEdge (AttachmentPoint srcAP) | |
Constructor for a JUNG edge representing a AttachmentPoint . More... | |
JEdge (AttachmentPoint srcAP, AttachmentPoint trgAP, String bt) | |
Constructor for a JUNG edge representing a Edge or a chord that closes a Ring . More... | |
Package Attributes | |
String | id = "" |
String identifying this edge within a graph. More... | |
String | srcAPC |
String representing the APClass on the source AP of directed edges or on the AP this edge represents. More... | |
String | trgAPC |
String representing the APClass on the target AP of directed edged this JUNG edge represents. More... | |
String | srcAPID = "" |
String representing the index of the source AP in the list of APs of the vertex owning the source AP. More... | |
String | trgAPID = "" |
String representing the index of the target AP in the list of APs of the vertex owning the source AP. More... | |
String | bt = "none" |
The bond type for edges that correspond to connections between Vertex s or "none" when for edges representing AttachmentPoint s. More... | |
boolean | toAp = false |
Flag defining whether this edge is representing a AttachmentPoint . More... | |
boolean | displayAPCs = false |
Flag requiring to display APClasses. More... | |
boolean | displayAPIDs = false |
Flag requiring to display APClasses. More... | |
boolean | displayBndTyp = false |
Flag requiring to display Bond type. More... | |
An edge in the JUNG Graph.
It represents any kind of Edge
, a chord that closes a Ring
, or a free AttachmentPoint
.
Definition at line 203 of file GraphViewerPanel.java.
denoptim.gui.GraphViewerPanel.JEdge.JEdge | ( | AttachmentPoint | srcAP | ) |
Constructor for a JUNG edge representing a AttachmentPoint
.
srcAPC | the string representation of the APClass of the AP. |
Definition at line 272 of file GraphViewerPanel.java.
References denoptim.graph.AttachmentPoint.getAPClass(), denoptim.graph.AttachmentPoint.getIndexInOwner(), denoptim.graph.AttachmentPoint.getOwner(), denoptim.graph.Vertex.getVertexId(), and denoptim.graph.APClass.toString().
denoptim.gui.GraphViewerPanel.JEdge.JEdge | ( | AttachmentPoint | srcAP, |
AttachmentPoint | trgAP, | ||
String | bt | ||
) |
Constructor for a JUNG edge representing a Edge
or a chord that closes a Ring
.
srcAPC | the string representation of the APClass of the source AP of directed Edge s. |
trgAPC | the string representation of the APClass of the target AP of directed Edge s. |
bt | the string representation of the bond type in the Edge represented by this JUNG edge. |
Definition at line 293 of file GraphViewerPanel.java.
References denoptim.gui.GraphViewerPanel.JEdge.bt, denoptim.graph.AttachmentPoint.getAPClass(), denoptim.graph.AttachmentPoint.getIndexInOwner(), denoptim.graph.AttachmentPoint.getOwner(), denoptim.graph.Vertex.getVertexId(), and denoptim.graph.APClass.toString().
|
package |
The bond type for edges that correspond to connections between Vertex
s or "none"
when for edges representing AttachmentPoint
s.
Definition at line 243 of file GraphViewerPanel.java.
Referenced by denoptim.gui.GraphViewerPanel.EdgeLabelTransformer.apply(), and denoptim.gui.GraphViewerPanel.JEdge.JEdge().
|
package |
Flag requiring to display APClasses.
Definition at line 254 of file GraphViewerPanel.java.
Referenced by denoptim.gui.GraphViewerPanel.EdgeLabelTransformer.apply().
|
package |
Flag requiring to display APClasses.
Definition at line 259 of file GraphViewerPanel.java.
Referenced by denoptim.gui.GraphViewerPanel.EdgeLabelTransformer.apply().
|
package |
Flag requiring to display Bond type.
Definition at line 264 of file GraphViewerPanel.java.
Referenced by denoptim.gui.GraphViewerPanel.EdgeLabelTransformer.apply().
|
package |
String identifying this edge within a graph.
This is not meant to be unique across graphs, but is unique within a graph, provided that the vertex IDs are unique.
Definition at line 210 of file GraphViewerPanel.java.
Referenced by denoptim.gui.JUNGGraphSnapshot.processEdge().
|
package |
String representing the APClass
on the source AP of directed edges or on the AP this edge represents.
Definition at line 216 of file GraphViewerPanel.java.
Referenced by denoptim.gui.GraphViewerPanel.EdgeLabelTransformer.apply().
|
package |
String representing the index of the source AP in the list of APs of the vertex owning the source AP.
This property allies only to directed edges
Definition at line 229 of file GraphViewerPanel.java.
|
package |
Flag defining whether this edge is representing a AttachmentPoint
.
Definition at line 249 of file GraphViewerPanel.java.
Referenced by denoptim.gui.GraphViewerPanel.EdgeDrawPaintTransformer.apply(), and denoptim.gui.GraphViewerPanel.EdgeLabelTransformer.apply().
|
package |
String representing the APClass
on the target AP of directed edged this JUNG edge represents.
Definition at line 222 of file GraphViewerPanel.java.
Referenced by denoptim.gui.GraphViewerPanel.EdgeLabelTransformer.apply().
|
package |
String representing the index of the target AP in the list of APs of the vertex owning the source AP.
This property allies only to directed edges
Definition at line 236 of file GraphViewerPanel.java.
Referenced by denoptim.gui.GraphViewerPanel.EdgeLabelTransformer.apply().