Package com.azalient.api.b.assignment

This package provides interfaces to routing and assigment objects: ITwig, ISplit, etc

See:
          Description

Interface Summary
IDecisionOption A decision option represents one of the options available when choosing a route at a IDecisionPoint
IDecisionPoint A decision point is a location where a route decision is made because there are two or more possible exits.
IPlaces A set of places, each represented by IPlace
IRouteClass A route class encodes parameters for weighting route costs.
IRouteClassBehaviour A route class behaviour object allows the specification of behaviour-specific route cost factors on a specific class of routes.
ISplit An interface defining the split between movements for undirected demand - that is, routing that is not guided by a destination.
ITwig A "twig" is one section or "branch" of a route.
ITwigRouting This is the base interface for one twig or "branch" of a route.
IUserTwig A base interface that combines IUserData and ITwig (for multiple inheritance)
 

Package com.azalient.api.b.assignment Description

This package provides interfaces to routing and assigment objects: ITwig, ISplit, etc