- ACT_PROCESSOR - Static variable in class jadex.bpmn.model.io.BpmnModelReader
-
The activity processor
- ACT_TYPE_MAPPING - Static variable in class jadex.bpmn.model.io.SBpmnModelReader
-
Activity type mapping.
- ACT_TYPE_MAPPING - Static variable in class jadex.bpmn.model.io.SBpmnModelWriter
-
Activity type mapping.
- activities - Variable in class jadex.bpmn.model.MLane
-
The activities.
- activities - Variable in class jadex.bpmn.model.MPool
-
The vertices.
- activities - Variable in class jadex.bpmn.model.MSubProcess
-
The vertices.
- activitiesdescription - Variable in class jadex.bpmn.model.MLane
-
The activities description.
- ActivityProcessor() - Constructor for class jadex.bpmn.model.io.BpmnModelReader.ActivityProcessor
-
- activitytype - Variable in class jadex.bpmn.model.MActivity
-
The activity type.
- addActivity(MActivity) - Method in class jadex.bpmn.model.MLane
-
Add an activity.
- addActivity(MActivity) - Method in class jadex.bpmn.model.MPool
-
Add an activity.
- addActivity(MActivity) - Method in class jadex.bpmn.model.MSubProcess
-
Add an activity.
- addActivityTargets(MActivity) - Method in class jadex.bpmn.model.MBpmnModel
-
Internal add activity targets.
- addAllSubActivities(MSubProcess, Map<String, MActivity>) - Method in class jadex.bpmn.model.MBpmnModel
-
Add all subactivities.
- addAnnotation(MAnnotation) - Method in class jadex.bpmn.model.MAnnotationElement
-
Add an annotation.
- addArgument(IArgument) - Method in class jadex.bpmn.model.MBpmnModel
-
Add an argument.
- addArgumentDataEdge(MDataEdge) - Method in class jadex.bpmn.model.MBpmnModel
-
Add an incoming edge.
- addArtifact(MArtifact) - Method in class jadex.bpmn.model.MBpmnModel
-
Add an artifact.
- addArtifact(MArtifact) - Method in class jadex.bpmn.model.MPool
-
Add an artifact.
- addArtifact(MArtifact) - Method in class jadex.bpmn.model.MSubProcess
-
Add an artifact.
- addArtifacts(List<MArtifact>, Map<String, MIdElement>) - Method in class jadex.bpmn.model.MBpmnModel
-
Add artifacts.
- addAssociation(MAssociation) - Method in class jadex.bpmn.model.MArtifact
-
Add an association.
- addAssociation(MAssociation) - Method in class jadex.bpmn.model.MAssociationTarget
-
Add an association.
- addAssociations(String, MIdElement, Map<String, MIdElement>) - Method in class jadex.bpmn.model.MBpmnModel
-
Internal add associations.
- addChangeListener(ChangeListener) - Method in interface jadex.bpmn.model.IModelContainer
-
Adds a change listener.
- addContextVariable(MContextVariable) - Method in class jadex.bpmn.model.MBpmnModel
-
Add a context variable declaration.
- addDetail(MAnnotationDetail) - Method in class jadex.bpmn.model.MAnnotation
-
Add a detail.
- addEdges(List<MSequenceEdge>, Map<String, MSequenceEdge>) - Method in class jadex.bpmn.model.MBpmnModel
-
Add edges to the result map.
- addEventHandler(MActivity) - Method in class jadex.bpmn.model.MActivity
-
Add an event handler.
- addImport(String) - Method in class jadex.bpmn.model.MBpmnModel
-
Add an import.
- addIncomingDataEdge(MDataEdge) - Method in class jadex.bpmn.model.MActivity
-
Add an incoming edge.
- addIncomingMessageDescription(Object) - Method in class jadex.bpmn.model.MActivity
-
Add an incoming message description.
- addIncomingMessagingEdge(MMessagingEdge) - Method in class jadex.bpmn.model.MActivity
-
Add an incoming message edge.
- addIncomingSequenceEdge(MSequenceEdge) - Method in class jadex.bpmn.model.MActivity
-
Add an incoming edge.
- addLane(MLane) - Method in class jadex.bpmn.model.MPool
-
Add a lane.
- addMessagingEdge(MMessagingEdge) - Method in class jadex.bpmn.model.MBpmnModel
-
Add a message edge.
- addOutgoingDataEdge(MDataEdge) - Method in class jadex.bpmn.model.MActivity
-
Add an outgoing edge.
- addOutgoingMessageDescription(Object) - Method in class jadex.bpmn.model.MActivity
-
Add an outgoing message description.
- addOutgoingMessagingEdge(MMessagingEdge) - Method in class jadex.bpmn.model.MActivity
-
Add an outgoing message edge.
- addOutgoingSequenceEdge(MSequenceEdge) - Method in class jadex.bpmn.model.MActivity
-
Add an outgoing edge.
- addParameter(MParameter) - Method in class jadex.bpmn.model.MActivity
-
Add a parameter.
- addParameterMapping(String, UnparsedExpression, UnparsedExpression) - Method in class jadex.bpmn.model.MSequenceEdge
-
Add a parameter mapping.
- addPool(MPool) - Method in class jadex.bpmn.model.MBpmnModel
-
Add a pool.
- addProperty(MProperty) - Method in class jadex.bpmn.model.MActivity
-
Add a property.
- addProperty(String, String) - Method in class jadex.bpmn.model.MActivity
-
Add a simple string-based property.
- addProperty(String, String, boolean) - Method in class jadex.bpmn.model.MActivity
-
Add a simple string-based property.
- addProperty(String, Object) - Method in class jadex.bpmn.model.MBpmnModel
-
Add a property.
- addResult(IArgument) - Method in class jadex.bpmn.model.MBpmnModel
-
Add a result.
- addResultDataEdge(MDataEdge) - Method in class jadex.bpmn.model.MBpmnModel
-
Add an outgoing edge.
- addStartElement(String, MNamedIdElement) - Method in class jadex.bpmn.model.MBpmnModel
-
Add a start element for a configurations.
- addSubProcesses(MSubProcess, Map<String, MIdElement>) - Method in class jadex.bpmn.model.MBpmnModel
-
Add sub processes.
- addUsedId(String) - Method in class jadex.bpmn.model.io.IdGenerator
-
Adds a used ID, only useful for collision-free mode.
- allactivities - Variable in class jadex.bpmn.model.MBpmnModel
-
The cached activities of the model.
- alldataedges - Variable in class jadex.bpmn.model.MBpmnModel
-
The data edges.
- alledges - Variable in class jadex.bpmn.model.MBpmnModel
-
The cached edges of the model.
- allmessagingedges - Variable in class jadex.bpmn.model.MBpmnModel
-
The messaging edges.
- ALT_BOUNDS_KEY - Static variable in class jadex.bpmn.model.io.SBpmnModelReader
-
Key for alternative visual object bounds.
- annotations - Variable in class jadex.bpmn.model.MAnnotationElement
-
The annotations.
- argdataedges - Variable in class jadex.bpmn.model.MBpmnModel
-
The incoming data edges for arguments.
- argumentinjections - Variable in class jadex.bpmn.model.MActivity
-
The argument injection targets.
- artifacts - Variable in class jadex.bpmn.model.MBpmnModel
-
The artifacts.
- artifacts - Variable in class jadex.bpmn.model.MPool
-
The artifacs.
- artifacts - Variable in class jadex.bpmn.model.MSubProcess
-
The artifacts.
- associations - Variable in class jadex.bpmn.model.MArtifact
-
The associations.
- associations - Variable in class jadex.bpmn.model.MAssociationTarget
-
The associations.
- associationsdescription - Variable in class jadex.bpmn.model.MAssociationTarget
-
The associations description.
- associationsources - Variable in class jadex.bpmn.model.MBpmnModel
-
The association sources.
- associationtargets - Variable in class jadex.bpmn.model.MBpmnModel
-
The association targets.
- E_MAPPER - Static variable in class jadex.bpmn.model.io.BpmnModelReader
-
The element mapper.
- elementmap - Variable in class jadex.bpmn.model.io.BpmnModelReader.BpmnReadContext
-
The element map.
- ElementMapper() - Constructor for class jadex.bpmn.model.io.BpmnModelReader.ElementMapper
-
- encoder - Variable in class jadex.bpmn.model.io.IdGenerator
-
- END_EVENT_TAG - Static variable in class jadex.bpmn.model.io.SBpmnModelWriter
-
Tag for end events.
- endVisualSection(PrintStream) - Static method in class jadex.bpmn.model.io.SVisualWriterHelper
-
Writes the end of the visual section.
- equals(Object) - Method in class jadex.bpmn.model.MIdElement
-
- EVENT_END_CANCEL - Static variable in class jadex.bpmn.model.MBpmnModel
-
Constant for event end cancellation.
- EVENT_END_COMPENSATION - Static variable in class jadex.bpmn.model.MBpmnModel
-
Constant for event end compensation.
- EVENT_END_EMPTY - Static variable in class jadex.bpmn.model.MBpmnModel
-
Constant for event end empty.
- EVENT_END_ERROR - Static variable in class jadex.bpmn.model.MBpmnModel
-
Constant for event end error.
- EVENT_END_MESSAGE - Static variable in class jadex.bpmn.model.MBpmnModel
-
Constant for event end message.
- EVENT_END_SIGNAL - Static variable in class jadex.bpmn.model.MBpmnModel
-
Constant for event end signal.
- EVENT_END_TERMINATE - Static variable in class jadex.bpmn.model.MBpmnModel
-
Constant for event end cancellation.
- EVENT_INTERMEDIATE_CANCEL - Static variable in class jadex.bpmn.model.MBpmnModel
-
Constant for event intermediate cancellation.
- EVENT_INTERMEDIATE_COMPENSATION - Static variable in class jadex.bpmn.model.MBpmnModel
-
Constant for event intermediate compensation.
- EVENT_INTERMEDIATE_EMPTY - Static variable in class jadex.bpmn.model.MBpmnModel
-
Constant for event start empty.
- EVENT_INTERMEDIATE_ERROR - Static variable in class jadex.bpmn.model.MBpmnModel
-
Constant for event intermediate error.
- EVENT_INTERMEDIATE_MESSAGE - Static variable in class jadex.bpmn.model.MBpmnModel
-
Constant for event intermediate message.
- EVENT_INTERMEDIATE_MULTIPLE - Static variable in class jadex.bpmn.model.MBpmnModel
-
Constant for event intermediate multiple.
- EVENT_INTERMEDIATE_RULE - Static variable in class jadex.bpmn.model.MBpmnModel
-
Constant for event intermediate rule.
- EVENT_INTERMEDIATE_SIGNAL - Static variable in class jadex.bpmn.model.MBpmnModel
-
Constant for event intermediate signal.
- EVENT_INTERMEDIATE_TIMER - Static variable in class jadex.bpmn.model.MBpmnModel
-
Constant for event intermediate timer.
- EVENT_START_EMPTY - Static variable in class jadex.bpmn.model.MBpmnModel
-
Constant for event start empty.
- EVENT_START_MESSAGE - Static variable in class jadex.bpmn.model.MBpmnModel
-
Constant for event start message.
- EVENT_START_MULTIPLE - Static variable in class jadex.bpmn.model.MBpmnModel
-
Constant for event start multiple.
- EVENT_START_RULE - Static variable in class jadex.bpmn.model.MBpmnModel
-
Constant for event start rule.
- EVENT_START_SIGNAL - Static variable in class jadex.bpmn.model.MBpmnModel
-
Constant for event start signal.
- EVENT_START_TIMER - Static variable in class jadex.bpmn.model.MBpmnModel
-
Constant for event start timer.
- eventhandler - Variable in class jadex.bpmn.model.MActivity
-
The flag if this activity is an event handler.
- eventhandlers - Variable in class jadex.bpmn.model.MActivity
-
The event handlers.
- eventsubprocessstartevents - Variable in class jadex.bpmn.model.MBpmnModel
-
The cached event subprocess start events of the model.
- execute(ITaskContext, IInternalAccess) - Method in interface jadex.bpmn.model.task.ITask
-
Execute the task.
- EXP_CONVERTER - Static variable in class jadex.bpmn.model.io.BpmnModelReader
-
- ExpressionConverter() - Constructor for class jadex.bpmn.model.io.BpmnModelReader.ExpressionConverter
-
- GATEWAY_DATABASED_EXCLUSIVE - Static variable in class jadex.bpmn.model.MBpmnModel
-
Constant for gateway data based exclusive.
- GATEWAY_DATABASED_INCLUSIVE - Static variable in class jadex.bpmn.model.MBpmnModel
-
Constant for gateway data based exclusive.
- GATEWAY_PARALLEL - Static variable in class jadex.bpmn.model.MBpmnModel
-
Constant for gateway parallel.
- generatedIds - Variable in class jadex.bpmn.model.io.IdGenerator
-
Set of generated IDs to guarantee collision-free IDs.
- generateId() - Method in class jadex.bpmn.model.io.IdGenerator
-
Generates an ID.
- getActivities() - Method in class jadex.bpmn.model.MLane
-
Get the activities.
- getActivities() - Method in class jadex.bpmn.model.MPool
-
Get the activities.
- getActivities() - Method in class jadex.bpmn.model.MSubProcess
-
Get the activities.
- getActivitiesDescription() - Method in class jadex.bpmn.model.MLane
-
Get the activities description.
- getActivity(String) - Method in class jadex.bpmn.model.MLane
-
Get an activity per id.
- getActivity(String) - Method in class jadex.bpmn.model.MPool
-
Get an activity per id.
- getActivity(String) - Method in class jadex.bpmn.model.MSubProcess
-
Get an activity per id.
- getActivity() - Method in interface jadex.bpmn.model.task.ITaskContext
-
Get the activity.
- getActivityById(String) - Method in class jadex.bpmn.model.MBpmnModel
-
Get an activity by id.
- getActivityType() - Method in class jadex.bpmn.model.MActivity
-
Get the activity type.
- getActivityType() - Method in class jadex.bpmn.model.MTask
-
Hard-code the activity type.
- getAllActivities() - Method in class jadex.bpmn.model.MBpmnModel
-
Get all activities.
- getAllAssociationSources() - Method in class jadex.bpmn.model.MBpmnModel
-
Get all association sources.
- getAllAssociationTargets() - Method in class jadex.bpmn.model.MBpmnModel
-
Get all association targets.
- getAllClasses() - Method in interface jadex.bpmn.model.IModelContainer
-
Get all classes.
- getAllDataEdges() - Method in class jadex.bpmn.model.MBpmnModel
-
Get all data edges.
- getAllEdges() - Method in class jadex.bpmn.model.MBpmnModel
-
Get all edges.
- getAllEdges(MActivity, Map<String, MSequenceEdge>) - Method in class jadex.bpmn.model.MBpmnModel
-
Internal get all edges.
- getAllMessagingEdges() - Method in class jadex.bpmn.model.MBpmnModel
-
Get all message edges.
- getAllParameters(Map<String, Object>, String[], ClassLoader) - Method in class jadex.bpmn.model.MActivity
-
Get the parameters.
- getAllSequenceEdges() - Method in class jadex.bpmn.model.MBpmnModel
-
Get all sequence edges.
- getAnnotations() - Method in class jadex.bpmn.model.MAnnotationElement
-
Get the annotations.
- getArgumentDataEdges() - Method in class jadex.bpmn.model.MBpmnModel
-
Get the incoming data edges.
- getArgumentInjections(ClassLoader) - Method in class jadex.bpmn.model.MActivity
-
Get and save the body method info.
- getArtifacts() - Method in class jadex.bpmn.model.MBpmnModel
-
Get the artifacts.
- getArtifacts() - Method in class jadex.bpmn.model.MPool
-
Get the artifacts.
- getArtifacts() - Method in class jadex.bpmn.model.MSubProcess
-
Get the artifacts.
- getAssociations() - Method in class jadex.bpmn.model.MArtifact
-
Get the associations.
- getAssociations() - Method in class jadex.bpmn.model.MAssociationTarget
-
Get the associations.
- getAssociations() - Method in class jadex.bpmn.model.MLane
-
Get the associations.
- getAssociationsDescription() - Method in class jadex.bpmn.model.MAssociationTarget
-
Get the xml associations description.
- getBodyMethod(ClassLoader) - Method in class jadex.bpmn.model.MActivity
-
Get and save the body method info.
- getBpmnModel() - Method in interface jadex.bpmn.model.IModelContainer
-
Returns the BPMN model.
- getBpmnModel() - Method in interface jadex.bpmn.model.task.ITaskContext
-
Get the model.
- getCancelMethod(ClassLoader) - Method in class jadex.bpmn.model.MActivity
-
Get and save the cancel method info.
- getClassLoader() - Method in class jadex.bpmn.model.MBpmnModel
-
Get the classloader.
- getClazz() - Method in class jadex.bpmn.model.MActivity
-
Get the class.
- getClazz() - Method in class jadex.bpmn.model.MParameter
-
Get the clazz.
- getClazz() - Method in class jadex.bpmn.model.MProperty
-
Get the clazz.
- getClazz() - Method in class jadex.bpmn.task.info.PropertyMetaInfo
-
Get the clazz.
- getComponent() - Method in interface jadex.bpmn.model.task.ITaskPropertyGui
-
The component to be shown in the gui.
- getComponentInjections(ClassLoader) - Method in class jadex.bpmn.model.MActivity
-
Get and save the body method info.
- getCondition() - Method in class jadex.bpmn.model.MSequenceEdge
-
Get the condition.
- getConfigurations() - Method in class jadex.bpmn.model.MBpmnModel
-
Get the configurations.
- getConfigValue(String) - Method in class jadex.bpmn.model.MContextVariable
-
Get the value for a specific configuration only.
- getContextVariable(String) - Method in class jadex.bpmn.model.MBpmnModel
-
Get a declared context variable.
- getContextVariableExpression(String, String) - Method in class jadex.bpmn.model.MBpmnModel
-
Get the initialization expression of a declared context variable.
- getContextVariables() - Method in class jadex.bpmn.model.MBpmnModel
-
Get the declared context variables.
- getDescription() - Method in class jadex.bpmn.model.MNamedIdElement
-
Get the full description of the model element.
- getDescription() - Method in class jadex.bpmn.task.info.PropertyMetaInfo
-
Get the description.
- getDescription() - Method in class jadex.bpmn.task.info.TaskMetaInfo
-
Get the description.
- getDetails() - Method in class jadex.bpmn.model.MAnnotation
-
Get the details.
- getDirection() - Method in class jadex.bpmn.model.MParameter
-
Get the direction.
- getDirection() - Method in class jadex.bpmn.task.info.ParameterMetaInfo
-
Get the direction.
- getEdges() - Method in class jadex.bpmn.model.MSubProcess
-
Get the edges.
- getEditMode() - Method in interface jadex.bpmn.model.IModelContainer
-
Gets the edit mode.
- getElementMap() - Method in class jadex.bpmn.model.io.BpmnModelReader.BpmnReadContext
-
Returns the element map.
- getEventHandlers() - Method in class jadex.bpmn.model.MActivity
-
Get the event handlers.
- getEventSubProcessStartEventMapping() - Method in class jadex.bpmn.model.MBpmnModel
-
Returns a mapping from event subprocesses to their start events.
- getEventSubProcessStartEvents() - Method in class jadex.bpmn.model.MBpmnModel
-
Returns all start events in event subprocesses.
- getFields(Class<?>, Class<? extends Annotation>) - Static method in class jadex.bpmn.model.MActivity
-
Get method with an annotation.
- getFile() - Method in interface jadex.bpmn.model.IModelContainer
-
Gets the model file.
- getFilename() - Method in class jadex.bpmn.model.MBpmnModel
-
Get the filename.
- getFlowRefs() - Method in class jadex.bpmn.model.io.BpmnModelReader.BpmnReadContext
-
Gets the current flow references.
- getGuiClassInfo() - Method in class jadex.bpmn.task.info.TaskMetaInfo
-
Get the guicl.
- getId() - Method in class jadex.bpmn.model.MIdElement
-
Get the id.
- getIncomingDataEdges() - Method in class jadex.bpmn.model.MActivity
-
Get the incoming data edges.
- getIncomingMessagesDescriptions() - Method in class jadex.bpmn.model.MActivity
-
Get the incoming messages description.
- getIncomingMessagingEdges() - Method in class jadex.bpmn.model.MActivity
-
Get the incoming message edges.
- getIncomingSequenceEdges() - Method in class jadex.bpmn.model.MActivity
-
Get the incoming edges.
- getIncomingSequenceEdges(List<MSequenceEdge>) - Method in class jadex.bpmn.model.MActivity
-
Set the incoming edges.
- getIncomingSequenceEdgesDescription() - Method in class jadex.bpmn.model.MActivity
-
Get the xml incoming edges description.
- getIndent(int) - Static method in class jadex.bpmn.model.io.SBpmnModelWriter
-
Generates indentation.
- getInitialValue() - Method in class jadex.bpmn.model.MParameter
-
Get the initialval.
- getInitialValue() - Method in class jadex.bpmn.model.MProperty
-
Get the initialval.
- getInitialValue() - Method in class jadex.bpmn.task.info.PropertyMetaInfo
-
Get the initialval.
- getInitialValueString() - Method in class jadex.bpmn.model.MProperty
-
Get the initialval.
- getInterfaces() - Method in interface jadex.bpmn.model.IModelContainer
-
Get the interfaces.
- getKey() - Method in class jadex.bpmn.model.MAnnotationDetail
-
Get the key.
- getLane() - Method in class jadex.bpmn.model.MActivity
-
Get the lane of the activity.
- getLane() - Method in class jadex.bpmn.model.MLane
-
Get the parent lane of the lane (if any).
- getLaneDescription() - Method in class jadex.bpmn.model.MActivity
-
Get the xml lane description.
- getLaneMap() - Method in class jadex.bpmn.model.io.BpmnModelReader.BpmnReadContext
-
Returns the lane map.
- getLanes() - Method in class jadex.bpmn.model.MPool
-
Get the lanes.
- getLastChecked() - Method in class jadex.bpmn.model.MBpmnModel
-
Get the last checked date.
- getLastModified() - Method in class jadex.bpmn.model.MBpmnModel
-
Get the lastmodified date.
- getMessagingEdges() - Method in class jadex.bpmn.model.MBpmnModel
-
Get the message edges.
- getMetaInfo(Class<?>) - Static method in class jadex.bpmn.task.info.STaskMetaInfoExtractor
-
Get the meta info for a task class.
- getMethod(Class<?>, Class<? extends Annotation>) - Static method in class jadex.bpmn.model.MActivity
-
Get method with an annotation.
- getModelElement() - Method in interface jadex.bpmn.model.task.ITaskContext
-
Get the model element.
- getModelInfo() - Method in class jadex.bpmn.model.MBpmnModel
-
Get the model info.
- getName() - Method in class jadex.bpmn.model.MBpmnModel
-
Get the name of the model.
- getName() - Method in class jadex.bpmn.model.MNamedIdElement
-
Get the name.
- getName() - Method in class jadex.bpmn.model.MParameter
-
Get the name.
- getName() - Method in class jadex.bpmn.model.MProperty
-
Get the name.
- getName() - Method in class jadex.bpmn.task.info.PropertyMetaInfo
-
Get the name.
- getOutgoingDataEdges() - Method in class jadex.bpmn.model.MActivity
-
Get the outgoing data edges.
- getOutgoingMessagesDescriptions() - Method in class jadex.bpmn.model.MActivity
-
Get the xml outgoing messages descriptions.
- getOutgoingMessagingEdges() - Method in class jadex.bpmn.model.MActivity
-
Get the outgoing message edges.
- getOutgoingMessagingEdges(List<MMessagingEdge>) - Method in class jadex.bpmn.model.MActivity
-
Set the outgoing message edges.
- getOutgoingSequenceEdges() - Method in class jadex.bpmn.model.MActivity
-
Get the outgoing sequence edges.
- getOutgoingSequenceEdgesDescription() - Method in class jadex.bpmn.model.MActivity
-
Get the xml outgoing sequence edges desription.
- getParameter(String) - Method in class jadex.bpmn.model.MActivity
-
Get a parameter by name.
- getParameterInfos() - Method in class jadex.bpmn.task.info.TaskMetaInfo
-
Get the parameterinfos.
- getParameterMapping() - Method in class jadex.bpmn.model.MDataEdge
-
Get the parametermapping.
- getParameterMappings() - Method in class jadex.bpmn.model.MSequenceEdge
-
Get the parameter mappings map.
- getParameterNames(Method) - Method in interface jadex.bpmn.model.IModelContainer
-
Get parameter names of a method.
- getParameters() - Method in class jadex.bpmn.model.MActivity
-
Get the parameters.
- getParameters(String[]) - Method in class jadex.bpmn.model.MActivity
-
Get parameters of specific direction(s).
- getParameterValue(String) - Method in interface jadex.bpmn.model.task.ITaskContext
-
Get the value of a parameter.
- getParent(MIdElement) - Method in class jadex.bpmn.model.MBpmnModel
-
Gets the parent of an element.
- getParsedCondition() - Method in class jadex.bpmn.model.MSequenceEdge
-
Get the parsed condition.
- getParsedPropertyValue(String) - Method in class jadex.bpmn.model.MActivity
-
Get a property value from the model.
- getPass() - Method in class jadex.bpmn.model.io.BpmnModelReader.ElementMapper
-
Pass.
- getPool() - Method in class jadex.bpmn.model.MActivity
-
Get the pool of the activity.
- getPool(String) - Method in class jadex.bpmn.model.MBpmnModel
-
Get the pools.
- getPoolActivities(MPool) - Static method in class jadex.bpmn.model.io.SBpmnModelWriter
-
Gets all activities in a pool.
- getPools() - Method in class jadex.bpmn.model.MBpmnModel
-
Get the pools.
- getProjectClassLoader() - Method in interface jadex.bpmn.model.IModelContainer
-
Gets the project class loader.
- getProjectClassLoaderRoot() - Method in interface jadex.bpmn.model.IModelContainer
-
Returns the root for the project class loader.
- getProjectRoot() - Method in interface jadex.bpmn.model.IModelContainer
-
Gets the project root.
- getProjectTaskMetaInfos() - Method in interface jadex.bpmn.model.IModelContainer
-
Get the project task meta infos.
- getProperties() - Method in class jadex.bpmn.model.MActivity
-
Get the properties.
- getPropertyInfos() - Method in class jadex.bpmn.task.info.TaskMetaInfo
-
Get the propertyinfos.
- getPropertyNames() - Method in class jadex.bpmn.model.MActivity
-
Returns the property names.
- getPropertypanelcontainer() - Method in interface jadex.bpmn.model.IModelContainer
-
Gets the property panel container.
- getPropertyValue(String) - Method in class jadex.bpmn.model.MActivity
-
Get a property value from the model.
- getPropertyValue(String) - Method in interface jadex.bpmn.model.task.ITaskContext
-
Get the value of a property.
- getPropertyValueString(String) - Method in class jadex.bpmn.model.MActivity
-
Get a property value string from the model.
- getResourceIdentifier() - Method in class jadex.bpmn.model.MBpmnModel
-
Get the resource identifier.
- getResultDataEdges() - Method in class jadex.bpmn.model.MBpmnModel
-
Get the outgoing data edges.
- getResultInjections(ClassLoader) - Method in class jadex.bpmn.model.MActivity
-
Get and save the body method info.
- getReturnValueName(Method) - Method in interface jadex.bpmn.model.IModelContainer
-
Get the return value name.
- getSource() - Method in class jadex.bpmn.model.MAnnotation
-
Get the source.
- getSource() - Method in class jadex.bpmn.model.MAssociation
-
Get the source.
- getSource() - Method in class jadex.bpmn.model.MEdge
-
Get the source.
- getSourceDescription() - Method in class jadex.bpmn.model.MMessagingEdge
-
Get the xml source description.
- getSourceParameter() - Method in class jadex.bpmn.model.MDataEdge
-
Get the sourceparam.
- getStartActivities() - Method in class jadex.bpmn.model.MBpmnModel
-
Get all start activities of the model.
- getStartActivities(String, String) - Method in class jadex.bpmn.model.MBpmnModel
-
Get all start activities of the model.
- getStartActivities(List<MActivity>) - Static method in class jadex.bpmn.model.MBpmnModel
-
Get all start activities form the supplied set of activities.
- getStartActivities() - Method in class jadex.bpmn.model.MLane
-
Get all start activities of the pool.
- getStartActivities() - Method in class jadex.bpmn.model.MPool
-
Get all start activities of the pool.
- getStartActivities() - Method in class jadex.bpmn.model.MSubProcess
-
Get all start activities of the pool.
- getStartElements(String) - Method in class jadex.bpmn.model.MBpmnModel
-
Get the pool lane.
- getSubprocessType() - Method in class jadex.bpmn.model.MSubProcess
-
Get the subprocess type.
- getTarget() - Method in class jadex.bpmn.model.MAssociation
-
Get the target.
- getTarget() - Method in class jadex.bpmn.model.MEdge
-
Get the target.
- getTargetDescription() - Method in class jadex.bpmn.model.MMessagingEdge
-
Get the xml target description.
- getTargetParameter() - Method in class jadex.bpmn.model.MDataEdge
-
Get the targetparam.
- getTaskClasses() - Method in interface jadex.bpmn.model.IModelContainer
-
Get the taskclasses.
- getTaskType() - Method in class jadex.bpmn.model.MTask
-
Returns the task type.
- getType() - Method in class jadex.bpmn.model.MActivity
-
Get the type.
- getType() - Method in class jadex.bpmn.model.MAnnotation
-
Get the type.
- getType() - Method in class jadex.bpmn.model.MAnnotationDetail
-
Get the type.
- getType() - Method in class jadex.bpmn.model.MArtifact
-
Get the type.
- getType() - Method in class jadex.bpmn.model.MAssociation
-
Get the type.
- getType() - Method in class jadex.bpmn.model.MLane
-
Get the type.
- getType() - Method in class jadex.bpmn.model.MMessagingEdge
-
Get the type.
- getType() - Method in class jadex.bpmn.model.MPool
-
Get the type.
- getType() - Method in class jadex.bpmn.model.MSequenceEdge
-
Get the type.
- getTypeMatchedStartEvents() - Method in class jadex.bpmn.model.MBpmnModel
-
Returns all start events triggered based on type matching.
- getValue() - Method in class jadex.bpmn.model.MAnnotationDetail
-
Get the value.
- getValue(String) - Method in class jadex.bpmn.model.MContextVariable
-
Get the value for a specific configuration.
- getWaitingEvents() - Method in class jadex.bpmn.model.MBpmnModel
-
Returns all events waiting for outside triggers.
- getXMLMapping() - Static method in class jadex.bpmn.model.io.BpmnModelReader
-
- guicl - Variable in class jadex.bpmn.task.info.TaskMetaInfo
-
The gui class.
- IBpmnVisualModelReader - Interface in jadex.bpmn.model.io
-
Interface for writer of the visual part of BPMN models.
- IBpmnVisualModelWriter - Interface in jadex.bpmn.model.io
-
Interface for reader of the visual part of BPMN models.
- id - Variable in class jadex.bpmn.model.MIdElement
-
The id.
- ID_GENERATOR - Static variable in class jadex.bpmn.model.MIdElement
-
ID generator.
- IdGenerator - Class in jadex.bpmn.model.io
-
A configurable Id generator.
- IdGenerator() - Constructor for class jadex.bpmn.model.io.IdGenerator
-
Creates a new ID generator.
- IdGenerator(int) - Constructor for class jadex.bpmn.model.io.IdGenerator
-
Creates a new ID generator.
- IdGenerator(boolean) - Constructor for class jadex.bpmn.model.io.IdGenerator
-
Creates a new ID generator.
- IdGenerator(int, boolean) - Constructor for class jadex.bpmn.model.io.IdGenerator
-
Creates a new ID generator.
- idsize - Variable in class jadex.bpmn.model.io.IdGenerator
-
The selected id size.
- IFACE - Static variable in class jadex.bpmn.model.MActivity
-
The interface name.
- IModelContainer - Interface in jadex.bpmn.model
-
Container for the current model.
- incomingmessagesdescriptions - Variable in class jadex.bpmn.model.MActivity
-
The incoming messages description.
- incomingsequenceedgesdescription - Variable in class jadex.bpmn.model.MActivity
-
The incoming sequence edges description.
- indataedges - Variable in class jadex.bpmn.model.MActivity
-
The incoming data edges.
- INDENT_STRING - Static variable in class jadex.bpmn.model.io.SBpmnModelWriter
-
The indentation string.
- init(IModelContainer, MActivity, ClassLoader) - Method in interface jadex.bpmn.model.task.ITaskPropertyGui
-
Once called to init the component.
- initialval - Variable in class jadex.bpmn.model.MProperty
-
The initial value.
- initialval - Variable in class jadex.bpmn.task.info.PropertyMetaInfo
-
The initial value.
- initMatchedStartEventCache() - Method in class jadex.bpmn.model.MBpmnModel
-
Initializes the type and instance event trigger caches.
- initModelInfo(ClassLoader) - Method in class jadex.bpmn.model.MBpmnModel
-
Init the model info.
- inmsgedges - Variable in class jadex.bpmn.model.MActivity
-
The incoming message edges.
- inseqedges - Variable in class jadex.bpmn.model.MActivity
-
The incoming sequence edges.
- insertActivity(MActivity, Map<String, Object>, Map<String, MLane>, Map<String, MIdElement>) - Static method in class jadex.bpmn.model.io.SBpmnModelReader
-
Inserts an activity into the model and maps.
- INTERMEDIATE_EVENT_TAG - Static variable in class jadex.bpmn.model.io.SBpmnModelWriter
-
Tag for intermediate events.
- INTERNAL_PARAMETERS_KEY - Static variable in class jadex.bpmn.model.io.SBpmnModelReader
-
Key for visual internalized parameters.
- IPostProcessingVisualModelReader - Interface in jadex.bpmn.model.io
-
Interface for visual readers with post-processing.
- isContainedInParentSet(Set<MIdElement>, MIdElement) - Method in class jadex.bpmn.model.MBpmnModel
-
Checks if an element or one of its parents is in a set.
- isDefault() - Method in class jadex.bpmn.model.MSequenceEdge
-
Get the default flag.
- isDirty() - Method in interface jadex.bpmn.model.IModelContainer
-
Tests if the state is dirty.
- isEndEvent() - Method in class jadex.bpmn.model.MActivity
-
Test if activity is a end event.
- isEvent() - Method in class jadex.bpmn.model.MActivity
-
Test if activity is event.
- isEventHandler() - Method in class jadex.bpmn.model.MActivity
-
Get the eventhandler.
- isGateway() - Method in class jadex.bpmn.model.MActivity
-
Test if activity is gateway.
- isIn() - Method in class jadex.bpmn.model.MParameter
-
Test if parameter is in (i.e.
- isIntermediateEvent() - Method in class jadex.bpmn.model.MActivity
-
Test if activity is an intermediate event.
- isKeepAlive() - Method in class jadex.bpmn.model.MBpmnModel
-
Get the keepalive.
- isLooping() - Method in class jadex.bpmn.model.MActivity
-
Test if the activity is looping.
- isMessageEvent() - Method in class jadex.bpmn.model.MActivity
-
Test if activity is event.
- isOut() - Method in class jadex.bpmn.model.MParameter
-
Test if parameter is out (i.e.
- ISSEQUENTIAL - Static variable in class jadex.bpmn.model.MActivity
-
Constant for the sequential result execution mode .
- ISSERVICE - Static variable in class jadex.bpmn.model.MActivity
-
Is service constant.
- isSignalEvent() - Method in class jadex.bpmn.model.MActivity
-
Test if activity is event.
- isStartEvent() - Method in class jadex.bpmn.model.MActivity
-
Test if activity is a start event.
- isThrowing() - Method in class jadex.bpmn.model.MActivity
-
Test if the activity is throwing.
- ITask - Interface in jadex.bpmn.model.task
-
Interface for domain specific tasks.
- ITaskContext - Interface in jadex.bpmn.model.task
-
The task context contains the data available to
an application task implementation.
- ITaskPropertyGui - Interface in jadex.bpmn.model.task
-
- MActivity - Class in jadex.bpmn.model
-
Base class for all kinds of activities.
- MActivity() - Constructor for class jadex.bpmn.model.MActivity
-
- main(String[]) - Static method in class jadex.bpmn.model.io.IdGenerator
-
- MAnnotation - Class in jadex.bpmn.model
-
An annotation serves for storing extra information about the model.
- MAnnotation() - Constructor for class jadex.bpmn.model.MAnnotation
-
- MAnnotationDetail - Class in jadex.bpmn.model
-
The annotation detail class for storing the key and
value of an annotation detail.
- MAnnotationDetail() - Constructor for class jadex.bpmn.model.MAnnotationDetail
-
- MAnnotationElement - Class in jadex.bpmn.model
-
Base class for annotated elements.
- MAnnotationElement() - Constructor for class jadex.bpmn.model.MAnnotationElement
-
- MArtifact - Class in jadex.bpmn.model
-
An artifact is a thing such as a text associated to
some other thing such as an activity.
- MArtifact() - Constructor for class jadex.bpmn.model.MArtifact
-
- MAssociation - Class in jadex.bpmn.model
-
An association is a connection between an
artifact and some other thing.
- MAssociation() - Constructor for class jadex.bpmn.model.MAssociation
-
- MAssociationTarget - Class in jadex.bpmn.model
-
The target element of an association.
- MAssociationTarget() - Constructor for class jadex.bpmn.model.MAssociationTarget
-
- matchLTag(String, XmlTag) - Static method in class jadex.bpmn.model.io.SBpmnModelReader
-
Matches local part of the tag.
- MBpmnModel - Class in jadex.bpmn.model
-
Java representation of a bpmn model for xml description.
- MBpmnModel() - Constructor for class jadex.bpmn.model.MBpmnModel
-
Create a new model.
- MContextVariable - Class in jadex.bpmn.model
-
- MContextVariable() - Constructor for class jadex.bpmn.model.MContextVariable
-
Create a new argument.
- MContextVariable(String, String, String, String) - Constructor for class jadex.bpmn.model.MContextVariable
-
Create a new argument.
- MDataEdge - Class in jadex.bpmn.model
-
A data edge is a data flow edge between activity parameters.
- MDataEdge() - Constructor for class jadex.bpmn.model.MDataEdge
-
- MEdge - Class in jadex.bpmn.model
-
- MEdge() - Constructor for class jadex.bpmn.model.MEdge
-
- messages - Variable in class jadex.bpmn.model.MBpmnModel
-
The messages.
- METHOD - Static variable in class jadex.bpmn.model.MActivity
-
The method name.
- MI_NOTFOUND - Static variable in class jadex.bpmn.model.MActivity
-
- MIdElement - Class in jadex.bpmn.model
-
Base model element with an id.
- MIdElement() - Constructor for class jadex.bpmn.model.MIdElement
-
Generates an ID element.
- MLane - Class in jadex.bpmn.model
-
A lane is a subpart of a pool representing e.g.
- MLane() - Constructor for class jadex.bpmn.model.MLane
-
- MMessagingEdge - Class in jadex.bpmn.model
-
A messaging edge is an edge describing a message flow between some sender and receiver.
- MMessagingEdge() - Constructor for class jadex.bpmn.model.MMessagingEdge
-
- MNamedIdElement - Class in jadex.bpmn.model
-
Base class for named id elements.
- MNamedIdElement() - Constructor for class jadex.bpmn.model.MNamedIdElement
-
- modelinfo - Variable in class jadex.bpmn.model.MBpmnModel
-
The model info.
- MParameter - Class in jadex.bpmn.model
-
A parameter model element.
- MParameter() - Constructor for class jadex.bpmn.model.MParameter
-
Create a new parameter.
- MParameter(String, ClassInfo, String, UnparsedExpression) - Constructor for class jadex.bpmn.model.MParameter
-
Create a new parameter.
- MPool - Class in jadex.bpmn.model
-
A pool represents some kind of unit inside a bpmn model.
- MPool() - Constructor for class jadex.bpmn.model.MPool
-
- MProperty - Class in jadex.bpmn.model
-
A parameter model element.
- MProperty() - Constructor for class jadex.bpmn.model.MProperty
-
Create a new parameter.
- MProperty(ClassInfo, String, UnparsedExpression) - Constructor for class jadex.bpmn.model.MProperty
-
Create a new parameter.
- MSequenceEdge - Class in jadex.bpmn.model
-
A sequence edge is a control flow edge between activities.
- MSequenceEdge() - Constructor for class jadex.bpmn.model.MSequenceEdge
-
- MSubProcess - Class in jadex.bpmn.model
-
A sub process represents an activity with and a sub activity flow.
- MSubProcess() - Constructor for class jadex.bpmn.model.MSubProcess
-
- MTask - Class in jadex.bpmn.model
-
Class representing a task activity.
- MTask() - Constructor for class jadex.bpmn.model.MTask
-
- MULTIINSTANCE_ITERATOR - Static variable in class jadex.bpmn.model.MSubProcess
-
The name of the parameter identifying the multi instance iterator.
- parameterinfos - Variable in class jadex.bpmn.task.info.TaskMetaInfo
-
The parameter descriptions.
- parametermapping - Variable in class jadex.bpmn.model.MDataEdge
-
The parameter mappings.
- parametermappings - Variable in class jadex.bpmn.model.MSequenceEdge
-
The parameter mappings.
- ParameterMetaInfo - Class in jadex.bpmn.task.info
-
Meta information for a parameter.
- ParameterMetaInfo() - Constructor for class jadex.bpmn.task.info.ParameterMetaInfo
-
Create a new parameter meta info.
- ParameterMetaInfo(String, Class<?>, String, String, String) - Constructor for class jadex.bpmn.task.info.ParameterMetaInfo
-
Create a new parameter meta info.
- ParameterMetaInfo(String, ClassInfo, String, String, String) - Constructor for class jadex.bpmn.task.info.ParameterMetaInfo
-
Create a new parameter meta info.
- parameters - Variable in class jadex.bpmn.model.MActivity
-
The parameters (name -> MParameter).
- parents - Variable in class jadex.bpmn.model.MBpmnModel
-
Parents of activities.
- parseExp(UnparsedExpression, String[], ClassLoader) - Static method in class jadex.bpmn.model.io.SBpmnModelReader
-
Parses the expression if possible.
- pool - Variable in class jadex.bpmn.model.MActivity
-
The pool.
- pools - Variable in class jadex.bpmn.model.MBpmnModel
-
The pools.
- postProcess(IContext, Object) - Method in class jadex.bpmn.model.io.BpmnModelReader.ActivityProcessor
-
Processes the element.
- postProcess(IContext, Object) - Method in class jadex.bpmn.model.io.BpmnModelReader.ElementMapper
-
Processes the element.
- postProcess() - Method in interface jadex.bpmn.model.io.IPostProcessingVisualModelReader
-
Performs the post-process.
- processBpmnEdge(String, MIdElement, List<Point2D>) - Method in interface jadex.bpmn.model.io.IBpmnVisualModelReader
-
Process the visual part of a standard BPMN edge.
- processBpmnShape(String, MIdElement, Boolean, Rectangle2D, Rectangle2D, Set<String>, String, String, String) - Method in interface jadex.bpmn.model.io.IBpmnVisualModelReader
-
Process the visual part of a standard BPMN shape.
- processGenericEdge(String, List<Point2D>, Map<String, String>, Map<String, MIdElement>) - Method in interface jadex.bpmn.model.io.IBpmnVisualModelReader
-
Process the visual part of a generic (non-standard) edge.
- properties - Variable in class jadex.bpmn.model.MActivity
-
The properties (name -> MProperty).
- PROPERTY_EVENT_ERROR - Static variable in class jadex.bpmn.model.MBpmnModel
-
Property name for error events.
- PROPERTY_EVENT_RULE_CONDITION - Static variable in class jadex.bpmn.model.MBpmnModel
-
Property name for condition of rule events.
- PROPERTY_EVENT_RULE_EVENTTYPES - Static variable in class jadex.bpmn.model.MBpmnModel
-
Property name for event types of rule events.
- propertyinfos - Variable in class jadex.bpmn.task.info.TaskMetaInfo
-
The property descriptions.
- PropertyMetaInfo - Class in jadex.bpmn.task.info
-
Meta information for a property.
- PropertyMetaInfo() - Constructor for class jadex.bpmn.task.info.PropertyMetaInfo
-
Create a new parameter meta info.
- PropertyMetaInfo(Class<?>, String, String, String) - Constructor for class jadex.bpmn.task.info.PropertyMetaInfo
-
Create a new parameter meta info.
- PropertyMetaInfo(ClassInfo, String, String, String) - Constructor for class jadex.bpmn.task.info.PropertyMetaInfo
-
Create a new parameter meta info.
- random - Variable in class jadex.bpmn.model.io.IdGenerator
-
Random number generator.
- read(File) - Method in class jadex.bpmn.model.io.BpmnModelReader
-
- readModel(File, IBpmnVisualModelReader) - Static method in class jadex.bpmn.model.io.SBpmnModelReader
-
Loads the model from a file without parsing expressions.
- readModel(InputStream, String, IBpmnVisualModelReader) - Static method in class jadex.bpmn.model.io.SBpmnModelReader
-
Loads the model from a file without parsing expressions.
- readModel(InputStream, String, IBpmnVisualModelReader, ClassLoader) - Static method in class jadex.bpmn.model.io.SBpmnModelReader
-
Loads the model from a file.
- removeActivity(MActivity) - Method in class jadex.bpmn.model.MLane
-
Remove an activity.
- removeActivity(MActivity) - Method in class jadex.bpmn.model.MPool
-
Remove an activity.
- removeActivity(MActivity) - Method in class jadex.bpmn.model.MSubProcess
-
Remove an activity.
- removeArgumentDataEdge(MDataEdge) - Method in class jadex.bpmn.model.MBpmnModel
-
Remove an outgoing edge.
- removeArtifact(MArtifact) - Method in class jadex.bpmn.model.MBpmnModel
-
Remove an artifact.
- removeArtifact(MArtifact) - Method in class jadex.bpmn.model.MPool
-
Remove an artifact.
- removeArtifact(MArtifact) - Method in class jadex.bpmn.model.MSubProcess
-
Remove an artifact.
- removeAssociation(MAssociation) - Method in class jadex.bpmn.model.MArtifact
-
Remove an association.
- removeAssociation(MAssociation) - Method in class jadex.bpmn.model.MAssociationTarget
-
Remove an association.
- removeChangeListener(ChangeListener) - Method in interface jadex.bpmn.model.IModelContainer
-
- removeConfiguration(String) - Method in class jadex.bpmn.model.MBpmnModel
-
Removes a pool/lane activation for a configurations.
- removeContextVariable(String) - Method in class jadex.bpmn.model.MBpmnModel
-
Remove a context variable declaration.
- removeContextVariable(MContextVariable) - Method in class jadex.bpmn.model.MBpmnModel
-
Remove a context variable declaration.
- removeDetail(MAnnotationDetail) - Method in class jadex.bpmn.model.MAnnotation
-
Remove a detail.
- removeEventHandler(MActivity) - Method in class jadex.bpmn.model.MActivity
-
Remove an event handler.
- removeIncomingDataEdge(MDataEdge) - Method in class jadex.bpmn.model.MActivity
-
Remove an outgoing edge.
- removeIncomingMessageDescription(Object) - Method in class jadex.bpmn.model.MActivity
-
Remove an incoming message description.
- removeIncomingMessagingEdge(MMessagingEdge) - Method in class jadex.bpmn.model.MActivity
-
Remove an incoming message edge.
- removeIncomingSequenceEdge(MSequenceEdge) - Method in class jadex.bpmn.model.MActivity
-
Remove an incoming edge.
- removeLane(MLane) - Method in class jadex.bpmn.model.MPool
-
Remove a lane.
- removeMessagingEdge(MMessagingEdge) - Method in class jadex.bpmn.model.MBpmnModel
-
Remove a message edge.
- removeOutgoingDataEdge(MDataEdge) - Method in class jadex.bpmn.model.MActivity
-
Remove an outgoing edge.
- removeOutgoingMessageDescription(Object) - Method in class jadex.bpmn.model.MActivity
-
Remove an outgoing message description.
- removeOutgoingMessagingEdge(MMessagingEdge) - Method in class jadex.bpmn.model.MActivity
-
Remove an outgoing message edge.
- removeOutgoingSequenceEdge(MSequenceEdge) - Method in class jadex.bpmn.model.MActivity
-
Remove an outgoing edge.
- removeParameter(MParameter) - Method in class jadex.bpmn.model.MActivity
-
Remove a parameter.
- removeParameter(String) - Method in class jadex.bpmn.model.MActivity
-
Remove a parameter.
- removeParameters() - Method in class jadex.bpmn.model.MActivity
-
Remove a parameter.
- removePool(MPool) - Method in class jadex.bpmn.model.MBpmnModel
-
Remove a pool.
- removeProperty(String) - Method in class jadex.bpmn.model.MActivity
-
Remove a property.
- removeProperty(MProperty) - Method in class jadex.bpmn.model.MActivity
-
Remove a property.
- removeResultDataEdge(MDataEdge) - Method in class jadex.bpmn.model.MBpmnModel
-
Remove an outgoing edge.
- removeStartElement(String, MNamedIdElement) - Method in class jadex.bpmn.model.MBpmnModel
-
Removes a pool/lane activation for a configurations.
- removeUsedId(String) - Method in class jadex.bpmn.model.io.IdGenerator
-
Removes a used ID, only useful in collision-free mode.
- removeValue(String) - Method in class jadex.bpmn.model.MContextVariable
-
Removes the value for a specific configuration.
- resultdataedges - Variable in class jadex.bpmn.model.MBpmnModel
-
The outgoing data edges for results.
- resultinjections - Variable in class jadex.bpmn.model.MActivity
-
The result injection targets.
- RESULTNAME - Static variable in class jadex.bpmn.model.MActivity
-
Constant for the result param name.
- RESULTTYPE - Static variable in class jadex.bpmn.model.MActivity
-
Constant for the result param type (needed for distinguishing collection results from single values).
- RETURNPARAM - Static variable in class jadex.bpmn.model.MActivity
-
Constant for the return parameter name.
- SBpmnModelReader - Class in jadex.bpmn.model.io
-
- SBpmnModelReader() - Constructor for class jadex.bpmn.model.io.SBpmnModelReader
-
- SBpmnModelWriter - Class in jadex.bpmn.model.io
-
Writer for BPMN models.
- SBpmnModelWriter() - Constructor for class jadex.bpmn.model.io.SBpmnModelWriter
-
- setActivities(List<MActivity>) - Method in class jadex.bpmn.model.MSubProcess
-
Set the activities.
- setActivitiesDescription(String) - Method in class jadex.bpmn.model.MLane
-
Set the activities description.
- setActivityType(String) - Method in class jadex.bpmn.model.MActivity
-
Set the activity type.
- setArgumentDataEdges(List<MDataEdge>) - Method in class jadex.bpmn.model.MBpmnModel
-
Set the incoming data edges.
- setAssociationsDescription(String) - Method in class jadex.bpmn.model.MAssociationTarget
-
Set the xml associations description.
- setClassLoader(ClassLoader) - Method in class jadex.bpmn.model.MBpmnModel
-
Set the classloader.
- setClazz(ClassInfo) - Method in class jadex.bpmn.model.MActivity
-
Set the class.
- setClazz(ClassInfo) - Method in class jadex.bpmn.model.MParameter
-
Set the clazz.
- setClazz(ClassInfo) - Method in class jadex.bpmn.model.MProperty
-
Set the clazz.
- setClazz(ClassInfo) - Method in class jadex.bpmn.task.info.PropertyMetaInfo
-
Sets the clazz.
- setCondition(UnparsedExpression) - Method in class jadex.bpmn.model.MSequenceEdge
-
Set the condition.
- setContextVariableExpression(String, UnparsedExpression) - Method in class jadex.bpmn.model.MBpmnModel
-
Set the initialization expression of a declared context variable.
- setDefault(boolean) - Method in class jadex.bpmn.model.MSequenceEdge
-
Set the default flag.
- setDescription(String) - Method in class jadex.bpmn.model.MNamedIdElement
-
Set the description.
- setDescription(String) - Method in class jadex.bpmn.task.info.PropertyMetaInfo
-
Sets the description.
- setDescription(String) - Method in class jadex.bpmn.task.info.TaskMetaInfo
-
Sets the description.
- setDirection(String) - Method in class jadex.bpmn.model.MParameter
-
Set the direction.
- setDirection(String) - Method in class jadex.bpmn.task.info.ParameterMetaInfo
-
Sets the direction.
- setDirty(boolean) - Method in interface jadex.bpmn.model.IModelContainer
-
Sets the dirty model state.
- setEventHandler(boolean) - Method in class jadex.bpmn.model.MActivity
-
Set the eventhandler.
- setFilename(String) - Method in class jadex.bpmn.model.MBpmnModel
-
Set the filename.
- setGuiClassInfo(ClassInfo) - Method in class jadex.bpmn.task.info.TaskMetaInfo
-
Set the guicl.
- setId(String) - Method in class jadex.bpmn.model.MIdElement
-
Set the id.
- setIncomingDataEdges(List<MDataEdge>) - Method in class jadex.bpmn.model.MActivity
-
Set the incoming data edges.
- setIncomingMessagingEdges(List<MMessagingEdge>) - Method in class jadex.bpmn.model.MActivity
-
Set the incoming message edges.
- setIncomingSequenceEdgesDescription(String) - Method in class jadex.bpmn.model.MActivity
-
Set the xml incoming edges description.
- setInitialValue(UnparsedExpression) - Method in class jadex.bpmn.model.MParameter
-
Set the initial value.
- setInitialValue(UnparsedExpression) - Method in class jadex.bpmn.model.MProperty
-
Set the initial value.
- setInitialValue(String) - Method in class jadex.bpmn.model.MProperty
-
Set the initial value.
- setInitialValue(String) - Method in class jadex.bpmn.task.info.PropertyMetaInfo
-
Sets the initialval.
- setKeepAlive(boolean) - Method in class jadex.bpmn.model.MBpmnModel
-
Set the keepalive.
- setKey(String) - Method in class jadex.bpmn.model.MAnnotationDetail
-
Set the key.
- setLane(MLane) - Method in class jadex.bpmn.model.MActivity
-
Set the lane of the activity.
- setLane(MLane) - Method in class jadex.bpmn.model.MLane
-
Set the parent lane of the lane.
- setLaneDescription(String) - Method in class jadex.bpmn.model.MActivity
-
Set the xml lane description.
- setLastChecked(long) - Method in class jadex.bpmn.model.MBpmnModel
-
Set the last checked date.
- setLastModified(long) - Method in class jadex.bpmn.model.MBpmnModel
-
Set the lastmodified date.
- setLooping(boolean) - Method in class jadex.bpmn.model.MActivity
-
Set the looping state.
- setName(String) - Method in class jadex.bpmn.model.MBpmnModel
-
Set the name of the model.
- setName(String) - Method in class jadex.bpmn.model.MNamedIdElement
-
Set the name.
- setName(String) - Method in class jadex.bpmn.model.MParameter
-
Set the name.
- setName(String) - Method in class jadex.bpmn.model.MProperty
-
Set the name.
- setName(String) - Method in class jadex.bpmn.task.info.PropertyMetaInfo
-
Sets the name.
- setOrCreateParameterValue(String, Object) - Method in interface jadex.bpmn.model.task.ITaskContext
-
Set or create a parameter value directly in this thread.
- setOrCreateParameterValue(String, Object, Object) - Method in interface jadex.bpmn.model.task.ITaskContext
-
Set or create a parameter value directly in this thread.
- setOutgoingDataEdges(List<MDataEdge>) - Method in class jadex.bpmn.model.MActivity
-
Set the outgoing data edges.
- setOutgoingSequenceEdges(List<MSequenceEdge>) - Method in class jadex.bpmn.model.MActivity
-
Set the outgoing sequence edges.
- setOutgoingSequenceEdgesDescription(String) - Method in class jadex.bpmn.model.MActivity
-
Set the xml outgoing edges desription.
- setPackage(String) - Method in class jadex.bpmn.model.MBpmnModel
-
Set the package name.
- setParameter(String, String, Class<?>, boolean, String) - Method in class jadex.bpmn.model.MActivity
-
Set a parameter value:
a) val==null -> remove property
b) val!=null && !hasProp(name) -> addProp(name, val)
c) val!=null && hasProp(name) -> setInitialVal(val)
- setParameterInfos(List<ParameterMetaInfo>) - Method in class jadex.bpmn.task.info.TaskMetaInfo
-
Set the parameterinfos.
- setParameterMapping(UnparsedExpression) - Method in class jadex.bpmn.model.MDataEdge
-
Set the parameter mapping.
- setParameters(IndexMap<String, MParameter>) - Method in class jadex.bpmn.model.MActivity
-
Sets the parameters.
- setParameterValue(String, Object) - Method in interface jadex.bpmn.model.task.ITaskContext
-
Set the value of a parameter.
- setParameterValue(String, Object, Object) - Method in interface jadex.bpmn.model.task.ITaskContext
-
Set the value of a parameter.
- setPool(MPool) - Method in class jadex.bpmn.model.MActivity
-
Set the pool of the activity.
- setProperties(IndexMap<String, MProperty>) - Method in class jadex.bpmn.model.MActivity
-
Set the properties.
- setProperty(String, String, boolean) - Method in class jadex.bpmn.model.MActivity
-
Set a property value:
a) val==null -> remove property
b) val!=null && !hasProp(name) -> addProp(name, val)
c) val!=null && hasProp(name) -> setInitialVal(val)
- setPropertyInfos(List<PropertyMetaInfo>) - Method in class jadex.bpmn.task.info.TaskMetaInfo
-
Set the propertyinfos.
- setPropertyValue(String, UnparsedExpression) - Method in class jadex.bpmn.model.MActivity
-
Legacy conversion from unparsed expression.
- setPropertyValue(String, IParsedExpression) - Method in class jadex.bpmn.model.MActivity
-
Legacy conversion to unparsed expression.
- setResourceIdentifier(IResourceIdentifier) - Method in class jadex.bpmn.model.MBpmnModel
-
Set the resource identifier.
- setResultDataEdges(List<MDataEdge>) - Method in class jadex.bpmn.model.MBpmnModel
-
Set the outgoing data edges.
- setSource(String) - Method in class jadex.bpmn.model.MAnnotation
-
Set the source.
- setSource(MArtifact) - Method in class jadex.bpmn.model.MAssociation
-
Set the source.
- setSource(MActivity) - Method in class jadex.bpmn.model.MEdge
-
Set the source.
- setSourceDescription(String) - Method in class jadex.bpmn.model.MMessagingEdge
-
Set the xml source description.
- setSourceParameter(String) - Method in class jadex.bpmn.model.MDataEdge
-
Set the sourceparam.
- setSubprocessType(String) - Method in class jadex.bpmn.model.MSubProcess
-
Set the subprocess type.
- setTarget(MAssociationTarget) - Method in class jadex.bpmn.model.MAssociation
-
Set the target.
- setTarget(MActivity) - Method in class jadex.bpmn.model.MEdge
-
Set the target.
- setTargetDescription(String) - Method in class jadex.bpmn.model.MMessagingEdge
-
Set the xml target Description.
- setTargetParameter(String) - Method in class jadex.bpmn.model.MDataEdge
-
Set the targetparam.
- setTasktype(String) - Method in class jadex.bpmn.model.MTask
-
Sets the task type.
- setThrowing(boolean) - Method in class jadex.bpmn.model.MActivity
-
Set the throwing state.
- setType(String) - Method in class jadex.bpmn.model.MActivity
-
Set the type.
- setType(String) - Method in class jadex.bpmn.model.MAnnotation
-
Set the type.
- setType(String) - Method in class jadex.bpmn.model.MAnnotationDetail
-
Set the type.
- setType(String) - Method in class jadex.bpmn.model.MArtifact
-
Set the type.
- setType(String) - Method in class jadex.bpmn.model.MAssociation
-
Set the type.
- setType(String) - Method in class jadex.bpmn.model.MLane
-
Set the type.
- setType(String) - Method in class jadex.bpmn.model.MMessagingEdge
-
Set the type.
- setType(String) - Method in class jadex.bpmn.model.MPool
-
Set the type.
- setType(String) - Method in class jadex.bpmn.model.MSequenceEdge
-
Set the type.
- setValue(String) - Method in class jadex.bpmn.model.MAnnotationDetail
-
Set the value.
- setValue(String, UnparsedExpression) - Method in class jadex.bpmn.model.MContextVariable
-
Set the value for a specific configuration.
- shutdown() - Method in interface jadex.bpmn.model.task.ITaskPropertyGui
-
Informs the panel that it should stop all its computation.
- SIGNAL_EVENT_TRIGGER - Static variable in class jadex.bpmn.model.MBpmnModel
-
The signal event handler trigger parameter name.
- source - Variable in class jadex.bpmn.model.MAnnotation
-
The source.
- source - Variable in class jadex.bpmn.model.MAssociation
-
The source.
- source - Variable in class jadex.bpmn.model.MEdge
-
The edge source.
- sourcedescription - Variable in class jadex.bpmn.model.MMessagingEdge
-
The source description.
- sourceparam - Variable in class jadex.bpmn.model.MDataEdge
-
The source parameter.
- START_EVENT_TAG - Static variable in class jadex.bpmn.model.io.SBpmnModelWriter
-
Tag for start events.
- STaskMetaInfoExtractor - Class in jadex.bpmn.task.info
-
Static helper for extracting task meta infos.
- STaskMetaInfoExtractor() - Constructor for class jadex.bpmn.task.info.STaskMetaInfoExtractor
-
- SUBPROCESS - Static variable in class jadex.bpmn.model.MBpmnModel
-
Constant for sub process.
- subprocesstype - Variable in class jadex.bpmn.model.MSubProcess
-
The subprocess type (e.g.
- SUBPROCESSTYPE_EVENT - Static variable in class jadex.bpmn.model.MSubProcess
-
The event subprocess type.
- SUBPROCESSTYPE_NONE - Static variable in class jadex.bpmn.model.MSubProcess
-
The default subprocess type.
- SUBPROCESSTYPE_PARALLEL - Static variable in class jadex.bpmn.model.MSubProcess
-
The parallel subprocess type.
- SUBPROCESSTYPE_SEQUENTIAL - Static variable in class jadex.bpmn.model.MSubProcess
-
The looping subprocess type.
- SVisualWriterHelper - Class in jadex.bpmn.model.io
-
- SVisualWriterHelper() - Constructor for class jadex.bpmn.model.io.SVisualWriterHelper
-
- TAG_ALIASES - Static variable in class jadex.bpmn.model.io.SBpmnModelReader
-
Tag aliases.
- target - Variable in class jadex.bpmn.model.MAssociation
-
The target.
- target - Variable in class jadex.bpmn.model.MEdge
-
The edge target.
- targetdescription - Variable in class jadex.bpmn.model.MMessagingEdge
-
The target description.
- targetparam - Variable in class jadex.bpmn.model.MDataEdge
-
The target parameter.
- TASK - Static variable in class jadex.bpmn.model.MBpmnModel
-
Constant for task.
- TASK - Static variable in class jadex.bpmn.model.MTask
-
The activity type for tasks.
- Task - Annotation Type in jadex.bpmn.model.task.annotation
-
Meta information for a task,
e.g.
- TASK_SUBTYPE_NONE - Static variable in class jadex.bpmn.model.MTask
-
The default unspecified task.
- TaskArgument - Annotation Type in jadex.bpmn.model.task.annotation
-
Marker for agent argument field.
- TaskBody - Annotation Type in jadex.bpmn.model.task.annotation
-
Marker for task body method.
- TaskComponent - Annotation Type in jadex.bpmn.model.task.annotation
-
Task component annotation.
- TaskMetaInfo - Class in jadex.bpmn.task.info
-
Meta information about a task.
- TaskMetaInfo() - Constructor for class jadex.bpmn.task.info.TaskMetaInfo
-
Create a task meta info.
- TaskMetaInfo(String, List<ParameterMetaInfo>, List<PropertyMetaInfo>, ClassInfo) - Constructor for class jadex.bpmn.task.info.TaskMetaInfo
-
Create a task meta info.
- TaskMetaInfo(String, ParameterMetaInfo[]) - Constructor for class jadex.bpmn.task.info.TaskMetaInfo
-
Create a task meta info.
- TaskMetaInfo(String, ParameterMetaInfo[], PropertyMetaInfo[]) - Constructor for class jadex.bpmn.task.info.TaskMetaInfo
-
Create a task meta info.
- TaskParameter - Annotation Type in jadex.bpmn.model.task.annotation
-
A declared parameter of a task.
- TaskProperty - Annotation Type in jadex.bpmn.model.task.annotation
-
A declared property of a task.
- TaskPropertyGui - Annotation Type in jadex.bpmn.model.task.annotation
-
- TaskResult - Annotation Type in jadex.bpmn.model.task.annotation
-
Marker for agent result field.
- tasktype - Variable in class jadex.bpmn.model.MTask
-
The task type.
- throwing - Variable in class jadex.bpmn.model.MActivity
-
The throwing flag.
- toString() - Method in class jadex.bpmn.model.MActivity
-
Create a string representation of this activity.
- toString() - Method in class jadex.bpmn.model.MBpmnModel
-
Get a string representation of this AGR space type.
- toString() - Method in class jadex.bpmn.model.MParameter
-
Get the string representation.
- toString() - Method in class jadex.bpmn.model.MProperty
-
Get the string representation.
- toString() - Method in class jadex.bpmn.task.info.ParameterMetaInfo
-
Get the string representation.
- toString() - Method in class jadex.bpmn.task.info.PropertyMetaInfo
-
Get the string representation.
- TRIGGER - Static variable in class jadex.bpmn.model.MBpmnModel
-
The process trigger name.
- type - Variable in class jadex.bpmn.model.MActivity
-
The type.
- type - Variable in class jadex.bpmn.model.MAnnotation
-
The type.
- type - Variable in class jadex.bpmn.model.MAnnotationDetail
-
The type.
- type - Variable in class jadex.bpmn.model.MArtifact
-
The type.
- type - Variable in class jadex.bpmn.model.MAssociation
-
The type.
- type - Variable in class jadex.bpmn.model.MLane
-
The type.
- type - Variable in class jadex.bpmn.model.MMessagingEdge
-
The type.
- type - Variable in class jadex.bpmn.model.MPool
-
The type.
- type - Variable in class jadex.bpmn.model.MSequenceEdge
-
The type.
- typematchedstartevents - Variable in class jadex.bpmn.model.MBpmnModel
-
The cached type-matched start events of the model.