コード例 #1
0
ファイル: Union.java プロジェクト: HaknCo/rdfonthego
 /** To add a triple to the union, add it to the left operand; this is asymmetric. */
 @Override
 public void performAdd(Triple t) {
   L.add(t);
 }