◆ addProfile()
void fiftyone.pipeline.engines.data.MultiProfileData< T extends AspectData >.addProfile | ( | T | profile | ) |
Add a profile to this instance.
- Parameters
-
- profile - the profile to add
\r\n
Specialised implementation of AspectData where the instance contains a list of profiles.
The individual profiles must extend AspectData.
List< T > | getProfiles ()
Get the list of profiles. More...
|
void | addProfile (T profile)
Add a profile to this instance. More...
|
Public Member Functions inherited from fiftyone.pipeline.engines.data.AspectData | |
List< AspectEngine<? extends AspectData, ? extends AspectPropertyMetaData > > | getEngines ()
Get the engines that generated the data withing this data instance. More...
|
Future<?> | getProcessFuture () |
Public Member Functions inherited from fiftyone.pipeline.core.data.ElementData | |
Pipeline | getPipeline () |
void | setPipeline (Pipeline pipeline) |
Public Member Functions inherited from fiftyone.pipeline.core.data.Data | |
Object | get (String key)
Get the value stored using the specified key. More...
|
void | put (String key, Object value)
Set the value stored using the specified key. More...
|
void | populateFromMap (Map< String, Object > values)
Use the values in the specified map to populate this data instance. More...
|
Map< String, Object > | asKeyMap () |
void fiftyone.pipeline.engines.data.MultiProfileData< T extends AspectData >.addProfile | ( | T | profile | ) |
Add a profile to this instance.
List<T> fiftyone.pipeline.engines.data.MultiProfileData< T extends AspectData >.getProfiles | ( | ) |
Get the list of profiles.