List of usage examples for java.lang Cloneable interface-usage
From source file com.smartman.redpaperhelper.xutils.http.client.entity.BodyParamsEntity.java
/** * Author: wyouflf * Date: 13-7-26 * Time: ?4:21 */ public class BodyParamsEntity extends AbstractHttpEntity implements Cloneable {
From source file jp.tricreo.ddd.base.lifecycle.impl.OnMemoryRepository.java
/**
* ??
*
* @param <T> ?
* @author j5ik2o
*/
From source file edu.ksu.cis.indus.tools.Phase.java
/**
* This class represents a phase. The tools/analyses/processes are expected to run in phases. In particular, the execution can
* proceed in major phases which consist of 0 or many minor phases. This mode of execution can be tracked by instances of this
* class.
*
* @author <a href="http://www.cis.ksu.edu/~rvprasad">Venkatesh Prasad Ranganath</a>
From source file org.beepcore.beep.core.ProfileRegistry.java
/**
* Maintains a set of associations between URIs and
* <code>StartChannelListener</code>s. This set is used to generate
* the <code>greeting</code> and to demux <code>start</code> requests.
*
* @author Eric Dixon
From source file org.openvpms.component.business.domain.archetype.ArchetypeId.java
/**
* The archetype identifier uniquely defines an archetype. It consists of the
* following components:
* <p><tt><entityName>.<concept>.<version></tt>
* <p>where:
* <ul>
From source file br.ufpe.soot.instrument.bitrep.BitVectorFeatureRep.java
public class BitVectorFeatureRep implements IFeatureRep, Cloneable { private Set<String> features; private BidiMap atoms; private int id; private BitVector bits;
From source file org.cubictest.model.PageElement.java
/**
* Base class for elements on a page.
*
* @author skyttere
* @author chr_schwarz
*
From source file de.l3s.boilerpipe.document.TextBlock.java
/**
* Describes a block of text.
*
* A block can be an "atomic" text element (i.e., a sequence of text that is not
* interrupted by any HTML markup) or a compound of such atomic elements.
*
From source file org.pentaho.pms.schema.concept.types.tabletype.ConceptPropertyTableType.java
/** * @deprecated as of metadata 3.0. */ public class ConceptPropertyTableType extends ConceptPropertyBase implements ConceptPropertyInterface, Cloneable { public static final ConceptPropertyTableType DEFAULT_OTHER = new ConceptPropertyTableType("tabletype", //$NON-NLS-1$ TableTypeSettings.OTHER);
From source file org.xwiki.model.reference.EntityReference.java
/**
* Represents a reference to an Entity (Document, Attachment, Space, Wiki, etc).
*
* @version $Id$
* @since 2.2M1
*/