package org.simantics.scl.runtime.tuple; public interface Tuple { int length(); Object get(int id); Object[] toArray(); }