public class DatasetGroup extends Object implements Cloneable, Serializable
Constructor and Description |
---|
DatasetGroup()
Constructs a new group.
|
DatasetGroup(String id)
Creates a new group with the specified id.
|
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Clones the group.
|
boolean |
equals(Object obj)
Tests this instance for equality with an arbitrary object.
|
String |
getID()
Returns the identification string for this group.
|
public DatasetGroup()
public DatasetGroup(String id)
id
- the identification for the group.public String getID()
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
- not by this class.Jas4pp 1.5 © Java Analysis Studio for Particle Physics