diff --git a/docs/allclasses-frame.html b/docs/allclasses-frame.html index c68b899..447d802 100644 --- a/docs/allclasses-frame.html +++ b/docs/allclasses-frame.html @@ -2,11 +2,20 @@ - + All Classes + + + + + + +

All Classes

diff --git a/docs/allclasses-noframe.html b/docs/allclasses-noframe.html index bd71f93..fb5b5b2 100644 --- a/docs/allclasses-noframe.html +++ b/docs/allclasses-noframe.html @@ -2,11 +2,20 @@ - + All Classes + + + + + + +

All Classes

diff --git a/docs/constant-values.html b/docs/constant-values.html index 774889e..60368c1 100644 --- a/docs/constant-values.html +++ b/docs/constant-values.html @@ -2,11 +2,20 @@ - + Constant Field Values + + + + + + + +var pathtoroot = "./";loadScripts(document, 'script'); +
@@ -53,6 +63,12 @@ +
+
+
+ +

Constant Field Values

Contents

@@ -115,6 +140,9 @@

Contents

} //--> +
diff --git a/docs/deprecated-list.html b/docs/deprecated-list.html index 45eaf63..7620b73 100644 --- a/docs/deprecated-list.html +++ b/docs/deprecated-list.html @@ -2,11 +2,20 @@ - + Deprecated List + + + + + + + +var pathtoroot = "./";loadScripts(document, 'script'); +
@@ -53,6 +63,12 @@ +
+
+
+ +

Deprecated API

Contents

@@ -115,6 +140,9 @@

Contents

} //--> +
diff --git a/docs/entities/Broker.html b/docs/entities/Broker.html index 0890a5a..e8d615a 100644 --- a/docs/entities/Broker.html +++ b/docs/entities/Broker.html @@ -2,11 +2,20 @@ - + Broker + + + + + + + +var pathtoroot = "../";loadScripts(document, 'script'); +
@@ -59,6 +69,12 @@ +
+
+
+ +
-
entities
+
Package entities

Class Broker

@@ -114,7 +139,7 @@

Class Broker

  • All Implemented Interfaces:
    -
    java.lang.Runnable
    +
    java.lang.Runnable


    @@ -122,14 +147,14 @@

    Class Broker

    extends java.lang.Thread implements java.lang.Runnable
    Implementation of a Broker, an essential character on a horse race action. This - entity, belonging to the entities package, has the responsibility of + entity, belonging to the entities package, has the responsibility of controlling the races and of honouring and accepting the spectator's bets (for more information about the spectator, please, consult Spectator).
    Since:
    -
    1.0
    +
    0.1
    Version:
    -
    1.0
    +
    0.1
    Author:
    Hugo Fragata, Rui Lopes
    See Also:
    @@ -163,22 +188,25 @@

    Nested classes/interfaces inherited from class java.lang.Thread

    Field Summary

    - +
    - + + - + - + @@ -198,13 +226,17 @@

    Fields inherited from class java.lang.Thread

    Constructor Summary

    -
    Fields 
    Modifier and TypeField and DescriptionFieldDescription
    private BrokerStatestate +state
    A representation of the Broker's state given by the BrokerState enumeration.
    private inttotalOfRaces +totalOfRaces
    Broker's knowledge of how many races are about to be performed today.
    +
    - + + - + +
    Constructors 
    Constructor and DescriptionConstructorDescription
    Broker() Broker​() +
    Constructs a Broker.
    +
  • @@ -215,46 +247,50 @@

    Constructor Summary

    Method Summary

    - +
    - + + - + - + - +
    All Methods Instance Methods Concrete Methods 
    Modifier and TypeMethod and DescriptionMethodDescription
    BrokerStategetBrokerState() +getBrokerState​()
    Returns the Broker state representation given by the BrokerState enumeration.
    voidrun() +run​()
    Definition of the Broker's lifecycle.
    voidsetBrokerState(BrokerState state) +setBrokerState​(BrokerState state)
    Sets the Broker's state, from the possible available BrokerState enumeration.
    @@ -305,7 +341,8 @@

    Constructor Detail

    @@ -322,7 +359,7 @@

    Method Detail