SpaceTime.DataModel
Class Change

java.lang.Object
  extended by SpaceTime.DataModel.Change

public class Change
extends java.lang.Object

Source Id, change type pair, used in NodeChangeSummary Passed by value

Author:
Kostya

Field Summary
 int _changeType
          Change type
 java.lang.String _sourceId
          Source (property/edge) id
 
Constructor Summary
Change()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_sourceId

public java.lang.String _sourceId
Source (property/edge) id


_changeType

public int _changeType
Change type

Constructor Detail

Change

public Change()