package com.prezi.spaghetti.ast; public interface NamedNodeSet<T extends NamedNode> extends NodeSet<String, T> { }