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


Java EOperation.getName方法代碼示例

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


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

示例1: pattern_Zone_10_1_preparereturnvalue_blackFBBF

import org.eclipse.emf.ecore.EOperation; //導入方法依賴的package包/類
public static final Object[] pattern_Zone_10_1_preparereturnvalue_blackFBBF(EClass __eClass, Zone _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,代碼來源:ZoneImpl.java

示例2: pattern_ServiceDeliveryPoint_10_1_preparereturnvalue_blackFBBF

import org.eclipse.emf.ecore.EOperation; //導入方法依賴的package包/類
public static final Object[] pattern_ServiceDeliveryPoint_10_1_preparereturnvalue_blackFBBF(EClass __eClass,
		ServiceDeliveryPoint _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,代碼來源:ServiceDeliveryPointImpl.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:georghinkel,項目名稱:ttc2017smartGrids,代碼行數:20,代碼來源:LocationLinkImpl.java

示例4: pattern_SDPLocation_10_1_preparereturnvalue_blackFBBF

import org.eclipse.emf.ecore.EOperation; //導入方法依賴的package包/類
public static final Object[] pattern_SDPLocation_10_1_preparereturnvalue_blackFBBF(EClass __eClass,
		SDPLocation _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,代碼來源:SDPLocationImpl.java

示例5: pattern_StationSupply_10_1_preparereturnvalue_blackFBBF

import org.eclipse.emf.ecore.EOperation; //導入方法依賴的package包/類
public static final Object[] pattern_StationSupply_10_1_preparereturnvalue_blackFBBF(EClass __eClass,
		StationSupply _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,代碼來源:StationSupplyImpl.java

示例6: pattern_ConformLoadGroup_10_1_preparereturnvalue_blackFBBF

import org.eclipse.emf.ecore.EOperation; //導入方法依賴的package包/類
public static final Object[] pattern_ConformLoadGroup_10_1_preparereturnvalue_blackFBBF(EClass __eClass,
		ConformLoadGroup _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,代碼來源:ConformLoadGroupImpl.java

示例7: pattern_PositionPoint_10_1_preparereturnvalue_blackFBBF

import org.eclipse.emf.ecore.EOperation; //導入方法依賴的package包/類
public static final Object[] pattern_PositionPoint_10_1_preparereturnvalue_blackFBBF(EClass __eClass,
		PositionPoint _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,代碼來源:PositionPointImpl.java

示例8: pattern_ConformLoad_10_1_preparereturnvalue_blackFBBF

import org.eclipse.emf.ecore.EOperation; //導入方法依賴的package包/類
public static final Object[] pattern_ConformLoad_10_1_preparereturnvalue_blackFBBF(EClass __eClass,
		ConformLoad _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,代碼來源:ConformLoadImpl.java

示例9: 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:SvenPeldszus,項目名稱:rgse.ttc17.emoflon.tgg,代碼行數:20,代碼來源:NonConformLoadGroupImpl.java

示例10: pattern_ControlArea_2_1_preparereturnvalue_blackFBB

import org.eclipse.emf.ecore.EOperation; //導入方法依賴的package包/類
public static final Object[] pattern_ControlArea_2_1_preparereturnvalue_blackFBB(EClass eClass, ControlArea _this) {
	for (EOperation performOperation : eClass.getEOperations()) {
		String performOperation_name = performOperation.getName();
		if (performOperation_name.equals("perform_FWD")) {
			return new Object[] { performOperation, eClass, _this };
		}

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

示例11: pattern_ServiceDeliveryPoint_2_1_preparereturnvalue_blackFBB

import org.eclipse.emf.ecore.EOperation; //導入方法依賴的package包/類
public static final Object[] pattern_ServiceDeliveryPoint_2_1_preparereturnvalue_blackFBB(EClass eClass,
		ServiceDeliveryPoint _this) {
	for (EOperation performOperation : eClass.getEOperations()) {
		String performOperation_name = performOperation.getName();
		if (performOperation_name.equals("perform_FWD")) {
			return new Object[] { performOperation, eClass, _this };
		}

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

示例12: pattern_ConformLoad_2_1_preparereturnvalue_blackFBB

import org.eclipse.emf.ecore.EOperation; //導入方法依賴的package包/類
public static final Object[] pattern_ConformLoad_2_1_preparereturnvalue_blackFBB(EClass eClass, ConformLoad _this) {
	for (EOperation performOperation : eClass.getEOperations()) {
		String performOperation_name = performOperation.getName();
		if (performOperation_name.equals("perform_FWD")) {
			return new Object[] { performOperation, eClass, _this };
		}

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

示例13: pattern_Zone_2_1_preparereturnvalue_blackFBB

import org.eclipse.emf.ecore.EOperation; //導入方法依賴的package包/類
public static final Object[] pattern_Zone_2_1_preparereturnvalue_blackFBB(EClass eClass, Zone _this) {
	for (EOperation performOperation : eClass.getEOperations()) {
		String performOperation_name = performOperation.getName();
		if (performOperation_name.equals("perform_FWD")) {
			return new Object[] { performOperation, eClass, _this };
		}

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

示例14: pattern_PositionPointLink_2_1_preparereturnvalue_blackFBB

import org.eclipse.emf.ecore.EOperation; //導入方法依賴的package包/類
public static final Object[] pattern_PositionPointLink_2_1_preparereturnvalue_blackFBB(EClass eClass,
		PositionPointLink _this) {
	for (EOperation performOperation : eClass.getEOperations()) {
		String performOperation_name = performOperation.getName();
		if (performOperation_name.equals("perform_FWD")) {
			return new Object[] { performOperation, eClass, _this };
		}

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

示例15: pattern_EnergyConsumerWithIDConfLoad_2_1_preparereturnvalue_blackFBB

import org.eclipse.emf.ecore.EOperation; //導入方法依賴的package包/類
public static final Object[] pattern_EnergyConsumerWithIDConfLoad_2_1_preparereturnvalue_blackFBB(EClass eClass,
		EnergyConsumerWithIDConfLoad _this) {
	for (EOperation performOperation : eClass.getEOperations()) {
		String performOperation_name = performOperation.getName();
		if (performOperation_name.equals("perform_FWD")) {
			return new Object[] { performOperation, eClass, _this };
		}

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


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