public interface CompassGpsInterfaceDevice extends CompassGps(Code)
An extension to the
org.compass.gps.CompassGps interface
which should be used by devices. Provides abstraction from the actual
Compass instances management.
author: kimchy
getMirrorCompass() Returns the Compass instance used for mirroring.
boolean
hasMappingForEntityForIndex(Class clazz) Returns true if there is mapping for the given class when
performing the index operation.
boolean
hasMappingForEntityForIndex(String name) Returns true if there is mapping for the given name (alias
or class name) when performing the index operation.