Refactor for AB4
This commit is contained in:
@ -1,14 +1,16 @@
|
||||
// A cosmic system that is composed of a central named body (of type 'NamedBodyForcePair')
|
||||
// and an arbitrary number of subsystems (of type 'HierarchicalSystem') in its orbit.
|
||||
// This class implements 'CosmicSystem'.
|
||||
//
|
||||
/**
|
||||
* A cosmic system that is composed of a central named body (of type 'NamedBodyForcePair')
|
||||
* and an arbitrary number of subsystems (of type 'HierarchicalSystem') in its orbit.
|
||||
* This class implements 'CosmicSystem'.
|
||||
*/
|
||||
public class HierarchicalSystem /* TODO: add clause */ {
|
||||
|
||||
// TODO: define missing parts of this class.
|
||||
|
||||
// Initializes this system with a name and a central body.
|
||||
/**
|
||||
* Initializes this system with a name and a central body.
|
||||
*/
|
||||
public HierarchicalSystem(NamedBodyForcePair central, CosmicSystem... inOrbit) {
|
||||
// TODO: implement constructor.
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user