com.azalient.api.b.assignment
Interface IDecisionOption

All Known Subinterfaces:
IArea, ICourse, IDwell, ILink, IParkingDestination, IStand, ITwig, IUserTwig

public interface IDecisionOption

A decision option represents one of the options available when choosing a route at a IDecisionPoint


Method Summary
 boolean openFrom(IDecisionPoint dp)
          Returns true if this option is open when approaching the option from the given decision point.
 

Method Detail

openFrom

boolean openFrom(IDecisionPoint dp)
Returns true if this option is open when approaching the option from the given decision point. For example certain "turns" may be barred, so if a link is a decision option it may be open if it is approached from some connected links but not others.