Class NotLoadedFragmentMatch

All Implemented Interfaces:
Notifier, Match, EObject, EStructuralFeature.Internal.DynamicValueHolder, InternalEObject

public class NotLoadedFragmentMatch extends MatchSpec
The not loaded fragment match.
Since:
3.2
  • Constructor Details

    • 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 Details

    • getComparison

      public Comparison getComparison()
      Specified by:
      getComparison in interface Match
      Overrides:
      getComparison in class MatchSpec
      See Also:
    • 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.
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object