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

com.bbn.bue.common.HasDocID Maven / Gradle / Ivy

There is a newer version: 4.1.2
Show newest version
package com.bbn.bue.common;

import com.bbn.bue.common.symbols.Symbol;

/**
 * Anything which has an associated document ID.
 */
public interface HasDocID {

  Symbol docID();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy