⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 simplematching.java

📁 一个数据挖掘软件ALPHAMINERR的整个过程的JAVA版源代码
💻 JAVA
字号:
/**
 * The file is generated by BorlandXML.
 */

package com.prudsys.pdm.Adapters.PmmlVersion20;

/**
 * The SimpleMatching class represents the element "simpleMatching" with the content
 * model defined as follows:
 * <p>
 * &lt;!ELEMENT simpleMatching EMPTY&gt;<br>
 */
public class SimpleMatching extends com.borland.xml.toolkit.EmptyElement 
{
	/** xml tag name of this element. */
	public static String _tagName = "simpleMatching";

	/**
	 * Creates an empty SimpleMatching object.
	 */
	public SimpleMatching()
	{
		super();
	}

	/**
	 * Creates a SimpleMatching object with the specified state.
	 * @param state	boolean value
	 */
	public SimpleMatching(boolean state)
	{
		super(state);
	}


	/**
	 * Unmarshals the specified "simpleMatching" element back to a SimpleMatching object.
	 */
	public static SimpleMatching unmarshal(com.borland.xml.toolkit.Element elem)
	{
		SimpleMatching __objSimpleMatching = (SimpleMatching)com.borland.xml.toolkit.EmptyElement.unmarshal(elem, new SimpleMatching());
		return __objSimpleMatching;
	}



	/**
	 * Gets the tag name of this element.
	 */
	public String get_TagName()
	{
		return _tagName;
	}
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -