Modifier and Type | Method and Description |
---|---|
static EntityDefinition |
EntityAccessorUtil.createEntity(Path<PathElement> path)
Create an entity definition from a path.
|
Modifier and Type | Method and Description |
---|---|
static EntityDefinition |
AlignmentUtil.createEntity(Path<Definition<?>> path,
SchemaSpaceID schemaSpace,
Filter filter)
Create an entity definition from a definition path.
|
Modifier and Type | Method and Description |
---|---|
static List<Path<Definition<?>>> |
DefinitionResolver.findProperty(DefinitionGroup parent,
String name,
String namespace)
Find all possible property paths for the given property name, also
descending into sub-groups.
|
static List<Path<Definition<?>>> |
DefinitionResolver.findProperty(DefinitionGroup parent,
String name,
String namespace,
Path<Definition<?>> basePath,
boolean useCachedResolver)
Find all possible property paths for the given property name, also
descending into sub-groups.
|
static List<Path<Definition<?>>> |
DefinitionResolver.findPropertyCached(DefinitionGroup parent,
String name,
String namespace)
Find all possible property paths for the given property name, also
descending into sub-groups.
|
Modifier and Type | Method and Description |
---|---|
static List<Path<Definition<?>>> |
DefinitionResolver.findProperty(DefinitionGroup parent,
String name,
String namespace,
Path<Definition<?>> basePath,
boolean useCachedResolver)
Find all possible property paths for the given property name, also
descending into sub-groups.
|
Modifier and Type | Method and Description |
---|---|
List<Path<Definition<?>>> |
CachedResolver.getResolvedPaths(String name,
String namespace)
Get the resolved paths for the given property name and namespace.
|
Modifier and Type | Class and Description |
---|---|
class |
PathImpl<C>
Path base implementation.
|
Modifier and Type | Method and Description |
---|---|
Path<C> |
AbstractAccessor.eval()
Get a unique found child path.
|
Path<C> |
AbstractAccessor.eval(boolean unique)
Get a single found child path.
|
Path<C> |
Path.subPath(C child)
Create a sub path.
|
Path<C> |
PathImpl.subPath(C child) |
Path<C> |
Path.subPath(Path<C> append)
Create a sub path.
|
Path<C> |
PathImpl.subPath(Path<C> append) |
Modifier and Type | Method and Description |
---|---|
List<? extends Path<C>> |
AbstractAccessor.all()
Get all found paths.
|
protected abstract List<? extends Path<C>> |
AbstractAccessor.findChildPaths(List<? extends Path<C>> parentPaths,
String name,
List<?> args)
Find child paths for the given name.
|
Modifier and Type | Method and Description |
---|---|
Path<C> |
Path.subPath(Path<C> append)
Create a sub path.
|
Path<C> |
PathImpl.subPath(Path<C> append) |
Modifier and Type | Method and Description |
---|---|
protected abstract List<? extends Path<C>> |
AbstractAccessor.findChildPaths(List<? extends Path<C>> parentPaths,
String name,
List<?> args)
Find child paths for the given name.
|
Constructor and Description |
---|
AbstractAccessor(Path<C> parentPath)
Creates a new accessor.
|
Constructor and Description |
---|
AbstractAccessor(List<? extends Path<C>> initialPaths)
Creates a new accessor.
|
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a