00001 00058 package com.arcle.rmt.rqml; 00059 00060 import java.util.*; 00061 00066 public interface Scope extends StringOrTerms 00067 { 00068 } 00069