Uses of Class
be.destin.skos.core.Profile

Packages that use Profile
be.destin.skos.core In memory model for SKOS data: core classes, read me first! 
be.destin.skos.html Helpers for displaying SKOS data in HTML 
 

Uses of Profile in be.destin.skos.core
 

Methods in be.destin.skos.core that return Profile
static Profile Profile.getInstance(SkosManager skosManager, java.lang.String aName)
           
 

Methods in be.destin.skos.core with parameters of type Profile
 java.util.LinkedList<Status> SchemeInterface.getPossibleStatus(Profile userProfile, Status currentStatus, Status[][] normalTransitions)
           
 java.util.LinkedList<Status> NoScheme.getPossibleStatus(Profile userProfile, Status currentStatus, Status[][] normalTransitions)
           
 

Uses of Profile in be.destin.skos.html
 

Methods in be.destin.skos.html that return Profile
 Profile SkosHtmlManager.getProfileData()