org.molwind.model
Interface Identity


public interface Identity

Identity interface represents a test to check if two worlds are identical.

Version:
1.0
Author:
Oliver Karch

Method Summary
 boolean identical(WorldEntity entity1, WorldEntity entity2)
          Tests whether two world entities are identical.
 

Method Detail

identical

boolean identical(WorldEntity entity1,
                  WorldEntity entity2)
Tests whether two world entities are identical.

Parameters:
entity1 - the first entity
entity2 - the second entity
Returns:
true if the two entities are identical


Copyright © 2008-2010. All Rights Reserved.