Beispiel #1
0
 public void addAllocation(Allocation allocation) {
   allocations.add(allocation);
   allocation.setAllocationSet(this);
 }
Beispiel #2
0
 public void addAllocation(Allocation allocation) {
   allocations.add(allocation);
   allocation.setAllocationSet(this);
   getMonitor().fireEntityChanged(this, Properties.allocations);
 }