19package denoptim.graph;
21import denoptim.graph.Edge.BondType;
A query for edges: a list of properties that target edges should possess in order to match this query...
Long trgVertexId
the vertex id of the destination fragment
Integer srcAPID
The index of the attachment point in the list of DAPs associated with the source fragment.
Long srcVertexId
The vertex id of the source fragment.
APClass getSourceAPClass()
EdgeQuery(Long srcVertexId, Long trgVertexId, Integer srcAPID, Integer trgAPID, BondType bt, APClass srcAPC, APClass trgAPC)
Constructor for an edge from all parameters.
Integer trgAPID
The index of the attachment point in the list of DAPs associated with the target fragment.
APClass srcAPC
The class associated with the source AP.
APClass getTargetAPClass()
BondType bondType
The bond type associated with the connection between the fragments.
APClass trgAPC
The class associated with the target AP.
Possible chemical bond types an edge can represent.