Class Chargingstation
java.lang.Object
jadex.quickstart.cleanerworld.environment.impl.LocationObject
jadex.quickstart.cleanerworld.environment.impl.Chargingstation
- All Implemented Interfaces:
IChargingstation,ILocationObject,Cloneable
(Knowledge about) a charging station.
-
Field Summary
Fields inherited from class jadex.quickstart.cleanerworld.environment.impl.LocationObject
pcs -
Constructor Summary
ConstructorsConstructorDescriptionCreate a new Chargingstation.Chargingstation(Location location) Create a new charging station. -
Method Summary
Methods inherited from class jadex.quickstart.cleanerworld.environment.impl.LocationObject
addPropertyChangeListener, equals, getId, getLocation, getPropertyChangeHandler, hashCode, removePropertyChangeListener, setId, setLocation, updateMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface jadex.quickstart.cleanerworld.environment.IChargingstation
getId, getLocation
-
Constructor Details
-
Chargingstation
public Chargingstation()Create a new Chargingstation. -
Chargingstation
Create a new charging station.
-
-
Method Details
-
toString
Get a string representation of this Chargingstation. -
clone
Copy the object.- Overrides:
clonein classLocationObject
-