Skip to content
Snippets Groups Projects
Commit 41605176 authored by Goik Martin's avatar Goik Martin
Browse files

package info file update

parent ea53b3f8
No related branches found
No related tags found
No related merge requests found
Showing
with 322 additions and 43 deletions
/**
* <p>This package hosts more advanced implementation tasks.</p>
*
* <ul>
* <li>Run <code>mvn javadoc:javadoc</code> and open the generated
* <code>&lt;projectroot&gt;/target/site/apidocs/index.html</code> file in your browser of choice.</li>
*
* <li>Read the generated documentation thoroughly. Make sure you do understand the intended method behaviour prior
* to implementing.</li>
*
* <li>Use the corresponding unit tests from your project's »test« branch checking your implementation's
* correctness. Executing <code>de.hdm_stuttgart.mi.sd1.ShowReachedPoints</code> reveals your number
* of examination points reached so far.</li>
*
* <li>The debugger is your friend</li>
* </ul>
*/
package de.hdm_stuttgart.mi.sd1.task2;
\ No newline at end of file
/**
* <p>This package hosts more advanced implementation tasks.</p>
*
* <ul>
* <li>Run <code>mvn javadoc:javadoc</code> and open the generated
* <code>&lt;projectroot&gt;/target/site/apidocs/index.html</code> file in your browser of choice.</li>
*
* <li>Read the generated documentation thoroughly. Make sure you do understand the intended method behaviour prior
* to implementing.</li>
*
* <li>Use the corresponding unit tests from your project's »test« branch checking your implementation's
* correctness. Executing <code>de.hdm_stuttgart.mi.sd1.ShowReachedPoints</code> reveals your number
* of examination points reached so far.</li>
*
* <li>The debugger is your friend</li>
* </ul>
*/
package de.hdm_stuttgart.mi.sd1.task2;
\ No newline at end of file
/**
* <p>This package hosts more advanced implementation tasks.</p>
*
* <ul>
* <li>Run <code>mvn javadoc:javadoc</code> and open the generated
* <code>&lt;projectroot&gt;/target/site/apidocs/index.html</code> file in your browser of choice.</li>
*
* <li>Read the generated documentation thoroughly. Make sure you do understand the intended method behaviour prior
* to implementing.</li>
*
* <li>Use the corresponding unit tests from your project's »test« branch checking your implementation's
* correctness. Executing <code>de.hdm_stuttgart.mi.sd1.ShowReachedPoints</code> reveals your number
* of examination points reached so far.</li>
*
* <li>The debugger is your friend</li>
* </ul>
*/
package de.hdm_stuttgart.mi.sd1.task2;
\ No newline at end of file
/**
* <p>This package hosts more advanced implementation tasks.</p>
*
* <ul>
* <li>Run <code>mvn javadoc:javadoc</code> and open the generated
* <code>&lt;projectroot&gt;/target/site/apidocs/index.html</code> file in your browser of choice.</li>
*
* <li>Read the generated documentation thoroughly. Make sure you do understand the intended method behaviour prior
* to implementing.</li>
*
* <li>Use the corresponding unit tests from your project's »test« branch checking your implementation's
* correctness. Executing <code>de.hdm_stuttgart.mi.sd1.ShowReachedPoints</code> reveals your number
* of examination points reached so far.</li>
*
* <li>The debugger is your friend</li>
* </ul>
*/
package de.hdm_stuttgart.mi.sd1.task2;
\ No newline at end of file
/**
* <p>This package hosts more advanced implementation tasks.</p>
*
* <ul>
* <li>Run <code>mvn javadoc:javadoc</code> and open the generated
* <code>&lt;projectroot&gt;/target/site/apidocs/index.html</code> file in your browser of choice.</li>
*
* <li>Read the generated documentation thoroughly. Make sure you do understand the intended method behaviour prior
* to implementing.</li>
*
* <li>Use the corresponding unit tests from your project's »test« branch checking your implementation's
* correctness. Executing <code>de.hdm_stuttgart.mi.sd1.ShowReachedPoints</code> reveals your number
* of examination points reached so far.</li>
*
* <li>The debugger is your friend</li>
* </ul>
*/
package de.hdm_stuttgart.mi.sd1.task2;
\ No newline at end of file
/**
* <p>This package hosts more advanced implementation tasks.</p>
*
* <ul>
* <li>Run <code>mvn javadoc:javadoc</code> and open the generated
* <code>&lt;projectroot&gt;/target/site/apidocs/index.html</code> file in your browser of choice.</li>
*
* <li>Read the generated documentation thoroughly. Make sure you do understand the intended method behaviour prior
* to implementing.</li>
*
* <li>Use the corresponding unit tests from your project's »test« branch checking your implementation's
* correctness. Executing <code>de.hdm_stuttgart.mi.sd1.ShowReachedPoints</code> reveals your number
* of examination points reached so far.</li>
*
* <li>The debugger is your friend</li>
* </ul>
*/
package de.hdm_stuttgart.mi.sd1.task2;
\ No newline at end of file
/**
* <p>Enum definition {@link de.hdm_stuttgart.mi.sd1.task1.extra.Day}.</p>
* <p>Classes here mostly (if not completely) contain static methods to be implemented.</p>
*
* <p>The ordering being implied by (test) class names and related methods reflect the author's opinion about ascending
* implementation difficulty. You are free to proceed differently. Hints:</p>
*
* <ul>
* <li>Run <code>mvn javadoc:javadoc</code> and open the generated
* <code>&lt;projectroot&gt;/target/site/apidocs/index.html</code> file in your browser of choice.</li>
*
* <li>Read the generated documentation thoroughly. Make sure you do understand the intended method behaviour prior
* to implementing.</li>
*
* <li>Use the corresponding unit tests from your project's »test« branch checking your implementation's
* correctness. Executing <code>de.hdm_stuttgart.mi.sd1.ShowReachedPoints</code> reveals your number
* of examination points reached so far.</li>
*
* <li>The debugger is your friend</li>
* </ul>
*
* <p>{@link de.hdm_stuttgart.mi.sd1.task1.extra.Day} may be altered or left »as is« depending
* on your choice of implementing
* {@link de.hdm_stuttgart.mi.sd1.task1._2_Purchase#totalCosts(int, de.hdm_stuttgart.mi.sd1.task1.extra.Day)}.</p>
*/
package de.hdm_stuttgart.mi.sd1.task1.extra;
package de.hdm_stuttgart.mi.sd1.task1;
\ No newline at end of file
/**
* This package mostly (if not completely) contains static method skeletons.
* <p>Classes here mostly (if not completely) contain static methods to be implemented.</p>
*
* <p>The ordering being implied by class names reflects the author's opinion with respect to ascending implementation
* difficulty. Hints:</p>
* <p>The ordering being implied by (test) class names and related methods reflect the author's opinion about ascending
* implementation difficulty. You are free to proceed differently. Hints:</p>
*
* <ul>
* <li>Run <code>mvn javadoc:javadoc</code> and open the generated index.html in your browser of choice.</li>
* <li>Run <code>mvn javadoc:javadoc</code> and open the generated
* <code>&lt;projectroot&gt;/target/site/apidocs/index.html</code> file in your browser of choice.</li>
*
* <li>Use the corresponding unit tests to check your implementation's consistency and class
* <code>de.hdm_stuttgart.mi.sd1.test.ShowReachedPoints</code> from your project's “unit test” branch.</li>
* <li>Read the generated documentation thoroughly. Make sure you do understand the intended method behaviour prior
* to implementing.</li>
*
* <li>Use the corresponding unit tests from your project's »test« branch checking your implementation's
* correctness. Executing <code>de.hdm_stuttgart.mi.sd1.ShowReachedPoints</code> reveals your number
* of examination points reached so far.</li>
*
* <li>The debugger is your friend</li>
* </ul>
*
*/
......
/**
* Defining positions of characters in a computer game.
*
* <p>Hints:</p>
* <p>This package hosts more advanced implementation tasks.</p>
*
* <ul>
* <li>Run <code>mvn javadoc:javadoc</code> and open the generated index.html in your browser of choice.</li>
* <li>Run <code>mvn javadoc:javadoc</code> and open the generated
* <code>&lt;projectroot&gt;/target/site/apidocs/index.html</code> file in your browser of choice.</li>
*
* <li>Use the corresponding unit tests to check your implementation's consistency and class
* <code>de.hdm_stuttgart.mi.sd1.test.ShowReachedPoints</code> from your project's “unit test” branch.</li>
* <li>Read the generated documentation thoroughly. Make sure you do understand the intended method behaviour prior
* to implementing.</li>
*
* </ul>
* <li>Use the corresponding unit tests from your project's »test« branch checking your implementation's
* correctness. Executing <code>de.hdm_stuttgart.mi.sd1.ShowReachedPoints</code> reveals your number
* of examination points reached so far.</li>
*
* <li>The debugger is your friend</li>
* </ul>
*/
package de.hdm_stuttgart.mi.sd1.task2;
\ No newline at end of file
/**
* <p>This package hosts more advanced implementation tasks.</p>
*
* <ul>
* <li>Run <code>mvn javadoc:javadoc</code> and open the generated
* <code>&lt;projectroot&gt;/target/site/apidocs/index.html</code> file in your browser of choice.</li>
*
* <li>Read the generated documentation thoroughly. Make sure you do understand the intended method behaviour prior
* to implementing.</li>
*
* <li>Use the corresponding unit tests from your project's »test« branch checking your implementation's
* correctness. Executing <code>de.hdm_stuttgart.mi.sd1.ShowReachedPoints</code> reveals your number
* of examination points reached so far.</li>
*
* <li>The debugger is your friend</li>
* </ul>
*/
package de.hdm_stuttgart.mi.sd1.task2;
\ No newline at end of file
/**
* <p>This package hosts more advanced implementation tasks.</p>
*
* <ul>
* <li>Run <code>mvn javadoc:javadoc</code> and open the generated
* <code>&lt;projectroot&gt;/target/site/apidocs/index.html</code> file in your browser of choice.</li>
*
* <li>Read the generated documentation thoroughly. Make sure you do understand the intended method behaviour prior
* to implementing.</li>
*
* <li>Use the corresponding unit tests from your project's »test« branch checking your implementation's
* correctness. Executing <code>de.hdm_stuttgart.mi.sd1.ShowReachedPoints</code> reveals your number
* of examination points reached so far.</li>
*
* <li>The debugger is your friend</li>
* </ul>
*/
package de.hdm_stuttgart.mi.sd1.task2;
\ No newline at end of file
/**
* <p>Enum definition {@link de.hdm_stuttgart.mi.sd1.task1.extra.Day}.</p>
* <p>Classes here mostly (if not completely) contain static methods to be implemented.</p>
*
* <p>The ordering being implied by (test) class names and related methods reflect the author's opinion about ascending
* implementation difficulty. You are free to proceed differently. Hints:</p>
*
* <ul>
* <li>Run <code>mvn javadoc:javadoc</code> and open the generated
* <code>&lt;projectroot&gt;/target/site/apidocs/index.html</code> file in your browser of choice.</li>
*
* <li>Read the generated documentation thoroughly. Make sure you do understand the intended method behaviour prior
* to implementing.</li>
*
* <li>Use the corresponding unit tests from your project's »test« branch checking your implementation's
* correctness. Executing <code>de.hdm_stuttgart.mi.sd1.ShowReachedPoints</code> reveals your number
* of examination points reached so far.</li>
*
* <li>The debugger is your friend</li>
* </ul>
*
* <p>{@link de.hdm_stuttgart.mi.sd1.task1.extra.Day} may be altered or left »as is« depending
* on your choice of implementing
* {@link de.hdm_stuttgart.mi.sd1.task1._2_Purchase#totalCosts(int, de.hdm_stuttgart.mi.sd1.task1.extra.Day)}.</p>
*/
package de.hdm_stuttgart.mi.sd1.task1.extra;
package de.hdm_stuttgart.mi.sd1.task1;
\ No newline at end of file
/**
* This package mostly (if not completely) contains static method skeletons.
* <p>Classes here mostly (if not completely) contain static methods to be implemented.</p>
*
* <p>The ordering being implied by class names reflects the author's opinion with respect to ascending implementation
* difficulty. Hints:</p>
* <p>The ordering being implied by (test) class names and related methods reflect the author's opinion about ascending
* implementation difficulty. You are free to proceed differently. Hints:</p>
*
* <ul>
* <li>Run <code>mvn javadoc:javadoc</code> and open the generated index.html in your browser of choice.</li>
* <li>Run <code>mvn javadoc:javadoc</code> and open the generated
* <code>&lt;projectroot&gt;/target/site/apidocs/index.html</code> file in your browser of choice.</li>
*
* <li>Use the corresponding unit tests to check your implementation's consistency and class
* <code>de.hdm_stuttgart.mi.sd1.test.ShowReachedPoints</code> from your project's “unit test” branch.</li>
* <li>Read the generated documentation thoroughly. Make sure you do understand the intended method behaviour prior
* to implementing.</li>
*
* <li>Use the corresponding unit tests from your project's »test« branch checking your implementation's
* correctness. Executing <code>de.hdm_stuttgart.mi.sd1.ShowReachedPoints</code> reveals your number
* of examination points reached so far.</li>
*
* <li>The debugger is your friend</li>
* </ul>
*
*/
......
/**
* Defining positions of characters in a computer game.
* <p>This package hosts more advanced implementation tasks.</p>
*
* <ul>
* <li>Run <code>mvn javadoc:javadoc</code> and open the generated
* <code>&lt;projectroot&gt;/target/site/apidocs/index.html</code> file in your browser of choice.</li>
*
* <li>Read the generated documentation thoroughly. Make sure you do understand the intended method behaviour prior
* to implementing.</li>
*
* <li>Use the corresponding unit tests from your project's »test« branch checking your implementation's
* correctness. Executing <code>de.hdm_stuttgart.mi.sd1.ShowReachedPoints</code> reveals your number
* of examination points reached so far.</li>
*
* <li>The debugger is your friend</li>
* </ul>
*/
package de.hdm_stuttgart.mi.sd1.task2;
\ No newline at end of file
/**
* <p>This package hosts more advanced implementation tasks.</p>
*
* <ul>
* <li>Run <code>mvn javadoc:javadoc</code> and open the generated
* <code>&lt;projectroot&gt;/target/site/apidocs/index.html</code> file in your browser of choice.</li>
*
* <li>Read the generated documentation thoroughly. Make sure you do understand the intended method behaviour prior
* to implementing.</li>
*
* <li>Use the corresponding unit tests from your project's »test« branch checking your implementation's
* correctness. Executing <code>de.hdm_stuttgart.mi.sd1.ShowReachedPoints</code> reveals your number
* of examination points reached so far.</li>
*
* <li>The debugger is your friend</li>
* </ul>
*/
package de.hdm_stuttgart.mi.sd1.task2;
\ No newline at end of file
/**
* <p>This package hosts more advanced implementation tasks.</p>
*
* <ul>
* <li>Run <code>mvn javadoc:javadoc</code> and open the generated
* <code>&lt;projectroot&gt;/target/site/apidocs/index.html</code> file in your browser of choice.</li>
*
* <li>Read the generated documentation thoroughly. Make sure you do understand the intended method behaviour prior
* to implementing.</li>
*
* <li>Use the corresponding unit tests from your project's »test« branch checking your implementation's
* correctness. Executing <code>de.hdm_stuttgart.mi.sd1.ShowReachedPoints</code> reveals your number
* of examination points reached so far.</li>
*
* <li>The debugger is your friend</li>
* </ul>
*/
package de.hdm_stuttgart.mi.sd1.task2;
\ No newline at end of file
/**
* This package mostly (if not completely) contains static method skeletons.
* <p>Classes here mostly (if not completely) contain static methods to be implemented.</p>
*
* <p>The ordering being implied by class names reflects the author's opinion with respect to ascending implementation
* difficulty. Hints:</p>
* <p>The ordering being implied by (test) class names and related methods reflect the author's opinion about ascending
* implementation difficulty. You are free to proceed differently. Hints:</p>
*
* <ul>
* <li>Run <code>mvn javadoc:javadoc</code> and open the generated index.html in your browser of choice.</li>
* <li>Run <code>mvn javadoc:javadoc</code> and open the generated
* <code>&lt;projectroot&gt;/target/site/apidocs/index.html</code> file in your browser of choice.</li>
*
* <li>Use the corresponding unit tests to check your implementation's consistency and class
* <code>de.hdm_stuttgart.mi.sd1.test.ShowReachedPoints</code> from your project's “unit test” branch.</li>
* <li>Read the generated documentation thoroughly. Make sure you do understand the intended method behaviour prior
* to implementing.</li>
*
* <li>Use the corresponding unit tests from your project's »test« branch checking your implementation's
* correctness. Executing <code>de.hdm_stuttgart.mi.sd1.ShowReachedPoints</code> reveals your number
* of examination points reached so far.</li>
*
* <li>The debugger is your friend</li>
* </ul>
*
*/
......
/**
* Dealing with matrix operations.
* <p>This package hosts more advanced implementation tasks.</p>
*
* <ul>
* <li>Run <code>mvn javadoc:javadoc</code> and open the generated
* <code>&lt;projectroot&gt;/target/site/apidocs/index.html</code> file in your browser of choice.</li>
*
* <li>Read the generated documentation thoroughly. Make sure you do understand the intended method behaviour prior
* to implementing.</li>
*
* <li>Use the corresponding unit tests from your project's »test« branch checking your implementation's
* correctness. Executing <code>de.hdm_stuttgart.mi.sd1.ShowReachedPoints</code> reveals your number
* of examination points reached so far.</li>
*
* <li>The debugger is your friend</li>
* </ul>
*/
package de.hdm_stuttgart.mi.sd1.task2;
\ No newline at end of file
/**
* <p>This package hosts more advanced implementation tasks.</p>
*
* <ul>
* <li>Run <code>mvn javadoc:javadoc</code> and open the generated
* <code>&lt;projectroot&gt;/target/site/apidocs/index.html</code> file in your browser of choice.</li>
*
* <li>Read the generated documentation thoroughly. Make sure you do understand the intended method behaviour prior
* to implementing.</li>
*
* <li>Use the corresponding unit tests from your project's »test« branch checking your implementation's
* correctness. Executing <code>de.hdm_stuttgart.mi.sd1.ShowReachedPoints</code> reveals your number
* of examination points reached so far.</li>
*
* <li>The debugger is your friend</li>
* </ul>
*/
package de.hdm_stuttgart.mi.sd1.task2;
\ No newline at end of file
/**
* This package mostly (if not completely) contains static method skeletons.
* <p>Classes here mostly (if not completely) contain static methods to be implemented.</p>
*
* <p>The ordering being implied by class names reflects the author's opinion with respect to ascending implementation
* difficulty. Hints:</p>
* <p>The ordering being implied by (test) class names and related methods reflect the author's opinion about ascending
* implementation difficulty. You are free to proceed differently. Hints:</p>
*
* <ul>
* <li>Run <code>mvn javadoc:javadoc</code> and open the generated index.html in your browser of choice.</li>
* <li>Run <code>mvn javadoc:javadoc</code> and open the generated
* <code>&lt;projectroot&gt;/target/site/apidocs/index.html</code> file in your browser of choice.</li>
*
* <li>Use the corresponding unit tests to check your implementation's consistency and class
* <code>de.hdm_stuttgart.mi.sd1.test.ShowReachedPoints</code> from your project's “unit test” branch.</li>
* <li>Read the generated documentation thoroughly. Make sure you do understand the intended method behaviour prior
* to implementing.</li>
*
* <li>Use the corresponding unit tests from your project's »test« branch checking your implementation's
* correctness. Executing <code>de.hdm_stuttgart.mi.sd1.ShowReachedPoints</code> reveals your number
* of examination points reached so far.</li>
*
* <li>The debugger is your friend</li>
* </ul>
*
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment