package iot.jcypher.graph; public enum SyncState { SYNC, NEW, CHANGED, REMOVED, NEW_REMOVED }