Interface IThingRegion
public interface IThingRegion
This helps doing a recursive search for Things.
-
Method Summary
Modifier and TypeMethodDescriptionGet list of IThingIDLIst which are related to the Things in this regionGet array of items
-
Method Details
-
getThings
IThingIDList getThings()Get array of items -
getRelated
List<IThingIDList> getRelated()Get list of IThingIDLIst which are related to the Things in this region
-