1 /*2 * ElementQuery.java3 *4 * Created on 2. duben 2002, 20:315 */6 7 package SOFA.Connector.EEG;8 9 /**10 *11 * @author ghort12 * @version 13 */14 public class ElementQuery {15 16 public String instanceName;17 18 public String type;19 20 public SOFA.Connector.Property[] props;21 22 /** Creates new ElementInputDescriptor */23 public ElementQuery() {24 }25 26 }27