當前位置: 首頁>>代碼示例>>Java>>正文


Java EOperation.equals方法代碼示例

本文整理匯總了Java中org.eclipse.emf.ecore.EOperation.equals方法的典型用法代碼示例。如果您正苦於以下問題:Java EOperation.equals方法的具體用法?Java EOperation.equals怎麽用?Java EOperation.equals使用的例子?那麽, 這裏精選的方法代碼示例或許可以為您提供幫助。您也可以進一步了解該方法所在org.eclipse.emf.ecore.EOperation的用法示例。


在下文中一共展示了EOperation.equals方法的15個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的Java代碼示例。

示例1: pattern_TieFlow_10_1_preparereturnvalue_blackFBBF

import org.eclipse.emf.ecore.EOperation; //導入方法依賴的package包/類
public static final Object[] pattern_TieFlow_10_1_preparereturnvalue_blackFBBF(EClass __eClass, TieFlow _this) {
	for (EOperation __performOperation : __eClass.getEOperations()) {
		String __performOperation_name = __performOperation.getName();
		if (__performOperation_name.equals("isApplicable_FWD")) {
			for (EOperation isApplicableCC : __eClass.getEOperations()) {
				if (!__performOperation.equals(isApplicableCC)) {
					String isApplicableCC_name = isApplicableCC.getName();
					if (isApplicableCC_name.equals("isApplicable_CC")) {
						return new Object[] { __performOperation, __eClass, _this, isApplicableCC };
					}

				}
			}
		}

	}
	return null;
}
 
開發者ID:SvenPeldszus,項目名稱:rgse.ttc17.emoflon.tgg,代碼行數:19,代碼來源:TieFlowImpl.java

示例2: pattern_NonConformLoadGroup_10_1_preparereturnvalue_blackFBBF

import org.eclipse.emf.ecore.EOperation; //導入方法依賴的package包/類
public static final Object[] pattern_NonConformLoadGroup_10_1_preparereturnvalue_blackFBBF(EClass __eClass,
		NonConformLoadGroup _this) {
	for (EOperation __performOperation : __eClass.getEOperations()) {
		String __performOperation_name = __performOperation.getName();
		if (__performOperation_name.equals("isApplicable_FWD")) {
			for (EOperation isApplicableCC : __eClass.getEOperations()) {
				if (!__performOperation.equals(isApplicableCC)) {
					String isApplicableCC_name = isApplicableCC.getName();
					if (isApplicableCC_name.equals("isApplicable_CC")) {
						return new Object[] { __performOperation, __eClass, _this, isApplicableCC };
					}

				}
			}
		}

	}
	return null;
}
 
開發者ID:georghinkel,項目名稱:ttc2017smartGrids,代碼行數:20,代碼來源:NonConformLoadGroupImpl.java

示例3: pattern_LocationLink_10_1_preparereturnvalue_blackFBBF

import org.eclipse.emf.ecore.EOperation; //導入方法依賴的package包/類
public static final Object[] pattern_LocationLink_10_1_preparereturnvalue_blackFBBF(EClass __eClass,
		LocationLink _this) {
	for (EOperation __performOperation : __eClass.getEOperations()) {
		String __performOperation_name = __performOperation.getName();
		if (__performOperation_name.equals("isApplicable_FWD")) {
			for (EOperation isApplicableCC : __eClass.getEOperations()) {
				if (!__performOperation.equals(isApplicableCC)) {
					String isApplicableCC_name = isApplicableCC.getName();
					if (isApplicableCC_name.equals("isApplicable_CC")) {
						return new Object[] { __performOperation, __eClass, _this, isApplicableCC };
					}

				}
			}
		}

	}
	return null;
}
 
開發者ID:SvenPeldszus,項目名稱:rgse.ttc17.emoflon.tgg,代碼行數:20,代碼來源:LocationLinkImpl.java

示例4: pattern_LoadAreaLinkControlArea_10_1_preparereturnvalue_blackFBBF

import org.eclipse.emf.ecore.EOperation; //導入方法依賴的package包/類
public static final Object[] pattern_LoadAreaLinkControlArea_10_1_preparereturnvalue_blackFBBF(EClass __eClass,
		LoadAreaLinkControlArea _this) {
	for (EOperation __performOperation : __eClass.getEOperations()) {
		String __performOperation_name = __performOperation.getName();
		if (__performOperation_name.equals("isApplicable_FWD")) {
			for (EOperation isApplicableCC : __eClass.getEOperations()) {
				if (!__performOperation.equals(isApplicableCC)) {
					String isApplicableCC_name = isApplicableCC.getName();
					if (isApplicableCC_name.equals("isApplicable_CC")) {
						return new Object[] { __performOperation, __eClass, _this, isApplicableCC };
					}

				}
			}
		}

	}
	return null;
}
 
開發者ID:georghinkel,項目名稱:ttc2017smartGrids,代碼行數:20,代碼來源:LoadAreaLinkControlAreaImpl.java

示例5: pattern_ServiceDeliveryPointLinkMeterAsset_10_1_preparereturnvalue_blackFBBF

import org.eclipse.emf.ecore.EOperation; //導入方法依賴的package包/類
public static final Object[] pattern_ServiceDeliveryPointLinkMeterAsset_10_1_preparereturnvalue_blackFBBF(
		EClass __eClass, ServiceDeliveryPointLinkMeterAsset _this) {
	for (EOperation __performOperation : __eClass.getEOperations()) {
		String __performOperation_name = __performOperation.getName();
		if (__performOperation_name.equals("isApplicable_FWD")) {
			for (EOperation isApplicableCC : __eClass.getEOperations()) {
				if (!__performOperation.equals(isApplicableCC)) {
					String isApplicableCC_name = isApplicableCC.getName();
					if (isApplicableCC_name.equals("isApplicable_CC")) {
						return new Object[] { __performOperation, __eClass, _this, isApplicableCC };
					}

				}
			}
		}

	}
	return null;
}
 
開發者ID:georghinkel,項目名稱:ttc2017smartGrids,代碼行數:20,代碼來源:ServiceDeliveryPointLinkMeterAssetImpl.java

示例6: pattern_ServiceLocation_10_1_preparereturnvalue_blackFBBF

import org.eclipse.emf.ecore.EOperation; //導入方法依賴的package包/類
public static final Object[] pattern_ServiceLocation_10_1_preparereturnvalue_blackFBBF(EClass __eClass,
		ServiceLocation _this) {
	for (EOperation __performOperation : __eClass.getEOperations()) {
		String __performOperation_name = __performOperation.getName();
		if (__performOperation_name.equals("isApplicable_FWD")) {
			for (EOperation isApplicableCC : __eClass.getEOperations()) {
				if (!__performOperation.equals(isApplicableCC)) {
					String isApplicableCC_name = isApplicableCC.getName();
					if (isApplicableCC_name.equals("isApplicable_CC")) {
						return new Object[] { __performOperation, __eClass, _this, isApplicableCC };
					}

				}
			}
		}

	}
	return null;
}
 
開發者ID:SvenPeldszus,項目名稱:rgse.ttc17.emoflon.tgg,代碼行數:20,代碼來源:ServiceLocationImpl.java

示例7: pattern_PositionPointLink_10_1_preparereturnvalue_blackFBBF

import org.eclipse.emf.ecore.EOperation; //導入方法依賴的package包/類
public static final Object[] pattern_PositionPointLink_10_1_preparereturnvalue_blackFBBF(EClass __eClass,
		PositionPointLink _this) {
	for (EOperation __performOperation : __eClass.getEOperations()) {
		String __performOperation_name = __performOperation.getName();
		if (__performOperation_name.equals("isApplicable_FWD")) {
			for (EOperation isApplicableCC : __eClass.getEOperations()) {
				if (!__performOperation.equals(isApplicableCC)) {
					String isApplicableCC_name = isApplicableCC.getName();
					if (isApplicableCC_name.equals("isApplicable_CC")) {
						return new Object[] { __performOperation, __eClass, _this, isApplicableCC };
					}

				}
			}
		}

	}
	return null;
}
 
開發者ID:SvenPeldszus,項目名稱:rgse.ttc17.emoflon.tgg,代碼行數:20,代碼來源:PositionPointLinkImpl.java

示例8: pattern_ServiceDeliveryPointLinkMeterAsset_10_5_Addmatchtoruleresult_blackBBBB

import org.eclipse.emf.ecore.EOperation; //導入方法依賴的package包/類
public static final Object[] pattern_ServiceDeliveryPointLinkMeterAsset_10_5_Addmatchtoruleresult_blackBBBB(
		Match match, EOperation __performOperation, EObjectContainer __result, EOperation isApplicableCC) {
	if (!__performOperation.equals(isApplicableCC)) {
		return new Object[] { match, __performOperation, __result, isApplicableCC };
	}
	return null;
}
 
開發者ID:SvenPeldszus,項目名稱:rgse.ttc17.emoflon.tgg,代碼行數:8,代碼來源:ServiceDeliveryPointLinkMeterAssetImpl.java

示例9: pattern_EnergyConsumerWithIDConfLoad_10_5_Addmatchtoruleresult_blackBBBB

import org.eclipse.emf.ecore.EOperation; //導入方法依賴的package包/類
public static final Object[] pattern_EnergyConsumerWithIDConfLoad_10_5_Addmatchtoruleresult_blackBBBB(Match match,
		EOperation __performOperation, EObjectContainer __result, EOperation isApplicableCC) {
	if (!__performOperation.equals(isApplicableCC)) {
		return new Object[] { match, __performOperation, __result, isApplicableCC };
	}
	return null;
}
 
開發者ID:SvenPeldszus,項目名稱:rgse.ttc17.emoflon.tgg,代碼行數:8,代碼來源:EnergyConsumerWithIDConfLoadImpl.java

示例10: pattern_GmlPosition_10_5_Addmatchtoruleresult_blackBBBB

import org.eclipse.emf.ecore.EOperation; //導入方法依賴的package包/類
public static final Object[] pattern_GmlPosition_10_5_Addmatchtoruleresult_blackBBBB(Match match,
		EOperation __performOperation, EObjectContainer __result, EOperation isApplicableCC) {
	if (!__performOperation.equals(isApplicableCC)) {
		return new Object[] { match, __performOperation, __result, isApplicableCC };
	}
	return null;
}
 
開發者ID:SvenPeldszus,項目名稱:rgse.ttc17.emoflon.tgg,代碼行數:8,代碼來源:GmlPositionImpl.java

示例11: pattern_SubLoadArea_10_5_Addmatchtoruleresult_blackBBBB

import org.eclipse.emf.ecore.EOperation; //導入方法依賴的package包/類
public static final Object[] pattern_SubLoadArea_10_5_Addmatchtoruleresult_blackBBBB(Match match,
		EOperation __performOperation, EObjectContainer __result, EOperation isApplicableCC) {
	if (!__performOperation.equals(isApplicableCC)) {
		return new Object[] { match, __performOperation, __result, isApplicableCC };
	}
	return null;
}
 
開發者ID:georghinkel,項目名稱:ttc2017smartGrids,代碼行數:8,代碼來源:SubLoadAreaImpl.java

示例12: pattern_Terminal_10_5_Addmatchtoruleresult_blackBBBB

import org.eclipse.emf.ecore.EOperation; //導入方法依賴的package包/類
public static final Object[] pattern_Terminal_10_5_Addmatchtoruleresult_blackBBBB(Match match,
		EOperation __performOperation, EObjectContainer __result, EOperation isApplicableCC) {
	if (!__performOperation.equals(isApplicableCC)) {
		return new Object[] { match, __performOperation, __result, isApplicableCC };
	}
	return null;
}
 
開發者ID:georghinkel,項目名稱:ttc2017smartGrids,代碼行數:8,代碼來源:TerminalImpl.java

示例13: pattern_ServiceLocation_10_5_Addmatchtoruleresult_blackBBBB

import org.eclipse.emf.ecore.EOperation; //導入方法依賴的package包/類
public static final Object[] pattern_ServiceLocation_10_5_Addmatchtoruleresult_blackBBBB(Match match,
		EOperation __performOperation, EObjectContainer __result, EOperation isApplicableCC) {
	if (!__performOperation.equals(isApplicableCC)) {
		return new Object[] { match, __performOperation, __result, isApplicableCC };
	}
	return null;
}
 
開發者ID:SvenPeldszus,項目名稱:rgse.ttc17.emoflon.tgg,代碼行數:8,代碼來源:ServiceLocationImpl.java

示例14: pattern_NonConformLoadGroup_10_5_Addmatchtoruleresult_blackBBBB

import org.eclipse.emf.ecore.EOperation; //導入方法依賴的package包/類
public static final Object[] pattern_NonConformLoadGroup_10_5_Addmatchtoruleresult_blackBBBB(Match match,
		EOperation __performOperation, EObjectContainer __result, EOperation isApplicableCC) {
	if (!__performOperation.equals(isApplicableCC)) {
		return new Object[] { match, __performOperation, __result, isApplicableCC };
	}
	return null;
}
 
開發者ID:georghinkel,項目名稱:ttc2017smartGrids,代碼行數:8,代碼來源:NonConformLoadGroupImpl.java

示例15: pattern_Location_10_5_Addmatchtoruleresult_blackBBBB

import org.eclipse.emf.ecore.EOperation; //導入方法依賴的package包/類
public static final Object[] pattern_Location_10_5_Addmatchtoruleresult_blackBBBB(Match match,
		EOperation __performOperation, EObjectContainer __result, EOperation isApplicableCC) {
	if (!__performOperation.equals(isApplicableCC)) {
		return new Object[] { match, __performOperation, __result, isApplicableCC };
	}
	return null;
}
 
開發者ID:SvenPeldszus,項目名稱:rgse.ttc17.emoflon.tgg,代碼行數:8,代碼來源:LocationImpl.java


注:本文中的org.eclipse.emf.ecore.EOperation.equals方法示例由純淨天空整理自Github/MSDocs等開源代碼及文檔管理平台,相關代碼片段篩選自各路編程大神貢獻的開源項目,源碼版權歸原作者所有,傳播和使用請參考對應項目的License;未經允許,請勿轉載。