Package org.dcom.core.services
Interface DictionaryService
- All Known Implementing Classes:
FileDictionaryService
,TemplaterDictionaryService
public interface DictionaryService
The interface defining how the rest of the DCOM codebase interacts with a dictionary service.
-
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
containsObject
(String oTest) getClassification
(String object) getIfcSubType
(String object) getIfcType
(String object) getObjectFromProperty
(String property) getProperties
(String object) default Set<DictionaryItem>
getProperties
(Set<String> objects) default DictionaryItem
getProperty
(String object, String property) default DictionaryItem
getProperty
(Set<String> object, String property)
-
Method Details
-
getObjects
-
getProperties
-
containsObject
-
getProperties
-
getProperty
-
getProperty
-
getObjectFromProperty
-
getIfcType
-
getIfcSubType
-
getClassification
-