|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object hep.graphics.heprep.ref.DefaultHepRepTreeID hep.graphics.heprep.ref.DefaultHepRepTypeTree
Field Summary | |
static String |
cvsId
|
Constructor Summary | |
protected |
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)
|
HepRepType |
getType(String fullName)
Returns type |
List |
getTypeList()
Returns a collection of all types in this tree. |
Set |
getTypes()
Returns a collection of all types in this tree. |
String |
toString()
|
Methods inherited from class hep.graphics.heprep.ref.DefaultHepRepTreeID |
equals, getName, getQualifier, getVersion, hashCode, 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 |
public static final String cvsId
Constructor Detail |
protected DefaultHepRepTypeTree(HepRepTreeID typeTree)
Method Detail |
public HepRepTypeTree copy() throws CloneNotSupportedException
HepRepTypeTree
copy
in interface HepRepTypeTree
CloneNotSupportedException
- if copying is not possible.public void addType(HepRepType type)
HepRepTypeTree
addType
in interface HepRepTypeTree
type
- to be added.public Set getTypes()
HepRepTypeTree
getTypes
in interface HepRepTypeTree
public List getTypeList()
HepRepTypeTree
getTypeList
in interface HepRepTypeTree
public HepRepType getType(String fullName)
HepRepTypeTree
getType
in interface HepRepTypeTree
public String toString()
toString
in class DefaultHepRepTreeID
public void display(String indent)
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |