org.metacsp.examples.meta.TestTrajectoryEnvelopeFileChooser Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of meta-csp-framework Show documentation
Show all versions of meta-csp-framework Show documentation
A Java API for Meta-CSP based reasoning
package org.metacsp.examples.meta;
import org.metacsp.utility.UI.TrajectoryEnvelopeAnimator;
public class TestTrajectoryEnvelopeFileChooser {
public static void main(String[] args) {
TrajectoryEnvelopeAnimator tea = new TrajectoryEnvelopeAnimator("Untitled");
}
}