TMEComposition
@interface TMEComposition : NSObject
Stores the result of the Concept Covering inference service.
Multiple resources are collected in order to cover the request. The uncovered part of the request can be queried as a separate semantic description.
See
TMEReasoner
-
Resources that partially cover the request.
Declaration
Objective-C
@property (nonatomic, copy, readonly) NSDictionary<OWLIRI *, TMESemanticDescription *> *_Nonnull coverResources;Swift
var coverResources: [AnyHashable : TMESemanticDescription] { get } -
Part of the request that has not been covered.
Declaration
Objective-C
@property (nonatomic, strong, readonly) TMESemanticDescription *_Nonnull uncoveredRequest;Swift
var uncoveredRequest: TMESemanticDescription { get }
TMEComposition Class Reference