Uses of Package
org.dbe.eve.simulator

Packages that use org.dbe.eve.simulator
org.dbe.eve.factories.servicefactory   
org.dbe.eve.factories.smefactory   
org.dbe.eve.gui   
org.dbe.eve.http   
org.dbe.eve.interaction_patterns   
org.dbe.eve.opt.alg.ga   
org.dbe.eve.opt.alg.gaBeasely   
org.dbe.eve.opt.alg.umda   
org.dbe.eve.simulator   
testcases   
 

Classes in org.dbe.eve.simulator used by org.dbe.eve.factories.servicefactory
AttributePool
          Is used to provide attributes
DemandedService
          Represents a demanded service
EvEModel
          Represents the EvE Model as a Repast model
Service
          Represents a service
SME
          Represents a SME
 

Classes in org.dbe.eve.simulator used by org.dbe.eve.factories.smefactory
EvEModel
          Represents the EvE Model as a Repast model
Service
          Represents a service
SME
          Represents a SME
 

Classes in org.dbe.eve.simulator used by org.dbe.eve.gui
EvEModel
          Represents the EvE Model as a Repast model
 

Classes in org.dbe.eve.simulator used by org.dbe.eve.http
EvEModel
          Represents the EvE Model as a Repast model
SME
          Represents a SME
 

Classes in org.dbe.eve.simulator used by org.dbe.eve.interaction_patterns
EvEModel
          Represents the EvE Model as a Repast model
 

Classes in org.dbe.eve.simulator used by org.dbe.eve.opt.alg.ga
AbstractAlgorithm
          Polymorphism object for the different algorithms for the local search
DemandedService
          Represents a demanded service
EventListener
           
LocalServicePool
          Is used to manage services
OptimisationSupervisor
           
 

Classes in org.dbe.eve.simulator used by org.dbe.eve.opt.alg.gaBeasely
AbstractAlgorithm
          Polymorphism object for the different algorithms for the local search
DemandedService
          Represents a demanded service
EventListener
           
LocalServicePool
          Is used to manage services
OptimisationSupervisor
           
ZeroOneMatrix
           
 

Classes in org.dbe.eve.simulator used by org.dbe.eve.opt.alg.umda
AbstractAlgorithm
          Polymorphism object for the different algorithms for the local search
DemandedService
          Represents a demanded service
EventListener
           
LocalServicePool
          Is used to manage services
OptimisationSupervisor
           
ZeroOneMatrix
           
 

Classes in org.dbe.eve.simulator used by org.dbe.eve.simulator
AbstractAlgorithm
          Polymorphism object for the different algorithms for the local search
AbstractEdge
          The parent class for all types of edges
AbstractService
          The parent class for all types of services
Attribute
          Represents an attribute
AttributePool
          Is used to provide attributes
DataStorage
           
DataStorageRunParameters
          The main purpose of this class is to store all run parameters for the multirun (GUI) feature
DemandedAndUsedServicePool
          The DemandedAndUsedServicePool consists of DemandedAndUsedServicePoolElements which are stored in an Vector.
DemandedAttribute
          Represents a demanded attribute with an Attribute and a weight
DemandedService
          Represents a demanded service
EvEModel
          Represents the EvE Model as a Repast model
EventListener
           
EVESimulation
          Starts the simulation
LocalServicePool
          Is used to manage services
NetworkEdge
          The parent class for all types of edges
OptimisationContainer
           
OptimisationSupervisor
           
PartnerEdge
          Represents a partner edge in the give color
ProducerEdge
          Represents a producer edge in the give color
RequestVector
           
Service
          Represents a service
ServicePoolElement
           
Singleton
           
SME
          Represents a SME
SMERelationships
          SMERelationships stores a table with Relationships between SMEs Example: This table A B C A 0 1 0 B 1 0 1 C 0 1 0 is stored in the 3 vectors smeNames = {A, B, C} relationShips = {{0, 1, 0}, {1, 0, 1}, {0, 1, 0}}
ZeroOneMatrix
           
 

Classes in org.dbe.eve.simulator used by testcases
EvEModel
          Represents the EvE Model as a Repast model