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
{{ message }}
This repository was archived by the owner on May 9, 2025. It is now read-only.
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}}}