Uses of Interface
info.oais.interfaces.infomodel.identifiers.Location
Package | Description |
---|---|
info.oais.implementation.infomodel.identifiers |
This package contains some suggested implemntations for special types of Identifiers.
|
info.oais.interfaces.infomodel.identifiers |
This package contains some suggested interfaces for special types of Identifiers.
|
-
Uses of Location in info.oais.implementation.infomodel.identifiers
Classes in info.oais.implementation.infomodel.identifiers that implement Location Modifier and Type Class Description class
LocationImpl1
An Identifier which points to the location of an object, which may be a physical object..Fields in info.oais.implementation.infomodel.identifiers declared as Location Modifier and Type Field Description (package private) Location
LocationImpl1. m_Location
The internal value for the Location.Methods in info.oais.implementation.infomodel.identifiers that return Location Modifier and Type Method Description Location
LocationImpl1. getLocation()
Returns the location.Methods in info.oais.implementation.infomodel.identifiers with parameters of type Location Modifier and Type Method Description void
LocationImpl1. setLocation(Location loc)
Sets the location. -
Uses of Location in info.oais.interfaces.infomodel.identifiers
Methods in info.oais.interfaces.infomodel.identifiers that return Location Modifier and Type Method Description Location
Location. getLocation()
Returns the location.Methods in info.oais.interfaces.infomodel.identifiers with parameters of type Location Modifier and Type Method Description void
Location. setLocation(Location loc)
Sets the location.