TMEReasonerMetadata

@interface TMEReasonerMetadata : NSObject

Utility class containing methods that return API metadata.

  • Declaration

    Objective-C

    + (nonnull NSString *)name;

    Swift

    class func name() -> String

    Return Value

    Name of the reasoner.

  • Declaration

    Objective-C

    + (nonnull NSString *)description;

    Swift

    class func description() -> String

    Return Value

    Description of the reasoner.

  • Declaration

    Objective-C

    + (nonnull NSString *)version;

    Swift

    class func version() -> String

    Return Value

    Reasoner version string.

  • Declaration

    Objective-C

    + (nonnull NSString *)vendor;

    Swift

    class func vendor() -> String

    Return Value

    Reasoner vendor.

  • Declaration

    Objective-C

    + (nonnull NSString *)vendorURL;

    Swift

    class func vendorURL() -> String

    Return Value

    Reasoner vendor URL.

  • Declaration

    Objective-C

    + (nonnull NSString *)info;

    Swift

    class func info() -> String

    Return Value

    Comprehensive reasoner info (multiline).