org.eclipse.stardust.engine.core.spi.artifact.impl
Class BenchmarkDefinitionArtifactType
java.lang.Object
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
|
Method Summary |
String |
getId()
The identifier for the artifact |
TYPE_ID
public static final String TYPE_ID
- See Also:
- Constant Field Values
BenchmarkDefinitionArtifactType
public BenchmarkDefinitionArtifactType()
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.