package slangc.model; public interface AttributeOwner { AttributeSet getAttributes(); }