Class ContextSubscription

  • All Implemented Interfaces:
    Subscription

    public class ContextSubscription
    extends java.lang.Object
    implements Subscription
    • Field Detail

      • start

        public double start
      • stop

        public double stop
      • objectID

        public java.lang.String objectID
      • contextRange

        public double contextRange
      • commands

        public java.util.LinkedList<java.lang.Integer> commands
    • Constructor Detail

      • ContextSubscription

        public ContextSubscription()
      • ContextSubscription

        public ContextSubscription​(SubscriptionContext context,
                                   double start,
                                   double stop,
                                   java.lang.String objectID,
                                   SumoDomain contextDomain,
                                   double contextRange)