public ARelation( Relator.Binary relator ) : this() { this.binaryRelator = relator; }
private ARelation() { this.UnaryRelator = UnaryRelatorDEFAULT; this.BinaryRelator = BinaryRelatorDEFAULT; this.relata = new HashedSet<ARelation>(); }