Class GarbageCollectorAgent.Take
- java.lang.Object
- 
- jadex.bdiv3.examples.garbagecollector.GarbageCollectorAgent.Take
 
- 
- Enclosing class:
- GarbageCollectorAgent
 
 public static class GarbageCollectorAgent.Take extends java.lang.ObjectGoal for picking up a piece of waste, bringing it to some burner and going back. A new goal is created whenever the actual position is dirty and there is no burner present.
- 
- 
Constructor SummaryConstructors Constructor Description Take()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static booleancheckCreate(GarbageCollectorAgent outer, ISpaceObject garbage, ChangeEvent event)booleanequals(java.lang.Object obj)Test if equal to other object.inthashCode()Get the hashcode.
 
- 
- 
- 
Method Detail- 
checkCreatepublic static boolean checkCreate(GarbageCollectorAgent outer, ISpaceObject garbage, ChangeEvent event) 
 - 
hashCodepublic int hashCode() Get the hashcode.- Overrides:
- hashCodein class- java.lang.Object
 
 - 
equalspublic boolean equals(java.lang.Object obj) Test if equal to other object.- Overrides:
- equalsin class- java.lang.Object
 
 
- 
 
-