Loading...
Searching...
No Matches
NCGraphEdge.h
Go to the documentation of this file.
1#import "NCExport.h"
2#import <Foundation/Foundation.h>
3
4
16DEFAULT_EXPORT_ATTRIBUTE
17@interface NCGraphEdge : NSObject
18
32@property (nonatomic, nullable, readonly) NSNumber * weight;
33
47@property (nonatomic, readonly) int32_t dst;
48
62@property (nonatomic, readonly) int32_t src;
63
77@property (nonatomic, nullable, readonly) NSNumber * weightCoef;
78
79@end