$darkmode
DENOPTIM
|
This class represents an edge that is undirected and ignores attachment points. More...
Public Member Functions | |
NodeConnection (BondType bondType) | |
Constructor for an undirected edge. More... | |
int | compare (NodeConnection other) |
Private Attributes | |
BondType | bondType = BondType.UNDEFINED |
The bond type associated with the connection between the fragments. More... | |
This class represents an edge that is undirected and ignores attachment points.
This class represents a connection between Node
s that may or may not be Vertex
s.
Definition at line 30 of file NodeConnection.java.
denoptim.graph.simplified.NodeConnection.NodeConnection | ( | BondType | bondType | ) |
Constructor for an undirected edge.
This edge does not make the APs unavailable.
apA | one of the attachment points connected by this edge |
apB | another of the attachment points connected by this edge |
bondType | defines what kind of bond type this edge should be converted to when converting a graph into a chemical representation. |
Definition at line 48 of file NodeConnection.java.
References denoptim.graph.simplified.NodeConnection.bondType.
int denoptim.graph.simplified.NodeConnection.compare | ( | NodeConnection | other | ) |
Definition at line 54 of file NodeConnection.java.
References denoptim.graph.simplified.NodeConnection.bondType.
Referenced by denoptim.graph.DGraph.isIsostructuralTo().
|
private |
The bond type associated with the connection between the fragments.
Definition at line 35 of file NodeConnection.java.
Referenced by denoptim.graph.simplified.NodeConnection.compare(), and denoptim.graph.simplified.NodeConnection.NodeConnection().