Uses of Class
citysdk.tourism.client.poi.base.Relationship

Packages that use Relationship
citysdk.tourism.client.poi.base Package containing the representation of the W3C POI Group UML. 
 

Uses of Relationship in citysdk.tourism.client.poi.base
 

Methods in citysdk.tourism.client.poi.base that return types with arguments of type Relationship
 java.util.List<Relationship> Location.getRelationship()
          Gets all the relationships of the Location.
 

Methods in citysdk.tourism.client.poi.base with parameters of type Relationship
 void Location.addRelationship(Relationship relationship)
          Adds a Relationship to the Location.