/**
* Returns the result of interpreting the object as an instance of '<em>Switch</em>'.
* <!-- begin-user-doc -->
* This implementation returns null;
* returning a non-null result will terminate the switch.
* <!-- end-user-doc -->
* @param object the target of the switch.
* @return the result of interpreting the object as an instance of '<em>Switch</em>'.
* @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
* @generated
*/
public T caseSwitch(gluemodel.CIM.IEC61970.Wires.Switch object) {
return null;
}
WiresSwitch.java 文件源码
java
阅读 29
收藏 0
点赞 0
评论 0
项目:ttc2017smartGrids
作者:
评论列表
文章目录