Uses of Class
be.destin.skos.view.ViewConcept

Packages that use ViewConcept
be.destin.skos.view Classes to model hierarchical views of SKOS data, marshalling in XML or transformation to HTML using XSLT 
 

Uses of ViewConcept in be.destin.skos.view
 

Methods in be.destin.skos.view that return types with arguments of type ViewConcept
static java.util.LinkedList<ViewConcept> SkosViewManager.getConcepts(SkosView vocabulary)
           
 java.util.LinkedList<ViewConcept> ViewConcept.getNarrower()
           
 java.util.LinkedList<ViewConcept> SkosView.getNarrower()
           
 

Methods in be.destin.skos.view with parameters of type ViewConcept
static java.lang.String SkosViewManager.toDotConceptHierarchy(SkosHtmlManager skosHtmlManager, SkosView skosView, ViewConcept viewConcept, java.util.LinkedList<java.lang.String> nodes, boolean inContext)
           
 

Method parameters in be.destin.skos.view with type arguments of type ViewConcept
 int SkosView.addConceptList(java.util.LinkedList<ViewConcept> narrowers, java.util.LinkedList<ViewConcept> written)
           
 int SkosView.addConceptList(java.util.LinkedList<ViewConcept> narrowers, java.util.LinkedList<ViewConcept> written)
           
 void SkosView.setNarrower(java.util.LinkedList<ViewConcept> child)