$darkmode
|
DENOPTIM
|
Public Member Functions | |
| FragIsomorphEdge (IBond bnd) | |
| Constructor for an edge representing a bond. More... | |
| FragIsomorphEdge () | |
| Constructor for an empty edge not representing a bond. More... | |
Package Attributes | |
| String | label = "notABond" |
| Bond order or name used to identify the edge type. More... | |
| Object | original |
| Reference to the object that originally generated this edge. More... | |
| boolean | isBond = false |
true if the original object was a bond. More... | |
Definition at line 5 of file FragIsomorphEdge.java.
| denoptim.graph.FragIsomorphEdge.FragIsomorphEdge | ( | IBond | bnd | ) |
Constructor for an edge representing a bond.
| bnd | the bond to represent |
Definition at line 28 of file FragIsomorphEdge.java.
| denoptim.graph.FragIsomorphEdge.FragIsomorphEdge | ( | ) |
Constructor for an empty edge not representing a bond.
Definition at line 40 of file FragIsomorphEdge.java.
|
package |
true if the original object was a bond.
Definition at line 20 of file FragIsomorphEdge.java.
|
package |
Bond order or name used to identify the edge type.
Definition at line 10 of file FragIsomorphEdge.java.
Referenced by denoptim.graph.FragmentIsomorphismInspector.FragmentIsomorphismInspector().
|
package |
Reference to the object that originally generated this edge.
Definition at line 15 of file FragIsomorphEdge.java.