public FactoryList ()
{
FactoryList.add(new InterpositionCreator(), Arjuna.XID());
FactoryList.add(new StrictInterpositionCreator(), Arjuna.strictXID());
FactoryList.add(new RestrictedInterpositionCreator(), Arjuna.restrictedXID());
FactoryList.add(new OSIInterpositionCreator(), 0); // 0 is OSI TP!
FactoryList.addDefault(new OSIInterpositionCreator(), 0); // 0 is OSI
// TP!
}