Uses of Class
facets.util.OffsetPath

Packages that use OffsetPath
facets.core.app Extensions and partial specialisations of core Superficial types. 
facets.facet Surface building. 
facets.util General-purpose utilities and non-Superficial interfaces. 
 

Uses of OffsetPath in facets.core.app
 

Subclasses of OffsetPath in facets.core.app
 class ArrayPath
          OffsetPath for array-based content.
 class NodePath
          OffsetPath for TypedNode trees that can index into their TypedNode.values().
 

Fields in facets.core.app declared as OffsetPath
 OffsetPath[] PathSelection.paths
          The OffsetPaths passed to the constructor and rooted on PathSelection.content().
 

Methods in facets.core.app that return OffsetPath
 OffsetPath NodePath.procrusted(java.lang.Object rootThen, java.lang.Object rootNow)
           
 OffsetPath ArrayPath.procrusted(java.lang.Object root, java.lang.Object to)
          Invalid stub implementation.
 

Methods in facets.core.app with parameters of type OffsetPath
static PathSelection PathSelection.newSingle(java.lang.Object content, OffsetPath path)
          Creates a selection with a single path.
 

Constructors in facets.core.app with parameters of type OffsetPath
PathSelection(java.lang.Object content, OffsetPath... paths)
          Core constructor.
 

Uses of OffsetPath in facets.facet
 

Fields in facets.facet declared as OffsetPath
protected static OffsetPath FacetFactory.GRAPH_NO_PATH
           
 

Uses of OffsetPath in facets.util
 

Fields in facets.util declared as OffsetPath
static OffsetPath OffsetPath.empty
          Convenience instance.
static OffsetPath OffsetPath.singleMembered
          Convenience instance.
 

Methods in facets.util that return OffsetPath
abstract  OffsetPath OffsetPath.procrusted(java.lang.Object root, java.lang.Object to)