| Package | Description |
|---|---|
| org.overlord.sramp.common.ontology |
| Modifier and Type | Method and Description |
|---|---|
SrampOntology.Class |
SrampOntology.createClass(String id)
Creates a new class within this ontology.
|
SrampOntology.Class |
SrampOntology.findClass(String id)
Finds a class by its unique id within the ontology.
|
SrampOntology.Class |
SrampOntology.Class.findClass(String id)
Recursively finds a class matching the given ID.
|
SrampOntology.Class |
SrampOntology.findClass(URI uri)
Finds a class by its unique URI.
|
SrampOntology.Class |
SrampOntology.Class.findClass(URI uri)
Recursively finds a class matching the given URI.
|
SrampOntology.Class |
SrampOntology.Class.getParent() |
| Modifier and Type | Method and Description |
|---|---|
List<SrampOntology.Class> |
SrampOntology.getAllClasses() |
List<SrampOntology.Class> |
SrampOntology.Class.getChildren() |
List<SrampOntology.Class> |
SrampOntology.getRootClasses() |
| Modifier and Type | Method and Description |
|---|---|
void |
SrampOntology.Class.setParent(SrampOntology.Class parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
SrampOntology.Class.setChildren(List<SrampOntology.Class> children) |
void |
SrampOntology.setRootClasses(List<SrampOntology.Class> rootClasses) |
Copyright © 2011–2013 JBoss, a division of Red Hat. All rights reserved.