1 package org.omg.uml.foundation.core; 2 3 public interface Operation extends org.omg.uml.foundation.core.BehavioralFeature { 4 public org.omg.uml.foundation.datatypes.CallConcurrencyKind getConcurrency(); 5 public void setConcurrency(org.omg.uml.foundation.datatypes.CallConcurrencyKind newValue); 6 public boolean isRoot(); 7 public void setRoot(boolean newValue); 8 public boolean isLeaf(); 9 public void setLeaf(boolean newValue); 10 public boolean isAbstract(); 11 public void setAbstract(boolean newValue); 12 public java.lang.String getSpecification(); 13 public void setSpecification(java.lang.String newValue); 14 } 15 | Popular Tags |