Jadex 0.96

jadex.examples.cleanerworld.multi
Class Vision

java.lang.Object
  extended by jadex.examples.cleanerworld.multi.LocationObjectData
      extended by jadex.examples.cleanerworld.multi.LocationObject
          extended by jadex.examples.cleanerworld.multi.VisionData
              extended by jadex.examples.cleanerworld.multi.Vision
All Implemented Interfaces:
Serializable, Cloneable, nuggets.INugget

public class Vision
extends VisionData

Editable Java class for concept Vision of cleaner-generated ontology.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface nuggets.INugget
nuggets.INugget.Helper
 
Constructor Summary
Vision()
          Create a new Vision.
Vision(List wastes, List wastebins, List stations, List cleaners, boolean daytime)
          Create a new vision.
 
Method Summary
 
Methods inherited from class jadex.examples.cleanerworld.multi.VisionData
_persist, _set, addCleaner, addStation, addWaste, addWastebin, getCleaner, getCleaners, getStation, getStations, getWaste, getWastebin, getWastebins, getWastes, isDaytime, removeCleaner, removeStation, removeWaste, removeWastebin, setCleaner, setCleaners, setDaytime, setStation, setStations, setWaste, setWastebin, setWastebins, setWastes, toString
 
Methods inherited from class jadex.examples.cleanerworld.multi.LocationObject
clone, equals, hashCode
 
Methods inherited from class jadex.examples.cleanerworld.multi.LocationObjectData
getId, getLocation, setId, setLocation
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Vision

public Vision()
Create a new Vision.


Vision

public Vision(List wastes,
              List wastebins,
              List stations,
              List cleaners,
              boolean daytime)
Create a new vision.


Jadex 0.96

Submit a bug or feature
For further API reference and developer documentation, see the Jadex User Guide and the Jadex Tutorial. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, and working code examples.

Copyright (C) 2002-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.