org.jbpm.simulation.impl
Class SimulationPath
java.lang.Object
org.jbpm.simulation.impl.SimulationPath
public class SimulationPath
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimulationPath
public SimulationPath()
getProbability
public double getProbability()
setProbability
public void setProbability(double probability)
addSequenceFlow
public void addSequenceFlow(String id)
addActivity
public void addActivity(String id)
getSequenceFlowsIds
public List<String> getSequenceFlowsIds()
setSequenceFlowsIds
public void setSequenceFlowsIds(List<String> sequenceFlowsIds)
getActivityIds
public List<String> getActivityIds()
setActivityIds
public void setActivityIds(List<String> activityIds)
getOrigPaths
public List<PathContext> getOrigPaths()
setOrigPaths
public void setOrigPaths(List<PathContext> origPaths)
getPathId
public String getPathId()
setPathId
public void setPathId(String pathId)
getBoundaryEventIds
public List<String> getBoundaryEventIds()
setBoundaryEventIds
public void setBoundaryEventIds(List<String> boundaryEventIds)
addBoundaryEventId
public void addBoundaryEventId(String id)
getCatchEvents
public Map<String,String> getCatchEvents()
setCatchEvents
public void setCatchEvents(Map<String,String> catchEvents)
addCatchEvent
public void addCatchEvent(String ref,
String activityId)
getThrowEvents
public Map<String,String> getThrowEvents()
setThrowEvents
public void setThrowEvents(Map<String,String> throwEvents)
addThrowEvent
public void addThrowEvent(String activityId,
String ref)
getSignalName
public String getSignalName()
setSignalName
public void setSignalName(String signalName)
isStartable
public boolean isStartable()
setStartable
public void setStartable(boolean startable)
getSeqenceFlowsSources
public Map<String,String> getSeqenceFlowsSources()
setSeqenceFlowsSources
public void setSeqenceFlowsSources(Map<String,String> seqenceFlowsSources)
addSequenceFlowSource
public void addSequenceFlowSource(String seqId,
String sourceElemId)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.