Class NotLoadedFragmentMatch

    • Constructor Detail

      • NotLoadedFragmentMatch

        public NotLoadedFragmentMatch()
        Constructor.
      • NotLoadedFragmentMatch

        public NotLoadedFragmentMatch​(Match child)
        Constructor.
        Parameters:
        child - the child of this not loaded fragment match.
      • NotLoadedFragmentMatch

        public NotLoadedFragmentMatch​(Collection<Match> children)
        Constructor.
        Parameters:
        children - the children of this not loaded fragment match.
    • Method Detail

      • getChildren

        public Collection<Match> getChildren()
        Get children.
        Returns:
        the children.
      • getName

        public String getName()
        Get name.
        Returns:
        the name.
      • setName

        public void setName​(String name)
        Set name.
        Parameters:
        name - the name to set.
      • getResource

        public Resource getResource()
        Get resource.
        Returns:
        the resource.
      • getFirstMatchChild

        public Match getFirstMatchChild()
        Get the first match child.
        Returns:
        the first match child.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object