コード例 #1
0
 public CSTOperationContextCS(
     CSTOperationCS operation,
     List <object> constraints)
 {
     this.operationNodeCS    = operation;
     this.constraintsNodesCS = constraints;
 }
コード例 #2
0
 public CSTDefOperationExpressionCS(
     CSTOperationCS operation,
     CSTExpressionInOclCS expression)
 {
     this.operationNodeCS  = operation;
     this.expressionNodeCS = expression;
 }