Uses of Class
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TFormalExpression
Packages that use TFormalExpression
-
Uses of TFormalExpression in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model
Fields in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model declared as TFormalExpressionModifier and TypeFieldDescriptionprotected TFormalExpression
TComplexBehaviorDefinition.condition
protected TFormalExpression
TCorrelationPropertyBinding.dataPath
protected TFormalExpression
TCorrelationPropertyRetrievalExpression.messagePath
protected TFormalExpression
TDataAssociation.transformation
Methods in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model that return TFormalExpressionModifier and TypeMethodDescriptionObjectFactory.createTFormalExpression()
Create an instance ofTFormalExpression
TComplexBehaviorDefinition.getCondition()
Gets the value of the condition property.TCorrelationPropertyBinding.getDataPath()
Gets the value of the dataPath property.TCorrelationPropertyRetrievalExpression.getMessagePath()
Gets the value of the messagePath property.TDataAssociation.getTransformation()
Gets the value of the transformation property.Methods in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model that return types with arguments of type TFormalExpressionModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<TFormalExpression>
ObjectFactory.createFormalExpression
(TFormalExpression value) Methods in ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model with parameters of type TFormalExpressionModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<TFormalExpression>
ObjectFactory.createFormalExpression
(TFormalExpression value) void
TComplexBehaviorDefinition.setCondition
(TFormalExpression value) Sets the value of the condition property.void
TCorrelationPropertyBinding.setDataPath
(TFormalExpression value) Sets the value of the dataPath property.void
TCorrelationPropertyRetrievalExpression.setMessagePath
(TFormalExpression value) Sets the value of the messagePath property.void
TDataAssociation.setTransformation
(TFormalExpression value) Sets the value of the transformation property.