![]() |
Oolite 1.91.0.7665-250419-c535bfe
|
Instance Methods | |
(OOSystemID) | - parent |
(OOSystemID) | - location |
(double) | - cost |
(double) | - distance |
(double) | - time |
(int) | - jumps |
Class Methods | |
(instancetype) | + elementWithLocation:parent:cost:distance:time:jumps: |
Private Attributes | |
OOSystemID | _location |
OOSystemID | _parent |
double | _cost |
double | _distance |
double | _time |
int | _jumps |
Definition at line 156 of file Universe.m.
- (double) cost |
Definition at line 192 of file Universe.m.
Referenced by cost, elementWithLocation:parent:cost:distance:time:jumps:, and Universe::routeFromSystem:toSystem:optimizedBy:.
- (double) distance |
Definition at line 193 of file Universe.m.
References _distance, and distance.
Referenced by distance, elementWithLocation:parent:cost:distance:time:jumps:, and Universe::routeFromSystem:toSystem:optimizedBy:.
+ (instancetype) elementWithLocation: | (OOSystemID) | location | |
parent: | (OOSystemID) | parent | |
cost: | (double) | cost | |
distance: | (double) | distance | |
time: | (double) | time | |
jumps: | (int) | jumps |
Definition at line 176 of file Universe.m.
References _cost, _distance, _jumps, _location, _parent, _time, cost, distance, jumps, location, parent, and time.
Referenced by Universe::routeFromSystem:toSystem:optimizedBy:.
- (int) jumps |
Definition at line 195 of file Universe.m.
References _jumps, int(), and jumps.
Referenced by elementWithLocation:parent:cost:distance:time:jumps:, jumps, and Universe::routeFromSystem:toSystem:optimizedBy:.
- (OOSystemID) location |
Definition at line 191 of file Universe.m.
References _location, and location.
Referenced by elementWithLocation:parent:cost:distance:time:jumps:, location, and Universe::routeFromSystem:toSystem:optimizedBy:.
- (OOSystemID) parent |
Definition at line 190 of file Universe.m.
References _parent, and parent.
Referenced by elementWithLocation:parent:cost:distance:time:jumps:, parent, and Universe::routeFromSystem:toSystem:optimizedBy:.
- (double) time |
Definition at line 194 of file Universe.m.
Referenced by elementWithLocation:parent:cost:distance:time:jumps:, Universe::routeFromSystem:toSystem:optimizedBy:, and time.
|
private |
Definition at line 160 of file Universe.m.
Referenced by cost, and elementWithLocation:parent:cost:distance:time:jumps:.
|
private |
Definition at line 160 of file Universe.m.
Referenced by distance, and elementWithLocation:parent:cost:distance:time:jumps:.
|
private |
Definition at line 161 of file Universe.m.
Referenced by elementWithLocation:parent:cost:distance:time:jumps:, and jumps.
|
private |
Definition at line 159 of file Universe.m.
Referenced by elementWithLocation:parent:cost:distance:time:jumps:, and location.
|
private |
Definition at line 159 of file Universe.m.
Referenced by elementWithLocation:parent:cost:distance:time:jumps:, and parent.
|
private |
Definition at line 160 of file Universe.m.
Referenced by elementWithLocation:parent:cost:distance:time:jumps:, and time.