001 package biz.hammurapi.dataflow; 002 003 import biz.hammurapi.properties.PropertySet; 004 005 /** 006 * Data is a set of named and typed items, or "slots". 007 * @author Pavel 008 */ 009 public interface Data extends PropertySet { 010 011 // Get source info. 012 }