Interface ISetOfObjectsAttributeValue<O>
-
- All Superinterfaces:
IAttributeValue,IObjectAttributeValue<java.util.Set<O>>
public interface ISetOfObjectsAttributeValue<O> extends IObjectAttributeValue<java.util.Set<O>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<O>getValue()-
Methods inherited from interface org.api4.java.ai.ml.core.dataset.schema.attribute.IAttributeValue
getAttribute
-
-
-
-
Method Detail
-
getValue
java.util.Set<O> getValue()
- Specified by:
getValuein interfaceIAttributeValue- Specified by:
getValuein interfaceIObjectAttributeValue<O>
-
-