diff --git a/Roboterfabrik/doc/Domäne/C3PO.html b/Roboterfabrik/doc/Domäne/C3PO.html index 6c67508..eeae876 100644 --- a/Roboterfabrik/doc/Domäne/C3PO.html +++ b/Roboterfabrik/doc/Domäne/C3PO.html @@ -1,11 +1,11 @@ - + C3PO - + @@ -79,12 +79,18 @@ loadScripts(document, 'script');
+
Record Components:
+
name - wie der Roboter heißen soll.
+
id - eine zufällig vergebene Zahl zwischen 9999-19999.
+
+
All Implemented Interfaces:
Robot, RobotControl, RobotInstructions

public class C3PO extends Roboter
+
Die Klasse C3PO erbt von Roboter.
@@ -195,8 +209,15 @@ loadScripts(document, 'script');
Returns:
Sortierte Zahlen
Throws:
+
RobotIllegalStateException - wenn der Roboter ausgeschaltet ist.
RobotException - wenn der Roboter in einem ungültigen Zustand ist, oder das Array nicht seinen Vorstellungen entspricht.
+
See Also:
+
+ +
@@ -204,9 +225,19 @@ loadScripts(document, 'script');

getRobotType

public RobotType getRobotType()
+
Description copied from class: Roboter
+
gibt den Typ des Roboters zurück
Specified by:
getRobotType in class Roboter
+
Returns:
+
roboTyoe
+
See Also:
+
+
    +
  • Roboter#getRobotType(RoboType)
  • +
+
diff --git a/Roboterfabrik/doc/Domäne/Nexus6.html b/Roboterfabrik/doc/Domäne/Nexus6.html index a679321..2637844 100644 --- a/Roboterfabrik/doc/Domäne/Nexus6.html +++ b/Roboterfabrik/doc/Domäne/Nexus6.html @@ -1,11 +1,11 @@ - + Nexus6 - + @@ -85,6 +85,8 @@ loadScripts(document, 'script');
public class Nexus6 extends Roboter
+
Die Klasse Nexus6 hat ein einziges Objekt namens Pris Pris ist defekt und hat + immer die gleiche id:19281982
@@ -178,6 +202,35 @@ loadScripts(document, 'script');
getId in class Roboter
Returns:
Eine eindeutige Identifikation in Form einer Zahl.
+
See Also:
+
+ +
+ + + +
  • +
    +

    isPowerOn

    +
    public boolean isPowerOn()
    +
    Description copied from interface: RobotControl
    +
    Prüft ob der Roboter eingeschaltet ist.
    +
    +
    Specified by:
    +
    isPowerOn in interface RobotControl
    +
    Overrides:
    +
    isPowerOn in class Roboter
    +
    Returns:
    +
    true bedeutet, dass der Roboter eingeschaltet ist, + false, dass er nicht eingeschaltet ist.
    +
    See Also:
    +
    + +
  • @@ -199,8 +252,16 @@ loadScripts(document, 'script');
    Returns:
    Zahlen als String
    Throws:
    +
    RobotIllegalStateException - Methode soll Fehler ausgeben, da der + Roboter nicht Funktioniert.
    RobotException - wenn der Roboter in einem ungültigen Zustand ist, oder das Array nicht seinen Vorstellungen entspricht.
    +
    See Also:
    +
    + +
    @@ -222,8 +283,16 @@ loadScripts(document, 'script');
    Returns:
    Sortierte Zahlen
    Throws:
    +
    RobotIllegalStateException - Methode soll Fehler ausgeben, da der + Roboter nicht Funktioniert.
    RobotException - wenn der Roboter in einem ungültigen Zustand ist, oder das Array nicht seinen Vorstellungen entspricht.
    +
    See Also:
    +
    + +
    @@ -231,9 +300,17 @@ loadScripts(document, 'script');

    getRobotType

    public RobotType getRobotType()
    +
    Description copied from class: Roboter
    +
    gibt den Typ des Roboters zurück
    Specified by:
    getRobotType in class Roboter
    +
    See Also:
    +
    +
      +
    • Roboter#getRobotType(robotType)
    • +
    +
    diff --git a/Roboterfabrik/doc/Domäne/R2D2.html b/Roboterfabrik/doc/Domäne/R2D2.html index 08641c0..a742218 100644 --- a/Roboterfabrik/doc/Domäne/R2D2.html +++ b/Roboterfabrik/doc/Domäne/R2D2.html @@ -1,11 +1,11 @@ - + R2D2 - + @@ -79,12 +79,17 @@ loadScripts(document, 'script');
    +
    Record Components:
    +
    name - wie der Roboter heißen soll.
    +
    +
    All Implemented Interfaces:
    Robot, RobotControl, RobotInstructions

    public class R2D2 extends Roboter
    +
    Die Klasse R2D2 erbt von Roboter.
    @@ -197,6 +211,12 @@ loadScripts(document, 'script');
    getId in class Roboter
    Returns:
    Eine eindeutige Identifikation in Form einer Zahl.
    +
    See Also:
    +
    + +
    @@ -204,9 +224,17 @@ loadScripts(document, 'script');

    getRobotType

    public RobotType getRobotType()
    +
    Description copied from class: Roboter
    +
    gibt den Typ des Roboters zurück
    Specified by:
    getRobotType in class Roboter
    +
    See Also:
    +
    +
      +
    • Roboter#getRobotType(robotType)
    • +
    +
    diff --git a/Roboterfabrik/doc/Domäne/RobotFactory.html b/Roboterfabrik/doc/Domäne/RobotFactory.html index 6ae5801..3e77ef4 100644 --- a/Roboterfabrik/doc/Domäne/RobotFactory.html +++ b/Roboterfabrik/doc/Domäne/RobotFactory.html @@ -1,11 +1,11 @@ - + RobotFactory - + diff --git a/Roboterfabrik/doc/Domäne/RobotType.html b/Roboterfabrik/doc/Domäne/RobotType.html index 9ab6b43..25f6c3b 100644 --- a/Roboterfabrik/doc/Domäne/RobotType.html +++ b/Roboterfabrik/doc/Domäne/RobotType.html @@ -1,11 +1,11 @@ - + RobotType - + @@ -85,6 +85,7 @@ loadScripts(document, 'script');
    public enum RobotType extends Enum<RobotType>
    +
    Hier sind die Typen die man bauen kann.
    @@ -182,6 +191,12 @@ implements getName in interface RobotControl
    Returns:
    Der Name des Roboters.
    +
    See Also:
    +
    + +
    @@ -194,6 +209,12 @@ implements
    Specified by:
    triggerPowerSwitch in interface RobotControl
    +
    See Also:
    +
    + +
    @@ -209,6 +230,12 @@ implements +
  • RobotControl#isPowerOn(boolean)
  • + + @@ -224,6 +251,12 @@ implements
    +
  • RobotControl#getLastException(RobotException)
  • + + @@ -243,8 +276,15 @@ implements
    RobotException - wenn der Roboter in einem ungültigen Zustand ist, oder das Array nicht seinen Vorstellungen entspricht. +
    See Also:
    +
    + +
    @@ -266,6 +306,12 @@ implements RobotException - wenn der Roboter in einem ungültigen Zustand ist, oder das Array nicht seinen Vorstellungen entspricht. +
    See Also:
    +
    + +
    @@ -273,6 +319,7 @@ implements

    getRobotType

    public abstract RobotType getRobotType()
    +
    gibt den Typ des Roboters zurück
    diff --git a/Roboterfabrik/doc/Domäne/class-use/C3PO.html b/Roboterfabrik/doc/Domäne/class-use/C3PO.html index eea2926..2c7d02f 100644 --- a/Roboterfabrik/doc/Domäne/class-use/C3PO.html +++ b/Roboterfabrik/doc/Domäne/class-use/C3PO.html @@ -1,11 +1,11 @@ - + Uses of Class Domäne.C3PO - + diff --git a/Roboterfabrik/doc/Domäne/class-use/Nexus6.html b/Roboterfabrik/doc/Domäne/class-use/Nexus6.html index 40797df..6fed383 100644 --- a/Roboterfabrik/doc/Domäne/class-use/Nexus6.html +++ b/Roboterfabrik/doc/Domäne/class-use/Nexus6.html @@ -1,11 +1,11 @@ - + Uses of Class Domäne.Nexus6 - + @@ -70,7 +70,9 @@ loadScripts(document, 'script');
    Description
    static Nexus6
    Nexus6.getInstance()
    -
     
    +
    +
    Falls es noch kein Objekt gibt wird eins erzeugt.
    +
    diff --git a/Roboterfabrik/doc/Domäne/class-use/R2D2.html b/Roboterfabrik/doc/Domäne/class-use/R2D2.html index 54fe6f6..4062e46 100644 --- a/Roboterfabrik/doc/Domäne/class-use/R2D2.html +++ b/Roboterfabrik/doc/Domäne/class-use/R2D2.html @@ -1,11 +1,11 @@ - + Uses of Class Domäne.R2D2 - + diff --git a/Roboterfabrik/doc/Domäne/class-use/RobotFactory.html b/Roboterfabrik/doc/Domäne/class-use/RobotFactory.html index 006b10a..f8c7755 100644 --- a/Roboterfabrik/doc/Domäne/class-use/RobotFactory.html +++ b/Roboterfabrik/doc/Domäne/class-use/RobotFactory.html @@ -1,11 +1,11 @@ - + Uses of Class Domäne.RobotFactory - + diff --git a/Roboterfabrik/doc/Domäne/class-use/RobotType.html b/Roboterfabrik/doc/Domäne/class-use/RobotType.html index 646252d..54f2b8b 100644 --- a/Roboterfabrik/doc/Domäne/class-use/RobotType.html +++ b/Roboterfabrik/doc/Domäne/class-use/RobotType.html @@ -1,11 +1,11 @@ - + Uses of Enum Class Domäne.RobotType - + @@ -79,7 +79,9 @@ loadScripts(document, 'script');
     
    abstract RobotType
    Roboter.getRobotType()
    -
     
    +
    +
    gibt den Typ des Roboters zurück
    +
    static RobotType
    RobotType.valueOf(String name)
    diff --git a/Roboterfabrik/doc/Domäne/class-use/Roboter.html b/Roboterfabrik/doc/Domäne/class-use/Roboter.html index 2b6ffcf..b38a8e0 100644 --- a/Roboterfabrik/doc/Domäne/class-use/Roboter.html +++ b/Roboterfabrik/doc/Domäne/class-use/Roboter.html @@ -1,11 +1,11 @@ - + Uses of Class Domäne.Roboter - + @@ -70,13 +70,20 @@ loadScripts(document, 'script');
    Description
    class 
    C3PO
    -
     
    +
    +
    Die Klasse C3PO erbt von Roboter.
    +
    class 
    Nexus6
    -
     
    +
    +
    Die Klasse Nexus6 hat ein einziges Objekt namens Pris Pris ist defekt und hat + immer die gleiche id:19281982
    +
    class 
    R2D2
    -
     
    +
    +
    Die Klasse R2D2 erbt von Roboter.
    +
    Methods in Domäne that return Roboter
    diff --git a/Roboterfabrik/doc/Domäne/package-summary.html b/Roboterfabrik/doc/Domäne/package-summary.html index 968cc37..244e11c 100644 --- a/Roboterfabrik/doc/Domäne/package-summary.html +++ b/Roboterfabrik/doc/Domäne/package-summary.html @@ -1,11 +1,11 @@ - + Domäne - + @@ -75,19 +75,30 @@ loadScripts(document, 'script');
    Class
    Description
    C3PO
    -
     
    +
    +
    Die Klasse C3PO erbt von Roboter.
    +
    Nexus6
    -
     
    +
    +
    Die Klasse Nexus6 hat ein einziges Objekt namens Pris Pris ist defekt und hat + immer die gleiche id:19281982
    +
    R2D2
    -
     
    +
    +
    Die Klasse R2D2 erbt von Roboter.
    +
    Roboter
    -
     
    +
    +
    Die Klasse Roboter implementiert Robot
    +
    RobotFactory
    Factory-Klasse für R2D2 und C3PO
    RobotType
    -
     
    +
    +
    Hier sind die Typen die man bauen kann.
    +
    diff --git a/Roboterfabrik/doc/Domäne/package-tree.html b/Roboterfabrik/doc/Domäne/package-tree.html index 9bfc820..4df3778 100644 --- a/Roboterfabrik/doc/Domäne/package-tree.html +++ b/Roboterfabrik/doc/Domäne/package-tree.html @@ -1,11 +1,11 @@ - + Domäne Class Hierarchy - + diff --git a/Roboterfabrik/doc/Domäne/package-use.html b/Roboterfabrik/doc/Domäne/package-use.html index d0dc9fb..72b41e2 100644 --- a/Roboterfabrik/doc/Domäne/package-use.html +++ b/Roboterfabrik/doc/Domäne/package-use.html @@ -1,11 +1,11 @@ - + Uses of Package Domäne - + @@ -67,11 +67,18 @@ loadScripts(document, 'script');
    Class
    Description
    Nexus6
    -
     
    +
    +
    Die Klasse Nexus6 hat ein einziges Objekt namens Pris Pris ist defekt und hat + immer die gleiche id:19281982
    +
    Roboter
    -
     
    +
    +
    Die Klasse Roboter implementiert Robot
    +
    RobotType
    -
     
    +
    +
    Hier sind die Typen die man bauen kann.
    +
    diff --git a/Roboterfabrik/doc/allclasses-index.html b/Roboterfabrik/doc/allclasses-index.html index 6e91bdd..d0783f0 100644 --- a/Roboterfabrik/doc/allclasses-index.html +++ b/Roboterfabrik/doc/allclasses-index.html @@ -1,11 +1,11 @@ - + All Classes and Interfaces - + @@ -62,9 +62,13 @@ loadScripts(document, 'script');
    Class
    Description
    C3PO
    -
     
    +
    +
    Die Klasse C3PO erbt von Roboter.
    +
    Factory
    -
     
    +
    +
    Hier ist die Ui für den User.
    +
    Factorysystem
    Factorysystem agiert als Fassade für RobotFactory
    @@ -72,9 +76,14 @@ loadScripts(document, 'script');
    Main
     
    Nexus6
    -
     
    +
    +
    Die Klasse Nexus6 hat ein einziges Objekt namens Pris Pris ist defekt und hat + immer die gleiche id:19281982
    +
    R2D2
    -
     
    +
    +
    Die Klasse R2D2 erbt von Roboter.
    +
    Robot
    Interface für Roboter.
    @@ -84,7 +93,9 @@ loadScripts(document, 'script');
    Das Interface repräsentiert einen einfachen Roboter mit seinen Funktionen.
    Roboter
    -
     
    +
    +
    Die Klasse Roboter implementiert Robot
    +
    RobotException
     
    RobotFactory
    @@ -100,7 +111,9 @@ loadScripts(document, 'script');
    RobotMagicValueException
     
    RobotType
    -
     
    +
    +
    Hier sind die Typen die man bauen kann.
    +
    diff --git a/Roboterfabrik/doc/allpackages-index.html b/Roboterfabrik/doc/allpackages-index.html index 2204379..acbd318 100644 --- a/Roboterfabrik/doc/allpackages-index.html +++ b/Roboterfabrik/doc/allpackages-index.html @@ -1,11 +1,11 @@ - + All Packages - + diff --git a/Roboterfabrik/doc/facade/Factorysystem.html b/Roboterfabrik/doc/facade/Factorysystem.html index 4f34f8f..6f199d6 100644 --- a/Roboterfabrik/doc/facade/Factorysystem.html +++ b/Roboterfabrik/doc/facade/Factorysystem.html @@ -1,11 +1,11 @@ - + Factorysystem - + @@ -115,10 +115,14 @@ loadScripts(document, 'script');
    Description
    RobotException
    fehlerAuslesen(int id)
    -
     
    +
    +
    Der letze Fehler vom Roboter wird ausgelesen und übergeben.
    +
    boolean
    istDieserRoboterDa(int id)
    -
     
    +
    +
    Um zu überprüfen ob der Roboter mit dieser Id existiert.
    +
    int
    roboterAnlegen(String name, int auswahl)
    @@ -127,14 +131,20 @@ loadScripts(document, 'script');
    String
    roboterDaten(int id)
    -
     
    +
    +
    Die Daten vom Roboter werden gelesen und übergeben.
    +
    boolean
    schalterBetätigen(int id)
    -
     
    +
    +
    Schlatet den Schalter vom Roboter auf An oder Aus.
    +
    String
    sprechenAufruf(int id, int[] zahlen)
    -
     
    +
    +
    Roboter sortiert die Zahlen und gibt sie mit den richtigen Trennzeichen aus.
    +
    boolean
    zustandRoboter(int id)
    @@ -214,6 +224,13 @@ loadScripts(document, 'script');

    schalterBetätigen

    public boolean schalterBetätigen(int id)
    +
    Schlatet den Schalter vom Roboter auf An oder Aus. + Pris bleibt Ausgeschaltet.
    +
    +
    Parameters:
    +
    id -
    +
    Returns:
    +
  • @@ -222,7 +239,10 @@ loadScripts(document, 'script');
    public String sprechenAufruf(int id, int[] zahlen) throws RobotException
    +
    Roboter sortiert die Zahlen und gibt sie mit den richtigen Trennzeichen aus.
    +
    Returns:
    +
    ausgabe gibt sie weiter
    Throws:
    RobotException
    @@ -232,18 +252,40 @@ loadScripts(document, 'script');

    fehlerAuslesen

    public RobotException fehlerAuslesen(int id)
    +
    Der letze Fehler vom Roboter wird ausgelesen und übergeben.
    +
    +
    Parameters:
    +
    id - vom Roboter
    +
    Returns:
    +
    RobotException der letzte Fehler.
    +
  • roboterDaten

    public String roboterDaten(int id)
    +
    Die Daten vom Roboter werden gelesen und übergeben. + RoboterTyp, Name und Seriennummer.
    +
    +
    Parameters:
    +
    id -
    +
    Returns:
    +
    String
    +
  • istDieserRoboterDa

    public boolean istDieserRoboterDa(int id)
    +
    Um zu überprüfen ob der Roboter mit dieser Id existiert.
    +
    +
    Returns:
    +
    boolean übergibt ihn weiter + True bedeutet, dass der Roboter im Lager existiert. + False bedeutet, dass der Roboter nicht im Lager existiert.
    +
  • diff --git a/Roboterfabrik/doc/facade/class-use/Factorysystem.html b/Roboterfabrik/doc/facade/class-use/Factorysystem.html index ede32f5..5634ae0 100644 --- a/Roboterfabrik/doc/facade/class-use/Factorysystem.html +++ b/Roboterfabrik/doc/facade/class-use/Factorysystem.html @@ -1,11 +1,11 @@ - + Uses of Class facade.Factorysystem - + diff --git a/Roboterfabrik/doc/facade/package-summary.html b/Roboterfabrik/doc/facade/package-summary.html index 0b0b879..4647a5c 100644 --- a/Roboterfabrik/doc/facade/package-summary.html +++ b/Roboterfabrik/doc/facade/package-summary.html @@ -1,11 +1,11 @@ - + facade - + diff --git a/Roboterfabrik/doc/facade/package-tree.html b/Roboterfabrik/doc/facade/package-tree.html index 7bfdf7a..63cc59d 100644 --- a/Roboterfabrik/doc/facade/package-tree.html +++ b/Roboterfabrik/doc/facade/package-tree.html @@ -1,11 +1,11 @@ - + facade Class Hierarchy - + diff --git a/Roboterfabrik/doc/facade/package-use.html b/Roboterfabrik/doc/facade/package-use.html index 7ffe9fc..0d2cf78 100644 --- a/Roboterfabrik/doc/facade/package-use.html +++ b/Roboterfabrik/doc/facade/package-use.html @@ -1,11 +1,11 @@ - + Uses of Package facade - + diff --git a/Roboterfabrik/doc/help-doc.html b/Roboterfabrik/doc/help-doc.html index 30b99d7..50fbb10 100644 --- a/Roboterfabrik/doc/help-doc.html +++ b/Roboterfabrik/doc/help-doc.html @@ -1,11 +1,11 @@ - + API Help - + diff --git a/Roboterfabrik/doc/index-files/index-1.html b/Roboterfabrik/doc/index-files/index-1.html index 6719018..8527204 100644 --- a/Roboterfabrik/doc/index-files/index-1.html +++ b/Roboterfabrik/doc/index-files/index-1.html @@ -1,11 +1,11 @@ - + A-Index - + diff --git a/Roboterfabrik/doc/index-files/index-10.html b/Roboterfabrik/doc/index-files/index-10.html index a44eb49..65b6f6f 100644 --- a/Roboterfabrik/doc/index-files/index-10.html +++ b/Roboterfabrik/doc/index-files/index-10.html @@ -1,11 +1,11 @@ - + R-Index - + @@ -55,7 +55,9 @@ loadScripts(document, 'script');

    R

    R2D2 - Class in Domäne
    -
     
    +
    +
    Die Klasse R2D2 erbt von Roboter.
    +
    R2D2 - Enum constant in enum class Domäne.RobotType
     
    R2D2(String, int) - Constructor for class Domäne.R2D2
    @@ -69,20 +71,24 @@ loadScripts(document, 'script');
    Das Interface repräsentiert einen einfachen Roboter mit seinen Funktionen.
    Roboter - Class in Domäne
    -
     
    +
    +
    Die Klasse Roboter implementiert Robot
    +
    roboterAnlegen(String, int) - Method in class facade.Factorysystem
    Legt einen neuen Roboter je nach Auswahl mit dem gegebenen Namen an
    roboterDaten(int) - Method in class facade.Factorysystem
    -
     
    +
    +
    Die Daten vom Roboter werden gelesen und übergeben.
    +
    roboterZustand(int) - Method in class Domäne.RobotFactory
    Prüft ob ein Roboter ein- oder ausgeschaltet ist
    RobotException - Exception in tpe.exceptions.roboter.exceptions
     
    -
    RobotException(String) - Constructor for exception tpe.exceptions.roboter.exceptions.RobotException
    +
    RobotException(String, String) - Constructor for exception tpe.exceptions.roboter.exceptions.RobotException
     
    RobotFactory - Class in Domäne
    @@ -105,7 +111,9 @@ loadScripts(document, 'script');
    RobotMagicValueException(String, String) - Constructor for exception tpe.exceptions.roboter.exceptions.RobotMagicValueException
     
    RobotType - Enum Class in Domäne
    -
     
    +
    +
    Hier sind die Typen die man bauen kann.
    +
    A C D F G I L M N R S T U V Z 
    All Classes and Interfaces|All Packages|Serialized Form
    diff --git a/Roboterfabrik/doc/index-files/index-11.html b/Roboterfabrik/doc/index-files/index-11.html index 4d0dfe9..0e31f0d 100644 --- a/Roboterfabrik/doc/index-files/index-11.html +++ b/Roboterfabrik/doc/index-files/index-11.html @@ -1,11 +1,11 @@ - + S-Index - + @@ -60,7 +60,9 @@ loadScripts(document, 'script'); wenn er eingeschaltet ist
    schalterBetätigen(int) - Method in class facade.Factorysystem
    -
     
    +
    +
    Schlatet den Schalter vom Roboter auf An oder Aus.
    +
    speak(int[]) - Method in class Domäne.Nexus6
     
    speak(int[]) - Method in class Domäne.Roboter
    @@ -70,7 +72,9 @@ loadScripts(document, 'script');
    Gibt ein Array von Zahlen als String zurück.
    sprechenAufruf(int, int[]) - Method in class facade.Factorysystem
    -
     
    +
    +
    Roboter sortiert die Zahlen und gibt sie mit den richtigen Trennzeichen aus.
    +
    A C D F G I L M N R S T U V Z 
    All Classes and Interfaces|All Packages|Serialized Form diff --git a/Roboterfabrik/doc/index-files/index-12.html b/Roboterfabrik/doc/index-files/index-12.html index e0e3b38..c9d2e35 100644 --- a/Roboterfabrik/doc/index-files/index-12.html +++ b/Roboterfabrik/doc/index-files/index-12.html @@ -1,11 +1,11 @@ - + T-Index - + diff --git a/Roboterfabrik/doc/index-files/index-13.html b/Roboterfabrik/doc/index-files/index-13.html index 7a038ed..2d1dff7 100644 --- a/Roboterfabrik/doc/index-files/index-13.html +++ b/Roboterfabrik/doc/index-files/index-13.html @@ -1,11 +1,11 @@ - + U-Index - + diff --git a/Roboterfabrik/doc/index-files/index-14.html b/Roboterfabrik/doc/index-files/index-14.html index 8259b01..40bc13d 100644 --- a/Roboterfabrik/doc/index-files/index-14.html +++ b/Roboterfabrik/doc/index-files/index-14.html @@ -1,11 +1,11 @@ - + V-Index - + diff --git a/Roboterfabrik/doc/index-files/index-15.html b/Roboterfabrik/doc/index-files/index-15.html index 99d0e9f..f8b888c 100644 --- a/Roboterfabrik/doc/index-files/index-15.html +++ b/Roboterfabrik/doc/index-files/index-15.html @@ -1,11 +1,11 @@ - + Z-Index - + diff --git a/Roboterfabrik/doc/index-files/index-2.html b/Roboterfabrik/doc/index-files/index-2.html index 01c5626..eeb3d00 100644 --- a/Roboterfabrik/doc/index-files/index-2.html +++ b/Roboterfabrik/doc/index-files/index-2.html @@ -1,11 +1,11 @@ - + C-Index - + @@ -55,7 +55,9 @@ loadScripts(document, 'script');

    C

    C3PO - Class in Domäne
    -
     
    +
    +
    Die Klasse C3PO erbt von Roboter.
    +
    C3PO - Enum constant in enum class Domäne.RobotType
     
    C3PO(String, int) - Constructor for class Domäne.C3PO
    diff --git a/Roboterfabrik/doc/index-files/index-3.html b/Roboterfabrik/doc/index-files/index-3.html index 168cb50..622a934 100644 --- a/Roboterfabrik/doc/index-files/index-3.html +++ b/Roboterfabrik/doc/index-files/index-3.html @@ -1,11 +1,11 @@ - + D-Index - + diff --git a/Roboterfabrik/doc/index-files/index-4.html b/Roboterfabrik/doc/index-files/index-4.html index 80ad579..64e9668 100644 --- a/Roboterfabrik/doc/index-files/index-4.html +++ b/Roboterfabrik/doc/index-files/index-4.html @@ -1,11 +1,11 @@ - + F-Index - + @@ -57,7 +57,9 @@ loadScripts(document, 'script');
    facade - package facade
     
    Factory - Class in ui
    -
     
    +
    +
    Hier ist die Ui für den User.
    +
    Factory(Factorysystem) - Constructor for class ui.Factory
     
    Factorysystem - Class in facade
    @@ -69,7 +71,9 @@ loadScripts(document, 'script');
    Erstellt eine neue RobotFactory mit dem gegebenen Namen
    fehlerAuslesen(int) - Method in class facade.Factorysystem
    -
     
    +
    +
    Der letze Fehler vom Roboter wird ausgelesen und übergeben.
    +
    findeRoboter(int) - Method in class Domäne.RobotFactory
    Duchsucht das Roboterlager nach einem bestimmten Roboter
    diff --git a/Roboterfabrik/doc/index-files/index-5.html b/Roboterfabrik/doc/index-files/index-5.html index 88a5a1d..9df04db 100644 --- a/Roboterfabrik/doc/index-files/index-5.html +++ b/Roboterfabrik/doc/index-files/index-5.html @@ -1,11 +1,11 @@ - + G-Index - + @@ -67,7 +67,9 @@ loadScripts(document, 'script');
    Gibt die ID (Seriennummer) des Roboters zurück.
    getInstance() - Static method in class Domäne.Nexus6
    -
     
    +
    +
    Falls es noch kein Objekt gibt wird eins erzeugt.
    +
    getLastException() - Method in class Domäne.Roboter
     
    getLastException() - Method in interface tpe.exceptions.roboter.RobotControl
    @@ -88,9 +90,7 @@ loadScripts(document, 'script');
    Gibt die Größe des Roboterlagers an.
    -
    getRobotName() - Method in exception tpe.exceptions.roboter.exceptions.RobotIllegalStateException
    -
     
    -
    getRobotName() - Method in exception tpe.exceptions.roboter.exceptions.RobotMagicValueException
    +
    getRobotName() - Method in exception tpe.exceptions.roboter.exceptions.RobotException
     
    getRobotType() - Method in class Domäne.C3PO
     
    @@ -99,7 +99,9 @@ loadScripts(document, 'script');
    getRobotType() - Method in class Domäne.R2D2
     
    getRobotType() - Method in class Domäne.Roboter
    -
     
    +
    +
    gibt den Typ des Roboters zurück
    +
    A C D F G I L M N R S T U V Z 
    All Classes and Interfaces|All Packages|Serialized Form diff --git a/Roboterfabrik/doc/index-files/index-6.html b/Roboterfabrik/doc/index-files/index-6.html index 9adb29e..00ac7e3 100644 --- a/Roboterfabrik/doc/index-files/index-6.html +++ b/Roboterfabrik/doc/index-files/index-6.html @@ -1,11 +1,11 @@ - + I-Index - + @@ -54,6 +54,8 @@ loadScripts(document, 'script'); A C D F G I L M N R S T U V Z 
    All Classes and Interfaces|All Packages|Serialized Form

    I

    +
    isPowerOn() - Method in class Domäne.Nexus6
    +
     
    isPowerOn() - Method in class Domäne.Roboter
     
    isPowerOn() - Method in interface tpe.exceptions.roboter.RobotControl
    @@ -65,7 +67,9 @@ loadScripts(document, 'script');
    Überprüft ob das Lager einen bestimmten Roboter enthält.
    istDieserRoboterDa(int) - Method in class facade.Factorysystem
    -
     
    +
    +
    Um zu überprüfen ob der Roboter mit dieser Id existiert.
    +
    A C D F G I L M N R S T U V Z 
    All Classes and Interfaces|All Packages|Serialized Form diff --git a/Roboterfabrik/doc/index-files/index-7.html b/Roboterfabrik/doc/index-files/index-7.html index 45ec8d6..6357051 100644 --- a/Roboterfabrik/doc/index-files/index-7.html +++ b/Roboterfabrik/doc/index-files/index-7.html @@ -1,11 +1,11 @@ - + L-Index - + diff --git a/Roboterfabrik/doc/index-files/index-8.html b/Roboterfabrik/doc/index-files/index-8.html index 56fadb6..11b4712 100644 --- a/Roboterfabrik/doc/index-files/index-8.html +++ b/Roboterfabrik/doc/index-files/index-8.html @@ -1,11 +1,11 @@ - + M-Index - + diff --git a/Roboterfabrik/doc/index-files/index-9.html b/Roboterfabrik/doc/index-files/index-9.html index d156070..44ffdf9 100644 --- a/Roboterfabrik/doc/index-files/index-9.html +++ b/Roboterfabrik/doc/index-files/index-9.html @@ -1,11 +1,11 @@ - + N-Index - + @@ -55,7 +55,10 @@ loadScripts(document, 'script');

    N

    Nexus6 - Class in Domäne
    -
     
    +
    +
    Die Klasse Nexus6 hat ein einziges Objekt namens Pris Pris ist defekt und hat + immer die gleiche id:19281982
    +
    NEXUS6 - Enum constant in enum class Domäne.RobotType
     
    diff --git a/Roboterfabrik/doc/index.html b/Roboterfabrik/doc/index.html index 4fc2d00..47898b7 100644 --- a/Roboterfabrik/doc/index.html +++ b/Roboterfabrik/doc/index.html @@ -1,11 +1,11 @@ - + Overview - + diff --git a/Roboterfabrik/doc/main/Main.html b/Roboterfabrik/doc/main/Main.html index c798e05..4b883c9 100644 --- a/Roboterfabrik/doc/main/Main.html +++ b/Roboterfabrik/doc/main/Main.html @@ -1,11 +1,11 @@ - + Main - + diff --git a/Roboterfabrik/doc/main/class-use/Main.html b/Roboterfabrik/doc/main/class-use/Main.html index 64505ce..4b1808f 100644 --- a/Roboterfabrik/doc/main/class-use/Main.html +++ b/Roboterfabrik/doc/main/class-use/Main.html @@ -1,11 +1,11 @@ - + Uses of Class main.Main - + diff --git a/Roboterfabrik/doc/main/package-summary.html b/Roboterfabrik/doc/main/package-summary.html index 43c11ff..5280261 100644 --- a/Roboterfabrik/doc/main/package-summary.html +++ b/Roboterfabrik/doc/main/package-summary.html @@ -1,11 +1,11 @@ - + main - + diff --git a/Roboterfabrik/doc/main/package-tree.html b/Roboterfabrik/doc/main/package-tree.html index 5971860..3bbf69b 100644 --- a/Roboterfabrik/doc/main/package-tree.html +++ b/Roboterfabrik/doc/main/package-tree.html @@ -1,11 +1,11 @@ - + main Class Hierarchy - + diff --git a/Roboterfabrik/doc/main/package-use.html b/Roboterfabrik/doc/main/package-use.html index 1134ec9..4679a59 100644 --- a/Roboterfabrik/doc/main/package-use.html +++ b/Roboterfabrik/doc/main/package-use.html @@ -1,11 +1,11 @@ - + Uses of Package main - + diff --git a/Roboterfabrik/doc/member-search-index.js b/Roboterfabrik/doc/member-search-index.js index 47fa633..e356671 100644 --- a/Roboterfabrik/doc/member-search-index.js +++ b/Roboterfabrik/doc/member-search-index.js @@ -1 +1 @@ -memberSearchIndex = [{"p":"Domäne","c":"RobotFactory","l":"addRobot(RobotType, String)","u":"addRobot(Dom%C3%A4ne.RobotType,java.lang.String)"},{"p":"Domäne","c":"RobotFactory","l":"aufrufSpeakAndThink(int, int[])","u":"aufrufSpeakAndThink(int,int[])"},{"p":"Domäne","c":"RobotType","l":"C3PO"},{"p":"Domäne","c":"C3PO","l":"C3PO(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"Domäne","c":"RobotFactory","l":"datenDesRoboters(int)"},{"p":"ui","c":"Factory","l":"Factory(Factorysystem)","u":"%3Cinit%3E(facade.Factorysystem)"},{"p":"facade","c":"Factorysystem","l":"Factorysystem(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"facade","c":"Factorysystem","l":"fehlerAuslesen(int)"},{"p":"Domäne","c":"RobotFactory","l":"findeRoboter(int)"},{"p":"Domäne","c":"C3PO","l":"getId()"},{"p":"Domäne","c":"Nexus6","l":"getId()"},{"p":"Domäne","c":"R2D2","l":"getId()"},{"p":"Domäne","c":"Roboter","l":"getId()"},{"p":"tpe.exceptions.roboter","c":"RobotControl","l":"getId()"},{"p":"Domäne","c":"Nexus6","l":"getInstance()"},{"p":"Domäne","c":"Roboter","l":"getLastException()"},{"p":"tpe.exceptions.roboter","c":"RobotControl","l":"getLastException()"},{"p":"Domäne","c":"Roboter","l":"getName()"},{"p":"Domäne","c":"RobotFactory","l":"getName()"},{"p":"tpe.exceptions.roboter","c":"RobotControl","l":"getName()"},{"p":"Domäne","c":"RobotFactory","l":"getRoboterLagerSize()"},{"p":"tpe.exceptions.roboter.exceptions","c":"RobotIllegalStateException","l":"getRobotName()"},{"p":"tpe.exceptions.roboter.exceptions","c":"RobotMagicValueException","l":"getRobotName()"},{"p":"Domäne","c":"C3PO","l":"getRobotType()"},{"p":"Domäne","c":"Nexus6","l":"getRobotType()"},{"p":"Domäne","c":"R2D2","l":"getRobotType()"},{"p":"Domäne","c":"Roboter","l":"getRobotType()"},{"p":"Domäne","c":"Roboter","l":"isPowerOn()"},{"p":"tpe.exceptions.roboter","c":"RobotControl","l":"isPowerOn()"},{"p":"Domäne","c":"RobotFactory","l":"istDieserRoboterDa(int)"},{"p":"facade","c":"Factorysystem","l":"istDieserRoboterDa(int)"},{"p":"Domäne","c":"RobotFactory","l":"letzterFehler(int)"},{"p":"main","c":"Main","l":"Main()","u":"%3Cinit%3E()"},{"p":"main","c":"Main","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"Domäne","c":"RobotType","l":"NEXUS6"},{"p":"Domäne","c":"RobotType","l":"R2D2"},{"p":"Domäne","c":"R2D2","l":"R2D2(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"facade","c":"Factorysystem","l":"roboterAnlegen(String, int)","u":"roboterAnlegen(java.lang.String,int)"},{"p":"facade","c":"Factorysystem","l":"roboterDaten(int)"},{"p":"Domäne","c":"RobotFactory","l":"roboterZustand(int)"},{"p":"tpe.exceptions.roboter.exceptions","c":"RobotException","l":"RobotException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"Domäne","c":"RobotFactory","l":"RobotFactory(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"tpe.exceptions.roboter.exceptions","c":"RobotIllegalStateException","l":"RobotIllegalStateException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"tpe.exceptions.roboter.exceptions","c":"RobotMagicValueException","l":"RobotMagicValueException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"Domäne","c":"RobotFactory","l":"schalterAnAus(int)"},{"p":"facade","c":"Factorysystem","l":"schalterBetätigen(int)","u":"schalterBet%C3%A4tigen(int)"},{"p":"Domäne","c":"Nexus6","l":"speak(int[])"},{"p":"Domäne","c":"Roboter","l":"speak(int[])"},{"p":"tpe.exceptions.roboter","c":"RobotInstructions","l":"speak(int[])"},{"p":"facade","c":"Factorysystem","l":"sprechenAufruf(int, int[])","u":"sprechenAufruf(int,int[])"},{"p":"Domäne","c":"C3PO","l":"think(int[])"},{"p":"Domäne","c":"Nexus6","l":"think(int[])"},{"p":"Domäne","c":"R2D2","l":"think(int[])"},{"p":"Domäne","c":"Roboter","l":"think(int[])"},{"p":"tpe.exceptions.roboter","c":"RobotInstructions","l":"think(int[])"},{"p":"Domäne","c":"Nexus6","l":"triggerPowerSwitch()"},{"p":"Domäne","c":"Roboter","l":"triggerPowerSwitch()"},{"p":"tpe.exceptions.roboter","c":"RobotControl","l":"triggerPowerSwitch()"},{"p":"Domäne","c":"RobotType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"Domäne","c":"RobotType","l":"values()"},{"p":"facade","c":"Factorysystem","l":"zustandRoboter(int)"}];updateSearchResults(); \ No newline at end of file +memberSearchIndex = [{"p":"Domäne","c":"RobotFactory","l":"addRobot(RobotType, String)","u":"addRobot(Dom%C3%A4ne.RobotType,java.lang.String)"},{"p":"Domäne","c":"RobotFactory","l":"aufrufSpeakAndThink(int, int[])","u":"aufrufSpeakAndThink(int,int[])"},{"p":"Domäne","c":"RobotType","l":"C3PO"},{"p":"Domäne","c":"C3PO","l":"C3PO(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"Domäne","c":"RobotFactory","l":"datenDesRoboters(int)"},{"p":"ui","c":"Factory","l":"Factory(Factorysystem)","u":"%3Cinit%3E(facade.Factorysystem)"},{"p":"facade","c":"Factorysystem","l":"Factorysystem(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"facade","c":"Factorysystem","l":"fehlerAuslesen(int)"},{"p":"Domäne","c":"RobotFactory","l":"findeRoboter(int)"},{"p":"Domäne","c":"C3PO","l":"getId()"},{"p":"Domäne","c":"Nexus6","l":"getId()"},{"p":"Domäne","c":"R2D2","l":"getId()"},{"p":"Domäne","c":"Roboter","l":"getId()"},{"p":"tpe.exceptions.roboter","c":"RobotControl","l":"getId()"},{"p":"Domäne","c":"Nexus6","l":"getInstance()"},{"p":"Domäne","c":"Roboter","l":"getLastException()"},{"p":"tpe.exceptions.roboter","c":"RobotControl","l":"getLastException()"},{"p":"Domäne","c":"Roboter","l":"getName()"},{"p":"Domäne","c":"RobotFactory","l":"getName()"},{"p":"tpe.exceptions.roboter","c":"RobotControl","l":"getName()"},{"p":"Domäne","c":"RobotFactory","l":"getRoboterLagerSize()"},{"p":"tpe.exceptions.roboter.exceptions","c":"RobotException","l":"getRobotName()"},{"p":"Domäne","c":"C3PO","l":"getRobotType()"},{"p":"Domäne","c":"Nexus6","l":"getRobotType()"},{"p":"Domäne","c":"R2D2","l":"getRobotType()"},{"p":"Domäne","c":"Roboter","l":"getRobotType()"},{"p":"Domäne","c":"Nexus6","l":"isPowerOn()"},{"p":"Domäne","c":"Roboter","l":"isPowerOn()"},{"p":"tpe.exceptions.roboter","c":"RobotControl","l":"isPowerOn()"},{"p":"Domäne","c":"RobotFactory","l":"istDieserRoboterDa(int)"},{"p":"facade","c":"Factorysystem","l":"istDieserRoboterDa(int)"},{"p":"Domäne","c":"RobotFactory","l":"letzterFehler(int)"},{"p":"main","c":"Main","l":"Main()","u":"%3Cinit%3E()"},{"p":"main","c":"Main","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"Domäne","c":"RobotType","l":"NEXUS6"},{"p":"Domäne","c":"RobotType","l":"R2D2"},{"p":"Domäne","c":"R2D2","l":"R2D2(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"facade","c":"Factorysystem","l":"roboterAnlegen(String, int)","u":"roboterAnlegen(java.lang.String,int)"},{"p":"facade","c":"Factorysystem","l":"roboterDaten(int)"},{"p":"Domäne","c":"RobotFactory","l":"roboterZustand(int)"},{"p":"tpe.exceptions.roboter.exceptions","c":"RobotException","l":"RobotException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"Domäne","c":"RobotFactory","l":"RobotFactory(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"tpe.exceptions.roboter.exceptions","c":"RobotIllegalStateException","l":"RobotIllegalStateException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"tpe.exceptions.roboter.exceptions","c":"RobotMagicValueException","l":"RobotMagicValueException(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"Domäne","c":"RobotFactory","l":"schalterAnAus(int)"},{"p":"facade","c":"Factorysystem","l":"schalterBetätigen(int)","u":"schalterBet%C3%A4tigen(int)"},{"p":"Domäne","c":"Nexus6","l":"speak(int[])"},{"p":"Domäne","c":"Roboter","l":"speak(int[])"},{"p":"tpe.exceptions.roboter","c":"RobotInstructions","l":"speak(int[])"},{"p":"facade","c":"Factorysystem","l":"sprechenAufruf(int, int[])","u":"sprechenAufruf(int,int[])"},{"p":"Domäne","c":"C3PO","l":"think(int[])"},{"p":"Domäne","c":"Nexus6","l":"think(int[])"},{"p":"Domäne","c":"R2D2","l":"think(int[])"},{"p":"Domäne","c":"Roboter","l":"think(int[])"},{"p":"tpe.exceptions.roboter","c":"RobotInstructions","l":"think(int[])"},{"p":"Domäne","c":"Nexus6","l":"triggerPowerSwitch()"},{"p":"Domäne","c":"Roboter","l":"triggerPowerSwitch()"},{"p":"tpe.exceptions.roboter","c":"RobotControl","l":"triggerPowerSwitch()"},{"p":"Domäne","c":"RobotType","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"Domäne","c":"RobotType","l":"values()"},{"p":"facade","c":"Factorysystem","l":"zustandRoboter(int)"}];updateSearchResults(); \ No newline at end of file diff --git a/Roboterfabrik/doc/overview-summary.html b/Roboterfabrik/doc/overview-summary.html index fc7781e..0a3cbdf 100644 --- a/Roboterfabrik/doc/overview-summary.html +++ b/Roboterfabrik/doc/overview-summary.html @@ -1,11 +1,11 @@ - + Generated Documentation (Untitled) - + diff --git a/Roboterfabrik/doc/overview-tree.html b/Roboterfabrik/doc/overview-tree.html index 340865a..a0c868b 100644 --- a/Roboterfabrik/doc/overview-tree.html +++ b/Roboterfabrik/doc/overview-tree.html @@ -1,11 +1,11 @@ - + Class Hierarchy - + diff --git a/Roboterfabrik/doc/serialized-form.html b/Roboterfabrik/doc/serialized-form.html index dee13a1..3e96af5 100644 --- a/Roboterfabrik/doc/serialized-form.html +++ b/Roboterfabrik/doc/serialized-form.html @@ -1,11 +1,11 @@ - + Serialized Form - + @@ -64,6 +64,19 @@ loadScripts(document, 'script');
    serialVersionUID:
    1L
    +
  • @@ -74,19 +87,6 @@ loadScripts(document, 'script');
    serialVersionUID:
    1L
    -
  • @@ -97,19 +97,6 @@ loadScripts(document, 'script');
    serialVersionUID:
    1L
    -
  • diff --git a/Roboterfabrik/doc/tpe/exceptions/roboter/Robot.html b/Roboterfabrik/doc/tpe/exceptions/roboter/Robot.html index b4ba6aa..d0193ee 100644 --- a/Roboterfabrik/doc/tpe/exceptions/roboter/Robot.html +++ b/Roboterfabrik/doc/tpe/exceptions/roboter/Robot.html @@ -1,11 +1,11 @@ - + Robot - + diff --git a/Roboterfabrik/doc/tpe/exceptions/roboter/RobotControl.html b/Roboterfabrik/doc/tpe/exceptions/roboter/RobotControl.html index 2a85a31..9e923b2 100644 --- a/Roboterfabrik/doc/tpe/exceptions/roboter/RobotControl.html +++ b/Roboterfabrik/doc/tpe/exceptions/roboter/RobotControl.html @@ -1,11 +1,11 @@ - + RobotControl - + diff --git a/Roboterfabrik/doc/tpe/exceptions/roboter/RobotInstructions.html b/Roboterfabrik/doc/tpe/exceptions/roboter/RobotInstructions.html index fd3ce3c..17b5ce1 100644 --- a/Roboterfabrik/doc/tpe/exceptions/roboter/RobotInstructions.html +++ b/Roboterfabrik/doc/tpe/exceptions/roboter/RobotInstructions.html @@ -1,11 +1,11 @@ - + RobotInstructions - + diff --git a/Roboterfabrik/doc/tpe/exceptions/roboter/class-use/Robot.html b/Roboterfabrik/doc/tpe/exceptions/roboter/class-use/Robot.html index bbb39ed..8046048 100644 --- a/Roboterfabrik/doc/tpe/exceptions/roboter/class-use/Robot.html +++ b/Roboterfabrik/doc/tpe/exceptions/roboter/class-use/Robot.html @@ -1,11 +1,11 @@ - + Uses of Interface tpe.exceptions.roboter.Robot - + @@ -70,16 +70,25 @@ loadScripts(document, 'script');
    Description
    class 
    C3PO
    -
     
    +
    +
    Die Klasse C3PO erbt von Roboter.
    +
    class 
    Nexus6
    -
     
    +
    +
    Die Klasse Nexus6 hat ein einziges Objekt namens Pris Pris ist defekt und hat + immer die gleiche id:19281982
    +
    class 
    R2D2
    -
     
    +
    +
    Die Klasse R2D2 erbt von Roboter.
    +
    class 
    Roboter
    -
     
    +
    +
    Die Klasse Roboter implementiert Robot
    +
    diff --git a/Roboterfabrik/doc/tpe/exceptions/roboter/class-use/RobotControl.html b/Roboterfabrik/doc/tpe/exceptions/roboter/class-use/RobotControl.html index 081f1fc..911217d 100644 --- a/Roboterfabrik/doc/tpe/exceptions/roboter/class-use/RobotControl.html +++ b/Roboterfabrik/doc/tpe/exceptions/roboter/class-use/RobotControl.html @@ -1,11 +1,11 @@ - + Uses of Interface tpe.exceptions.roboter.RobotControl - + @@ -72,16 +72,25 @@ loadScripts(document, 'script');
    Description
    class 
    C3PO
    -
     
    +
    +
    Die Klasse C3PO erbt von Roboter.
    +
    class 
    Nexus6
    -
     
    +
    +
    Die Klasse Nexus6 hat ein einziges Objekt namens Pris Pris ist defekt und hat + immer die gleiche id:19281982
    +
    class 
    R2D2
    -
     
    +
    +
    Die Klasse R2D2 erbt von Roboter.
    +
    class 
    Roboter
    -
     
    +
    +
    Die Klasse Roboter implementiert Robot
    +
    diff --git a/Roboterfabrik/doc/tpe/exceptions/roboter/class-use/RobotInstructions.html b/Roboterfabrik/doc/tpe/exceptions/roboter/class-use/RobotInstructions.html index 0ff3c62..c826f74 100644 --- a/Roboterfabrik/doc/tpe/exceptions/roboter/class-use/RobotInstructions.html +++ b/Roboterfabrik/doc/tpe/exceptions/roboter/class-use/RobotInstructions.html @@ -1,11 +1,11 @@ - + Uses of Interface tpe.exceptions.roboter.RobotInstructions - + @@ -72,16 +72,25 @@ loadScripts(document, 'script');
    Description
    class 
    C3PO
    -
     
    +
    +
    Die Klasse C3PO erbt von Roboter.
    +
    class 
    Nexus6
    -
     
    +
    +
    Die Klasse Nexus6 hat ein einziges Objekt namens Pris Pris ist defekt und hat + immer die gleiche id:19281982
    +
    class 
    R2D2
    -
     
    +
    +
    Die Klasse R2D2 erbt von Roboter.
    +
    class 
    Roboter
    -
     
    +
    +
    Die Klasse Roboter implementiert Robot
    +
    diff --git a/Roboterfabrik/doc/tpe/exceptions/roboter/exceptions/RobotException.html b/Roboterfabrik/doc/tpe/exceptions/roboter/exceptions/RobotException.html index 87c9ecc..ac4972d 100644 --- a/Roboterfabrik/doc/tpe/exceptions/roboter/exceptions/RobotException.html +++ b/Roboterfabrik/doc/tpe/exceptions/roboter/exceptions/RobotException.html @@ -1,11 +1,11 @@ - + RobotException - + @@ -16,7 +16,11 @@ -