Class is used for storing graph edge. More...
#include <com/navigine/idl/objc/NCGraphEdge.h>
Inherits NSObject.
Properties | |
| NSNumber * | weight |
| Edge weight. | |
| int32_t | dst |
| Destination vertex id GraphVertex. | |
| int32_t | src |
| Source vertex id GraphVertex. | |
| NSNumber * | weightCoef |
| Edge weight coefficient. | |
| BOOL | valid |
Class is used for storing graph edge.
Definition at line 17 of file NCGraphEdge.h.
|
readnonatomicassign |
Destination vertex id GraphVertex.
Swift code snippet:
Objective C code snippet:
Definition at line 47 of file NCGraphEdge.h.
|
readnonatomicassign |
Source vertex id GraphVertex.
Swift code snippet:
Objective C code snippet:
Definition at line 62 of file NCGraphEdge.h.
|
readnonatomicassign |
Tells if this object is valid or not. Any method called on an invalid object will throw an exception. The object becomes invalid only on UI thread, and only when its implementation depends on objects already destroyed by now.
Definition at line 85 of file NCGraphEdge.h.
|
readnonatomicassign |
Edge weight.
Swift code snippet:
Objective C code snippet:
Definition at line 32 of file NCGraphEdge.h.
|
readnonatomicassign |
Edge weight coefficient.
Swift code snippet:
Objective C code snippet:
Definition at line 77 of file NCGraphEdge.h.