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

org.nasdanika.common.CompoundExecutionParticipantInfo Maven / Gradle / Ivy

There is a newer version: 2024.11.0
Show newest version
package org.nasdanika.common;

import java.util.List;

/**
 * Information about compound work, a WBS (Supplier breakdown structure).  
 * @author Pavel
 *
 */
public interface CompoundExecutionParticipantInfo extends ExecutionParticipantInfo {
	
	List getChildren();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy