Class CompositeRepresentation

    • Constructor Detail

      • CompositeRepresentation

        public CompositeRepresentation​(List<Representation> representations)
    • Method Detail

      • toStringOf

        public String toStringOf​(Object object)
        Description copied from interface: Representation
        Returns the String representation of the given object. It may or may not be the object's own implementation of toString.
        Specified by:
        toStringOf in interface Representation
        Parameters:
        object - the object to represent.
        Returns:
        the toString representation of the given object.
      • getAllRepresentationsOrderedByPriority

        public List<Representation> getAllRepresentationsOrderedByPriority()