public interface Classification
Component
s.Modifier and Type | Method and Description |
---|---|
Collection<ClassificationResult> |
classify(Component component)
Classify the given component with this classification.
|
String |
getDescription()
Returns the description of this classification.
|
Optional<String> |
getEdition()
Returns an
Optional containing the classification's edition or version, as defined in IFC, or empty if
the edition is not specified. |
ComponentFilter |
getFilter()
Get the total filter that selects which components this classification should classify.
|
String |
getName()
Returns the name of this classification.
|
Optional<String> |
getSource()
Returns an
Optional containing the source (or the publisher) of this classification, as defined in IFC,
or empty if no source is defined. |
String getName()
ComponentFilter getFilter()
String getDescription()
Optional<String> getEdition()
Optional
containing the classification's edition or version, as defined in IFC, or empty if
the edition is not specified.Optional<String> getSource()
Optional
containing the source (or the publisher) of this classification, as defined in IFC,
or empty if no source is defined.Collection<ClassificationResult> classify(Component component)
component
- the given componentCopyright © 2019 Solibri, Inc.. All rights reserved.