Uses of Class
org.overlord.sramp.common.ontology.SrampOntology.Class

Packages that use SrampOntology.Class
org.overlord.sramp.common.ontology   
 

Uses of SrampOntology.Class in org.overlord.sramp.common.ontology
 

Methods in org.overlord.sramp.common.ontology that return SrampOntology.Class
 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()
           
 

Methods in org.overlord.sramp.common.ontology that return types with arguments of type SrampOntology.Class
 List<SrampOntology.Class> SrampOntology.getAllClasses()
           
 List<SrampOntology.Class> SrampOntology.Class.getChildren()
           
 List<SrampOntology.Class> SrampOntology.getRootClasses()
           
 

Methods in org.overlord.sramp.common.ontology with parameters of type SrampOntology.Class
 void SrampOntology.Class.setParent(SrampOntology.Class parent)
           
 

Method parameters in org.overlord.sramp.common.ontology with type arguments of type SrampOntology.Class
 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.