AIDA API
Version 3.3

hep.aida
Interface IManagedObject


public interface IManagedObject

An object which can be stored in a tree.

Author:
The AIDA team (http://aida.freehep.org/)
See Also:
ITree

Method Summary
 String name()
          Get the name of an IManagedObject.
 String type()
          Get the type of an IManagedObject.
 

Method Detail

name

public String name()
Get the name of an IManagedObject. Names can only be changed using the ITree.mv().

Returns:
The name of the IManagedObject.

type

public String type()
Get the type of an IManagedObject. The same string as the ITree::listObjectTypes() returns.

Returns:
The type of the IManagedObject.

AIDA API
Version 3.3

Copyright © 2000-2004 AIDA Team, All Rights Reserved.