RelationTerminator

Git Source

Defines who is allowed to call unrelate()

enum RelationTerminator {
    TailOwner,
    HeadOwner,
    Either,
    Neither,
    Anyone,
    Nobody
}