1 package org.sbpm.bpmo; 2 3 import org.wsmo.common.IRI; 4 5 public interface Identifiable { 6 7 public IRI getIdentifier(); 8 9 }