Package javaff.data.temporal

Examples of javaff.data.temporal.EndInstantAction


    {
      precedesEnd.add(f);
      constraints.add(TemporalConstraint.getConstraint(f, s));
      if (f instanceof EndInstantAction)
      {
        EndInstantAction ea = (EndInstantAction) f;
        //precedesEnd.add(ea.getSibling());
        constraints.addAll(TemporalConstraint.getBounds(ea.getSibling(), ea, ea.parent.getMaxDuration(tms), ea.parent.getMinDuration(tms)));
      }
    }
View Full Code Here

TOP

Related Classes of javaff.data.temporal.EndInstantAction

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.