| Package | Description |
|---|---|
| org.plasma.query.collector | |
| org.plasma.query.model |
Copyright 2017 TerraMeta Software, Inc.
|
| Modifier and Type | Method and Description |
|---|---|
Function |
FunctionPath.getFunc() |
| Modifier and Type | Method and Description |
|---|---|
List<Function> |
SelectionCollector.getFunctions(commonj.sdo.Property property) |
List<Function> |
Selection.getFunctions(commonj.sdo.Property property)
Returns the functions for the given property or empty list if the given
property has no functions.
|
List<Function> |
SelectionCollector.getFunctions(commonj.sdo.Property property,
int level) |
List<Function> |
Selection.getFunctions(commonj.sdo.Property property,
int level)
Returns the functions for the given property for the given traversal level
or graph depth, or empty list if the given property has no functions.
|
| Constructor and Description |
|---|
FunctionPath(Function func,
Path path,
commonj.sdo.Property property) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Function> |
Property.functions |
| Modifier and Type | Method and Description |
|---|---|
List<Function> |
Property.getFunctions() |
Copyright © 2021. All rights reserved.