◆ getComponent()
ComponentMetaData fiftyone.pipeline.engines.fiftyone.flowelements.FiftyOneAspectEngine< TData extends AspectData, TProperty extends FiftyOneAspectPropertyMetaData >.getComponent | ( | String | name | ) | throws Exception |
Get the component with the specified name from the data set.
- Parameters
-
- name - the name of the component
- Returns
- the component, or null if not found
- Exceptions
-
- Exception - if an exception was thrown internally
◆ getComponents()
CloseableIterable<ComponentMetaData> fiftyone.pipeline.engines.fiftyone.flowelements.FiftyOneAspectEngine< TData extends AspectData, TProperty extends FiftyOneAspectPropertyMetaData >.getComponents ( ) Get all data components contained in the data set which the engine is using e.g.
Hardware, Software etc.
- Returns
- a CloseableIterable containing all components
◆ getProfile()
ProfileMetaData fiftyone.pipeline.engines.fiftyone.flowelements.FiftyOneAspectEngine< TData extends AspectData, TProperty extends FiftyOneAspectPropertyMetaData >.getProfile ( int profileId ) throws Exception Get the profile with the unique profile id from the data set.
- Parameters
-
- profileId - unique profile id
- Returns
- the profile with the id, or null if not found
- Exceptions
-
- Exception - if an exception was thrown internally
◆ getProfiles()
CloseableIterable<ProfileMetaData> fiftyone.pipeline.engines.fiftyone.flowelements.FiftyOneAspectEngine< TData extends AspectData, TProperty extends FiftyOneAspectPropertyMetaData >.getProfiles ( ) Get all profiles contained in the data set which the engine is using.
- Returns
- a CloseableIterable containing all profiles
◆ getValue()
ValueMetaData fiftyone.pipeline.engines.fiftyone.flowelements.FiftyOneAspectEngine< TData extends AspectData, TProperty extends FiftyOneAspectPropertyMetaData >.getValue ( String propertyName, String valueName ) throws Exception Get the component with the specified property and value name from the data set.
- Parameters
-
- propertyName - the name of the property which the value belongs to
- valueName - the name of the value
- Returns
- the value or, null if not found
- Exceptions
-
- Exception - if an exception was thrown internally
◆ getValues()
CloseableIterable<ValueMetaData> fiftyone.pipeline.engines.fiftyone.flowelements.FiftyOneAspectEngine< TData extends AspectData, TProperty extends FiftyOneAspectPropertyMetaData >.getValues ( ) Get all property values contained in the data set which the engine is using.
- Returns
- a CloseableIterable containing all values