Uses of Class
net.dpml.transit.info.TransitDirective

Packages that use TransitDirective
net.dpml.transit The transit package contains the primary runtime classes within the Transit resource management system. 
net.dpml.transit.info Data structures supporting long term persistence of transit systems configuration. 
 

Uses of TransitDirective in net.dpml.transit
 

Methods in net.dpml.transit that return TransitDirective
 TransitDirective TransitBuilder.load(URL url)
          Construct a transit configuration from a supplied uri.
 

Methods in net.dpml.transit with parameters of type TransitDirective
 void TransitBuilder.write(TransitDirective directive, OutputStream output)
          Write a transit directive to an output stream as XML.
 

Constructors in net.dpml.transit with parameters of type TransitDirective
DefaultTransitModel(EventQueue queue, Logger logger, TransitDirective directive)
          Creation of a new TransitModel using a supplied configuration and logging channel.
DefaultTransitModel(Logger logger, TransitDirective directive)
          Creation of a new TransitModel using a supplied configuration and logging channel.
 

Uses of TransitDirective in net.dpml.transit.info
 

Fields in net.dpml.transit.info declared as TransitDirective
static TransitDirective TransitDirective.CLASSIC_PROFILE
          Classic configuration profile.