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 booleancontainsObject(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 DictionaryItemgetProperty(String object, String property) default DictionaryItemgetProperty(Set<String> object, String property)
-
Method Details
-
getObjects
-
getProperties
-
containsObject
-
getProperties
-
getProperty
-
getProperty
-
getObjectFromProperty
-
getIfcType
-
getIfcSubType
-
getClassification
-