org.simantics.databoard.accessor.impl
Class AccessorsUtil

java.lang.Object
  extended by org.simantics.databoard.accessor.impl.AccessorsUtil

public class AccessorsUtil
extends java.lang.Object

Do not use this class directly, instead use Accessors

Author:
Toni Kalajainen

Constructor Summary
AccessorsUtil()
           
 
Method Summary
static ChangeSet compare(Accessor oldAccessor, Accessor newAccessor)
          Compare the contents of two accessor.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccessorsUtil

public AccessorsUtil()
Method Detail

compare

public static ChangeSet compare(Accessor oldAccessor,
                                Accessor newAccessor)
Compare the contents of two accessor. The result is a change set that if applied to the old would convert it to the new.

Parameters:
oldAccessor -
newAccessor -
Returns:
change set