cu = new LinkedList<URILiteral>();
cu.add((URILiteral)entry.getSecond());
}
muo.setURIs(cu);
Construct construct=entry.getFirst();
construct.addSucceedingOperator(muo);
connection.connect(muo);
}
if(ops.size()>1){
SeveralSucceedingOperators endOp = new SeveralSucceedingOperators();
for(Tuple<Construct, Item> entry: graphConstraints){