FreeHEP API
Version current

hep.graphics.heprep
Interface HepRepTreeID

All Known Subinterfaces:
HepRepInstanceTree, HepRepTypeTree
All Known Implementing Classes:
DefaultHepRepInstanceTree, DefaultHepRepTreeID, DefaultHepRepTypeTree, HepRepInstanceTreeAdapter, HepRepInstanceTreeAdapter, HepRepTreeIDAdapter, HepRepTreeIDAdapter, HepRepTypeTreeAdapter, HepRepTypeTreeAdapter

public interface HepRepTreeID

HepRepTreeID interface.

Author:
Mark Donszelmann
Source Code:
HepRepTreeID.java

Method Summary
 String getName()
          Returns the name of this treeID.
 String getQualifier()
          Returns the qualifier that qualifies the relation that this treeID has with what it refers to.
 String getVersion()
          Returns the version of this treeID.
 void setQualifier(String qualifier)
          Sets the qualifier that qualifies the relation that this treeID has with what it refers to.
 

Method Detail

getName

public String getName()
Returns the name of this treeID.

Returns:
name of treeID.

getVersion

public String getVersion()
Returns the version of this treeID.

Returns:
version of treeID.

getQualifier

public String getQualifier()
Returns the qualifier that qualifies the relation that this treeID has with what it refers to.

Returns:
qualifier.

setQualifier

public void setQualifier(String qualifier)
Sets the qualifier that qualifies the relation that this treeID has with what it refers to.

Parameters:
qualifier - to be set.

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.