// TODO Use timestamps correctly!
log.warn("Timestamp operations are not tested at the moment");
updateVectorTime(jupiterActivity.getTimestamp());
return new NoOperation();
}
Timestamp timestamp = jupiterActivity.getTimestamp();
if (!(timestamp instanceof JupiterVectorTime)) {
throw new IllegalArgumentException(