$darkmode
DENOPTIM
denoptim.graph.simplified.NodeConnection Class Reference

This class represents an edge that is undirected and ignores attachment points. More...

Collaboration diagram for denoptim.graph.simplified.NodeConnection:
[legend]

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...
 

Detailed Description

This class represents an edge that is undirected and ignores attachment points.

This class represents a connection between Nodes that may or may not be Vertexs.

Definition at line 30 of file NodeConnection.java.

Constructor & Destructor Documentation

◆ NodeConnection()

denoptim.graph.simplified.NodeConnection.NodeConnection ( BondType  bondType)

Constructor for an undirected edge.

This edge does not make the APs unavailable.

Parameters
apAone of the attachment points connected by this edge
apBanother of the attachment points connected by this edge
bondTypedefines 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.

Member Function Documentation

◆ compare()

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().

Here is the caller graph for this function:

Member Data Documentation

◆ bondType

BondType denoptim.graph.simplified.NodeConnection.bondType = BondType.UNDEFINED
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().


The documentation for this class was generated from the following file: