org.eclipse.stardust.engine.core.spi.artifact.impl
Class BenchmarkDefinitionArtifactType

java.lang.Object
  extended by org.eclipse.stardust.engine.core.spi.artifact.impl.BenchmarkDefinitionArtifactType
All Implemented Interfaces:
Serializable, ArtifactType

public class BenchmarkDefinitionArtifactType
extends Object
implements ArtifactType

The ArtifactType of a benchmark definition.

Benchmark definitions contain categories and conditions for process and activity instances.

Author:
Roland.Stamm
See Also:
Serialized Form

Field Summary
static String TYPE_ID
           
 
Constructor Summary
BenchmarkDefinitionArtifactType()
           
 
Method Summary
 String getId()
          The identifier for the artifact
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_ID

public static final String TYPE_ID
See Also:
Constant Field Values
Constructor Detail

BenchmarkDefinitionArtifactType

public BenchmarkDefinitionArtifactType()
Method Detail

getId

public String getId()
Description copied from interface: ArtifactType
The identifier for the artifact

Specified by:
getId in interface ArtifactType
Returns:
the artifact type id.


Copyright © 2017 Eclipse Stardust. All Rights Reserved.