public interface IIdentifierDictionaryManager
IIdentifierDictionary
objects.Modifier and Type | Method and Description |
---|---|
void |
addIdentifierDictionary(IIdentifierDictionary dict)
Add an
IIdentifierDictionary . |
void |
clear()
Clear the list of
IIdentifierDictionary s. |
IIdentifierDictionary |
getIdentifierDictionary(String name)
Get an
IIdentifierDictionary by name. |
IIdentifierDictionary getIdentifierDictionary(String name)
IIdentifierDictionary
by name.name
- The name of the IdentifierDictionary.void addIdentifierDictionary(IIdentifierDictionary dict)
IIdentifierDictionary
.dict
- The IdentifierDictionary to be added.void clear()
IIdentifierDictionary
s.Copyright © 2016 Linear Collider Detector (LCD). All rights reserved.