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