Examples of GaWorkloadGeneratorDecorator


Examples of q_impress.pmi.lib.decorators.marte.GaWorkloadGeneratorDecorator

   * @return the stub.
   */
  public GaWorkloadGeneratorStub getWorkloadGeneratorStub() {
    Stereotype stereotype = activity.getApplicableStereotype(GaWorkloadGeneratorDecorator.QUALIFIED_NAME);
   
    GaWorkloadGeneratorDecorator decorator = null;
    try {
      decorator = (GaWorkloadGeneratorDecorator) getFactory().getDecorator(stereotype);
    } catch (ClassNotFoundException e) {} // cannot happen
      catch (InvalidContextException e) {} // cannot happen
    return (GaWorkloadGeneratorStub) decorator.getStub(activity);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.