Changeset 201


Ignore:
Timestamp:
03/26/12 12:31:40 (13 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • xssim/trunk/src/test/rewolucja/resources/ResourceVisitor.java

    r104 r201  
    11package test.rewolucja.resources; 
    22 
    3 import test.rewolucja.resources.physical.implementation.CPU; 
     3import test.rewolucja.resources.physical.implementation.Processor; 
    44import test.rewolucja.resources.physical.implementation.ComputingNode; 
    55import test.rewolucja.resources.physical.implementation.DataCenter; 
     
    88public interface ResourceVisitor { 
    99 
    10         public void visit(CPU processor); 
     10        public void visit(Processor processor); 
    1111         
    1212        public void visit(ComputingNode node); 
Note: See TracChangeset for help on using the changeset viewer.