![JAR search and dependency download from the Maven repository](/logo.png)
arp.process.CreatedProcessEntityState Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ARP Show documentation
Show all versions of ARP Show documentation
a java development framework with aggregation, repository and process
The newest version!
package arp.process;
public class CreatedProcessEntityState implements ProcessEntityState {
@Override
public ProcessEntityState take() {
return this;
}
@Override
public ProcessEntityState put() {
return this;
}
@Override
public ProcessEntityState remove() {
return new TransientProcessEntityState();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy