Examples of applySplit()


Examples of javaff.data.temporal.SplitInstantAction.applySplit()

  {
    TemporalMetricState s = (TemporalMetricState) super.apply(a);
    if (a instanceof SplitInstantAction)
    {
      SplitInstantAction sia = (SplitInstantAction) a;
      sia.applySplit(s);
    }
    s.checker.addAction((InstantAction)a, s);
    return s;
  }
 
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.