Package transientlibs.objects.primitives

Examples of transientlibs.objects.primitives.Interval


        //        Log.info("Rolled gaussian: "+rolledValue);
    }

    public void addOption(int intervalSize, int setID) {
        if (intervalSize > 0) {
            rollOptions.add(new Interval(nextIndex, nextIndex + intervalSize, setID));

            nextIndex = nextIndex + intervalSize + 1;
        }
    }
View Full Code Here

TOP

Related Classes of transientlibs.objects.primitives.Interval

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.