ldaps.init("LDAP", props, "A.C1", sc);
ptp.init("PTP", props, "A.C2", sc);
ns.init("NS", props, "A.C3", sc);
sc.setPipelineController(pc);
sc.linkSourceAndSink(ldaps, ptp);
sc.linkSourceAndSink(ptp, ns);
sc.run();
} catch (IbafException ibe) {
ibe.printStackTrace();
}
// SystemValue systemValue = null;