Class ClassificationToAttribute

java.lang.Object
mc.core.model.generic.ClassificationToAttribute
All Implemented Interfaces:
Serializable, IAttributeAssignment, IBaseEntity, ICoreEntity, IObjectAssignment, ISortableEntity

@Entity public class ClassificationToAttribute extends Object implements IBaseEntity, IAttributeAssignment
Entity representing the association of an Attribute to a Classification. These assignments are used to create a feature set for all complex entities assigned to the Classification.
See Also:
  • Constructor Details

    • ClassificationToAttribute

      public ClassificationToAttribute()
      default constructor
    • ClassificationToAttribute

      public ClassificationToAttribute(Classification classification, Attribute attribute, int prio)
      constructor with mandatory member
  • Method Details