com.azalient.api.b.assignment
Interface IPlaces

All Known Subinterfaces:
IArea, IPlace, ISector, IZone

public interface IPlaces

A set of places, each represented by IPlace


Method Summary
 boolean contains(IPlace place)
          Returns true if this set contains the given place
 String name()
          A name for this set of places
 

Method Detail

name

String name()
A name for this set of places


contains

boolean contains(IPlace place)
Returns true if this set contains the given place