public class BuiltInRegistry extends Object
Title: Built-In Registry
Description: Registry of built-ins used by pellet.
Copyright: Copyright (c) 2007
Company: Clark & Parsia, LLC.
| Modifier and Type | Field and Description |
|---|---|
static BuiltInRegistry |
instance |
| Modifier and Type | Method and Description |
|---|---|
BuiltIn |
getBuiltIn(String name)
Returns a built-in registered by the given name.
|
void |
registerBuiltIn(String name,
BuiltIn builtIn) |
public static final BuiltInRegistry instance
Copyright © 2019. All rights reserved.