Class ForkedRequest

  • All Implemented Interfaces:
    de.uka.ipd.sdq.simulation.abstractsimengine.IEntity, IRequest

    public class ForkedRequest
    extends Request
    • Constructor Detail

      • ForkedRequest

        @Inject
        public ForkedRequest​(de.uka.ipd.sdq.simulation.abstractsimengine.ISimulationModel model,
                             org.palladiosimulator.pcm.seff.ForkedBehaviour behaviour,
                             boolean asynchronous,
                             Request parent)
    • Method Detail

      • isAsynchronous

        public boolean isAsynchronous()
      • getBehaviour

        public org.palladiosimulator.pcm.seff.ForkedBehaviour getBehaviour()
      • getName

        public String getName()
        Returns the name of this entity. The name is the namePrefix passed to the constructor concatenated with the entity's ID.
        Overrides:
        getName in class Request
        Returns:
        a string representation of this entity