Interface TypeHierarchyContext

All Known Subinterfaces:
TagQueryTarget

public interface TypeHierarchyContext
  • Method Summary

    Modifier and Type
    Method
    Description
    This context represents a complex type, and this function returns the relationship between it and some other type.
  • Method Details

    • getInheritanceRelationship

      InheritanceRelationship getInheritanceRelationship(String typeId)
      This context represents a complex type, and this function returns the relationship between it and some other type.
      Parameters:
      typeId - the id to which we will compare our relationship
      Returns:
      the relationship between this type and the passed in type.