Class SetOfObjectsAttributeValue<O>

  • All Implemented Interfaces:
    org.api4.java.ai.ml.core.dataset.schema.attribute.IAttributeValue, org.api4.java.ai.ml.core.dataset.schema.attribute.IObjectAttributeValue<java.util.Set<O>>, org.api4.java.ai.ml.core.dataset.schema.attribute.ISetOfObjectsAttributeValue<O>

    public class SetOfObjectsAttributeValue<O>
    extends java.lang.Object
    implements org.api4.java.ai.ml.core.dataset.schema.attribute.ISetOfObjectsAttributeValue<O>
    • Constructor Summary

      Constructors 
      Constructor Description
      SetOfObjectsAttributeValue​(java.util.Set<O> setOfObjects, org.api4.java.ai.ml.core.dataset.schema.attribute.ISetOfObjectsAttribute<O> attribute)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.api4.java.ai.ml.core.dataset.schema.attribute.IAttribute getAttribute()  
      java.util.Set<O> getValue()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SetOfObjectsAttributeValue

        public SetOfObjectsAttributeValue​(java.util.Set<O> setOfObjects,
                                          org.api4.java.ai.ml.core.dataset.schema.attribute.ISetOfObjectsAttribute<O> attribute)
    • Method Detail

      • getAttribute

        public org.api4.java.ai.ml.core.dataset.schema.attribute.IAttribute getAttribute()
        Specified by:
        getAttribute in interface org.api4.java.ai.ml.core.dataset.schema.attribute.IAttributeValue
      • getValue

        public java.util.Set<O> getValue()
        Specified by:
        getValue in interface org.api4.java.ai.ml.core.dataset.schema.attribute.IAttributeValue
        Specified by:
        getValue in interface org.api4.java.ai.ml.core.dataset.schema.attribute.IObjectAttributeValue<O>
        Specified by:
        getValue in interface org.api4.java.ai.ml.core.dataset.schema.attribute.ISetOfObjectsAttributeValue<O>