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

net.sf.nakeduml.metamodel.actions.INakedCreateObjectAction Maven / Gradle / Ivy

The newest version!
package net.sf.nakeduml.metamodel.actions;

import net.sf.nakeduml.metamodel.activities.INakedAction;
import net.sf.nakeduml.metamodel.activities.INakedOutputPin;
import net.sf.nakeduml.metamodel.core.INakedClassifier;

public interface INakedCreateObjectAction extends INakedAction {
	INakedClassifier getClassifier();
	INakedOutputPin getResult();
	void setClassifier(INakedClassifier  c);
	void setResult(INakedOutputPin  r);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy