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

com.custardsource.parfait.dxm.PcpId Maven / Gradle / Ivy

Go to download

Java implementation of the PCP MMV (memory-mapped values) PMDA format, allowing extremely simple passing of Java values across to the PCP system

There is a newer version: 0.3.11
Show newest version
/**
 * 
 */
package com.custardsource.parfait.dxm;

interface PcpId {
	int getId();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy