1 package org.omg.uml.behavioralelements.activitygraphs;2 3 public interface ClassifierInState extends org.omg.uml.foundation.core.Classifier {4 public org.omg.uml.foundation.core.Classifier getType();5 public void setType(org.omg.uml.foundation.core.Classifier newValue);6 public java.util.Collection getInState();7 }8