|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HepRepTypeTree
HepRepTypeTree interface.
Method Summary | |
---|---|
void |
addType(HepRepType type)
Adds a type to this typetree. |
HepRepTypeTree |
copy()
Returns a deep copy of this typetree. |
HepRepType |
getType(String fullName)
Returns type for full type name |
List |
getTypeList()
Returns a collection of all types in this tree. |
Set |
getTypes()
Deprecated. use getTypeList() |
Methods inherited from interface hep.graphics.heprep.HepRepTreeID |
---|
getName, getQualifier, getVersion, setQualifier |
Method Detail |
---|
void addType(HepRepType type)
type
- to be added.Set getTypes()
List getTypeList()
HepRepType getType(String fullName)
fullName
- full type name
HepRepTypeTree copy() throws CloneNotSupportedException
CloneNotSupportedException
- if copying is not possible.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |