Interface ImmutableAntiSymmetricPreference

    • Method Detail

      • asGraph

        ImmutableGraph<Alternative> asGraph()
        In the graph : a relation from a to b means "a is at least as good as b". This graph can’t be modified, but is not necessarily immutable. Reflexive and transitive. This graph is immutable. This graph is antisymmetric.
        Specified by:
        asGraph in interface AntiSymmetricPreference
        Specified by:
        asGraph in interface ImmutablePreference
        Specified by:
        asGraph in interface Preference
        Returns:
        the Graph corresponding to the Preference.