de.cesr.lara.components.container
Interface LaraCapacityManagementView<PropertyType extends LaraProperty<?,?>>

Type Parameters:
PropertyType -
All Superinterfaces:
Iterable<PropertyType>

public interface LaraCapacityManagementView<PropertyType extends LaraProperty<?,?>>
extends Iterable<PropertyType>

The management view constitutes a view to the underlying container that enables LaraCapacityManagers to manager the container.


Method Summary
 Iterator<PropertyType> iterator()
          Provides an iterator over the underlying container
 void remove(PropertyType property)
           
 

Method Detail

iterator

Iterator<PropertyType> iterator()
Provides an iterator over the underlying container

Specified by:
iterator in interface Iterable<PropertyType extends LaraProperty<?,?>>
Returns:
iterator over underlying container

remove

void remove(PropertyType property)
Parameters:
item -