1 package org.omg.uml.foundation.core;2 3 public interface PresentationElement extends org.omg.uml.foundation.core.Element {4 public java.util.Collection getSubject();5 }6