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

org.jbpt.pm.bpmn.IBpmnResource Maven / Gradle / Ivy

/**
 * 
 */
package org.jbpt.pm.bpmn;

import org.jbpt.pm.IResource;

/**
 * Interface class for {@link BpmnResource}
 * @author Tobias Hoppe
 *
 */
public interface IBpmnResource extends IResource {

	/**
	 * Sets the Resource type ("Lane" or "Pool").
	 * @param type
	 */
	public void setType(String type);
	
	/**
	 * Returns the Resource type ("Lane" or "Pool").
	 * @return type
	 */
	public String getType();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy