Package org.apache.stanbol.commons.jsonld

Examples of org.apache.stanbol.commons.jsonld.JsonLdProfile.addTypes()


   
    public JsonLdProfile toJsonLdProfile() {
        JsonLdProfile profile = new JsonLdProfile();
       
        for (String role : this.roleMap.keySet()) {
            profile.addTypes(role, this.roleMap.get(role));
        }
       
        return profile;
    }
   
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.