All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.wci.umls.server.model.content.Code Maven / Gradle / Ivy

/**
 * Copyright 2015 West Coast Informatics, LLC
 */
package com.wci.umls.server.model.content;


/**
 * Represents a fuzzy conceptual meaning that may be a {@link Concept} or may be
 * a {@link Descriptor} but the exact nature of the classification is not
 * explicit. This construct is typically used for older, legacy sources that do
 * not have well-defined semantics.
 * 
 * For "legacy" UMLS sources, it's also an alternative to concept/descriptor as
 * it has not clearly been defined which is which.
 */
public interface Code extends AtomClass,
    ComponentHasRelationships {

  // n/a

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy