* */ interface MetadataClassLookup { /** * Target import Onotology class lookup. * * The implementations of this method will try to find an appropriate class * an item must be imported to from its metadata values. * * @param array $metadataValues An array of MetadataValue objects. * @return \core_kernel_classes_Class */ public function lookup(array $metadataValues); }