|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexPointCode | |
---|---|
ibspan.tss.domain.ontology.location | Ontology Java beans generated from location ontology (with http://www.ibspan.waw.pl/tss/Location# namespace) with Jastor tool. |
ibspan.tss.domain.ontology.restaurant | Ontology Java beans generated from restaurant ontology (with http://www.ibspan.waw.pl/tss/Restaurant# namespace) with Jastor tool. |
Uses of IndexPointCode in ibspan.tss.domain.ontology.location |
---|
Classes in ibspan.tss.domain.ontology.location that implement IndexPointCode | |
---|---|
class |
IndexPointCodeImpl
Implementation of IndexPointCode
Use the ibspan.tss.domain.ontology.location.LocationFactory to create instances of this class. |
Methods in ibspan.tss.domain.ontology.location that return IndexPointCode | |
---|---|
IndexPointCode |
LocationImpl.addIndexPoint()
|
IndexPointCode |
Location.addIndexPoint()
Adds an anonymous value for the 'indexPoint' property |
IndexPointCode |
LocationImpl.addIndexPoint(Resource resource)
|
IndexPointCode |
Location.addIndexPoint(Resource resource)
Adds a value for the 'indexPoint' property. |
static IndexPointCode |
LocationFactory.createIndexPointCode(Resource resource,
Model model)
Create a new instance of IndexPointCode. |
static IndexPointCode |
LocationFactory.createIndexPointCode(String uri,
Model model)
Create a new instance of IndexPointCode. |
static IndexPointCode |
LocationFactory.getAirportIndexPoint(Model model)
Get an AirportIndexPoint individual. |
static IndexPointCode |
LocationFactory.getCityIndexPoint(Model model)
Get an CityIndexPoint individual. |
static IndexPointCode |
LocationFactory.getCrossStreetIndexPoint(Model model)
Get an CrossStreetIndexPoint individual. |
static IndexPointCode |
LocationFactory.getHighwayExitIndexPoint(Model model)
Get an HighwayExitIndexPoint individual. |
static IndexPointCode |
LocationFactory.getHighwayIndexPoint(Model model)
Get an HighwayIndexPoint individual. |
static IndexPointCode |
LocationFactory.getIndexPointCode(Resource resource,
Model model)
Create a new instance of IndexPointCode. |
static IndexPointCode |
LocationFactory.getIndexPointCode(String uri,
Model model)
Create a new instance of IndexPointCode. |
static IndexPointCode |
LocationFactory.getIntersectionIndexPoint(Model model)
Get an IntersectionIndexPoint individual. |
static IndexPointCode |
LocationFactory.getRailStationIndexPoint(Model model)
Get an RailStationIndexPoint individual. |
static IndexPointCode |
LocationFactory.getSubwayStationIndexPoint(Model model)
Get an SubwayStationIndexPoint individual. |
Methods in ibspan.tss.domain.ontology.location with parameters of type IndexPointCode | |
---|---|
void |
LocationImpl.addIndexPoint(IndexPointCode indexPoint)
|
void |
Location.addIndexPoint(IndexPointCode indexPoint)
Adds a value for the 'indexPoint' property |
void |
LocationListener.indexPointAdded(Location source,
IndexPointCode newValue)
Called when a value of indexPoint has been added |
void |
LocationListener.indexPointRemoved(Location source,
IndexPointCode oldValue)
Called when a value of indexPoint has been removed |
void |
LocationImpl.removeIndexPoint(IndexPointCode indexPoint)
|
void |
Location.removeIndexPoint(IndexPointCode indexPoint)
Removes a value for the 'indexPoint' property. |
Uses of IndexPointCode in ibspan.tss.domain.ontology.restaurant |
---|
Methods in ibspan.tss.domain.ontology.restaurant that return IndexPointCode | |
---|---|
IndexPointCode |
RestaurantImpl.addIndexPoint()
|
IndexPointCode |
RestaurantImpl.addIndexPoint(Resource resource)
|
Methods in ibspan.tss.domain.ontology.restaurant with parameters of type IndexPointCode | |
---|---|
void |
RestaurantImpl.addIndexPoint(IndexPointCode indexPoint)
|
void |
RestaurantListener.indexPointAdded(Restaurant source,
IndexPointCode newValue)
Called when a value of indexPoint has been added |
void |
RestaurantListener.indexPointRemoved(Restaurant source,
IndexPointCode oldValue)
Called when a value of indexPoint has been removed |
void |
RestaurantImpl.removeIndexPoint(IndexPointCode indexPoint)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |