◆ getInstance()
static MissingPropertyService fiftyone.pipeline.engines.services.MissingPropertyServiceDefault.getInstance | ( | ) |
static
Get the singleton instance of the default missing property service.
- Returns
- singleton service
Default implementation of the MissingPropertyService interface.
MissingPropertyResult | getMissingPropertyReason (String propertyName, AspectEngine engine)
Get the reason for the property not being found. More...
|
MissingPropertyResult | getMissingPropertyReason (String propertyName, List< AspectEngine > engines)
Get the reason for the property not being found. More...
|
static MissingPropertyService | getInstance ()
Get the singleton instance of the default missing property service. More...
|
static MissingPropertyService fiftyone.pipeline.engines.services.MissingPropertyServiceDefault.getInstance | ( | ) |
Get the singleton instance of the default missing property service.
MissingPropertyResult fiftyone.pipeline.engines.services.MissingPropertyServiceDefault.getMissingPropertyReason | ( | String | propertyName, |
AspectEngine | engine | ||
) |
Get the reason for the property not being found.
If the property can be found, then the behaviour is undefined.
Implements fiftyone.pipeline.engines.services.MissingPropertyService.
MissingPropertyResult fiftyone.pipeline.engines.services.MissingPropertyServiceDefault.getMissingPropertyReason | ( | String | propertyName, |
List< AspectEngine > | engines | ||
) |
Get the reason for the property not being found.
If the property can be found, then the behaviour is undefined.
Implements fiftyone.pipeline.engines.services.MissingPropertyService.