1 package org.omg.uml.foundation.core;2 3 public interface BehavioralFeature extends org.omg.uml.foundation.core.Feature {4 public boolean isQuery();5 public void setQuery(boolean newValue);6 public java.util.List getParameter();7 }8