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

org.factcenter.inchworm.VMOpImplementation Maven / Gradle / Ivy

The newest version!
package org.factcenter.inchworm;

import org.factcenter.inchworm.ops.OpAction;
import org.factcenter.inchworm.ops.VMProtocolParty;

/**
 * Interface defining the current set of op implementations the player VM executes.
 */
public interface VMOpImplementation extends VMProtocolParty {
    /**
     * Return the action corresponding to a particular op.
     */
    public OpAction getOpAction(String opName);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy