Class ArchitectureFeature


  • public final class ArchitectureFeature
    extends QualitativeFeature
    This class represents all Architecture Features (x86, ...).
    • Constructor Detail

      • ArchitectureFeature

        public ArchitectureFeature()
        Empty constructor for deserialization.
      • ArchitectureFeature

        public ArchitectureFeature​(String archName)
        Constructor with architecture name
        Parameters:
        archName - Name to be set
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getArchitectureName

        public String getArchitectureName()
        Get architectureName
        Returns:
        the architectureName
      • setArchitectureName

        public void setArchitectureName​(String newarchitectureName)
        Set architectureName
        Parameters:
        newarchitectureName - the architectureName to set
      • getId

        public UUID getId()
        Returns:
        the id
      • setId

        public void setId​(UUID theid)
        Parameters:
        theid - the id to set