Class ObservedAgentsList

java.lang.Object
eu.su.mas.dedale.gui.ObservedAgentsList
All Implemented Interfaces:
java.lang.Iterable<ObservedComponent>, java.util.Collection<ObservedComponent>, java.util.List<ObservedComponent>, javafx.beans.Observable, javafx.collections.ObservableList<ObservedComponent>

public class ObservedAgentsList
extends java.lang.Object
implements javafx.collections.ObservableList<ObservedComponent>
This class is an observable list that will store the data displayed by the Observer agent. Any change in the data object will be reflected on the Gui. This class stands on the JavaFx ObservableList
Author:
hc