public class Aggregations extends Object
| Constructor and Description |
|---|
Aggregations() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getName(org.apache.jena.rdf.model.Resource aggType)
If registered, returns the display name of a given aggregation type.
|
static org.apache.jena.rdf.model.Resource |
getType(String name)
If registered, returns the aggregation Resource for a given display name.
|
static void |
register(org.apache.jena.rdf.model.Resource aggType,
String name)
Programatically adds a new aggregation type.
|
public static String getName(org.apache.jena.rdf.model.Resource aggType)
aggType - the aggregation type, e.g. sp:Sumpublic static org.apache.jena.rdf.model.Resource getType(String name)
name - the name (e.g., "SUM")public static void register(org.apache.jena.rdf.model.Resource aggType,
String name)
aggType - the type to registername - the display nameCopyright © 2017 TopQuadrant, Inc.. All rights reserved.