public class Environment
extends java.lang.Object
Constructor and Description |
---|
Environment(RDD rdd)
Constructs and initializes a new environment for the given RDD.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<IRI> |
A(IRI clazz)
Access to the class properties (non-recursive).
|
java.util.Collection<IRI> |
C(IRI clazz)
Access to the subclass hierarchy (non-recursive).
|
java.util.Collection<IRI> |
P(IRI property)
Access to the subproperty hierarchy (non-recursive).
|