Class SumoLink

  • All Implemented Interfaces:
    SumoObject

    public class SumoLink
    extends SumoLink
    Deprecated.
    use package {@link #de.tudresden.sumo.objects} instead.
    Author:
    Mario Krumnow
    • Constructor Detail

      • SumoLink

        public SumoLink​(String notInternal,
                        String internal,
                        byte priority,
                        byte isOpen,
                        byte hasFoe,
                        double length,
                        String state,
                        String direction)
        Deprecated.