Interface NamedPath.OngoingNamedDefinition

All Known Subinterfaces:
NamedPath.OngoingDefinitionWithName
Enclosing class:
NamedPath

public static interface NamedPath.OngoingNamedDefinition
Partial path that has a name, introduced as a superinterface for NamedPath.OngoingDefinitionWithName to avoid dragging NamedPath.OngoingDefinitionWithName.get().
  • Method Details

    • definedBy

      NamedPath definedBy(PatternElement pattern)
      Create a new named path based on a PatternElement.
      Parameters:
      pattern - the pattern to be matched for the named path.
      Returns:
      a named path.