KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > net > agentis > jmi > apml > ProcessVariable


1 package net.agentis.jmi.apml;
2
3 public interface ProcessVariable extends net.agentis.jmi.apml.TypedElement {
4     public net.agentis.jmi.apml.Process getProcess();
5     public void setProcess(net.agentis.jmi.apml.Process newValue);
6 }
7
Popular Tags