gufe.mapping.componentmapping

Classes

ComponentMapping(componentA, componentB)

A relationship between two Components stating that they transform in some way

class gufe.mapping.componentmapping.ComponentMapping(componentA: Component, componentB: Component)

A relationship between two Components stating that they transform in some way

For components that are atom-based is specialised to AtomMapping

property componentA: Component

The first Component in the mapping

property componentB: Component

The second Component in the mapping