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

org.jbpm.sim.entity.ResourceEntity Maven / Gradle / Ivy

There is a newer version: 3.2.19.ayg
Show newest version
package org.jbpm.sim.entity;

import desmoj.core.simulator.Entity;
import desmoj.core.simulator.Model;

public class ResourceEntity extends Entity {

  public ResourceEntity(Model owner, String name) {
    super(owner, name, true);
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy