Package com.arjuna.ats.internal.jts.interposition.resources.osi

Examples of com.arjuna.ats.internal.jts.interposition.resources.osi.OSIInterpositionCreator


  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!
  }
View Full Code Here


  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!
  }
View Full Code Here

TOP

Related Classes of com.arjuna.ats.internal.jts.interposition.resources.osi.OSIInterpositionCreator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.