FreeHEP API
Version v1.2.2

hep.graphics.heprep.ref
Class DefaultHepRepTypeTree

java.lang.Object
  |
  +--hep.graphics.heprep.ref.DefaultHepRepTreeID
        |
        +--hep.graphics.heprep.ref.DefaultHepRepTypeTree
All Implemented Interfaces:
HepRepTreeID, HepRepTypeTree, Serializable

public class DefaultHepRepTypeTree
extends DefaultHepRepTreeID
implements HepRepTypeTree, Serializable

Version:
$Id: DefaultHepRepTypeTree.java,v 1.14 2003/12/04 23:25:48 duns Exp $
Author:
M.Donszelmann
See Also:
Serialized Form

Field Summary
static String cvsId
           
 
Constructor Summary
DefaultHepRepTypeTree(HepRepTreeID typeTree)
           
 
Method Summary
 void addType(HepRepType type)
          Adds a type to this typetree.
 HepRepTypeTree copy()
          Returns a deep copy of this typetree.
 void display(String indent)
           
 boolean equals(Object o)
           
 HepRepType getType(String fullName)
          Returns type
 Set getTypes()
          Returns a collection of all types in this tree.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class hep.graphics.heprep.ref.DefaultHepRepTreeID
getName, getQualifier, getVersion, setQualifier
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface hep.graphics.heprep.HepRepTreeID
getName, getQualifier, getVersion, setQualifier
 

Field Detail

cvsId

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

DefaultHepRepTypeTree

public DefaultHepRepTypeTree(HepRepTreeID typeTree)
Method Detail

copy

public HepRepTypeTree copy()
                    throws CloneNotSupportedException
Description copied from interface: HepRepTypeTree
Returns a deep copy of this typetree.

Specified by:
copy in interface HepRepTypeTree
Returns:
copy of this typetree.
Throws:
CloneNotSupportedException - if copying is not possible.

addType

public void addType(HepRepType type)
Description copied from interface: HepRepTypeTree
Adds a type to this typetree.

Specified by:
addType in interface HepRepTypeTree
Parameters:
type - to be added.

getTypes

public Set getTypes()
Description copied from interface: HepRepTypeTree
Returns a collection of all types in this tree.

Specified by:
getTypes in interface HepRepTypeTree
Returns:
collection of HepRepTypes.

getType

public HepRepType getType(String fullName)
Description copied from interface: HepRepTypeTree
Returns type

Specified by:
getType in interface HepRepTypeTree

equals

public boolean equals(Object o)
Overrides:
equals in class DefaultHepRepTreeID

hashCode

public int hashCode()
Overrides:
hashCode in class DefaultHepRepTreeID

toString

public String toString()
Overrides:
toString in class DefaultHepRepTreeID
Returns:
a string representation of this HepRepTypeTree

display

public void display(String indent)

FreeHEP API
Version v1.2.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.