com.genesyslab.ail
Interface PlaceGroup

All Superinterfaces:
IdObject

public interface PlaceGroup
extends IdObject

A group of places, as defined in the configuration layer. Get the groups to which an place belongs with Place.getPlaceGroups().


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.genesyslab.ail.IdObject
IdObject.ObjectType
 
Method Summary
 java.lang.String getId()
          Returns the name of this PlaceGroup.
 
Methods inherited from interface com.genesyslab.ail.IdObject
getObjectType
 

Method Detail

getId

java.lang.String getId()
Returns the name of this PlaceGroup.

Specified by:
getId in interface IdObject