You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expression SO can inherit variables and make SOA more powerful and flexiable.
For example
classComparisonExpression:BoolVariable{publicBaseVariablevar1;publicCompareOperatorop;publicBaseVariablevar2;publicoverrideboolValue{get{// compare var1 and var2}}}
The text was updated successfully, but these errors were encountered:
Expression SO can inherit variables and make SOA more powerful and flexiable.
For example
The text was updated successfully, but these errors were encountered: