コード例 #1
0
ファイル: GraphImpl.java プロジェクト: teropa/stem
 /**
  *
  * <!-- begin-user-doc -->
  * <!-- end-user-doc -->
  *
  * @generated NOT
  */
 public void switchToNextValue(STEMTime currentTime) {
   for (final Iterator<DynamicLabel> graphLabelIter = getDynamicLabels().iterator();
       graphLabelIter.hasNext(); ) {
     final DynamicLabel dynamicLabel = graphLabelIter.next();
     dynamicLabel.switchToNextValue();
   } // for dynamic labels
   setTime((STEMTime) EcoreUtil.copy(currentTime));
 } // switchToNextValue