TMEComposition
@interface TMEComposition : NSObjectStores 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. DeclarationObjective-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. DeclarationObjective-C @property (nonatomic, strong, readonly) TMESemanticDescription *_Nonnull uncoveredRequest;Swift var uncoveredRequest: TMESemanticDescription { get }
 TMEComposition Class Reference
        TMEComposition Class Reference