Package org.foafrealm.mfb.mediator

Examples of org.foafrealm.mfb.mediator.RdfEnhancer


          mapTextFacetValue.put(facet.getUniqueId(), (TextFacet)facet);
        }
       
       
        //TODO: put in a better place, but it should do for now
        RdfEnhancer enhancer = new InterfacetPropertyEnhancer();
        enhancer.enhance(null, mdlOntology, null, null);
      }
     
      result = lstFacets.toArray(new Facet[lstFacets.size()]);
     
    }
View Full Code Here

TOP

Related Classes of org.foafrealm.mfb.mediator.RdfEnhancer

Copyright © 2018 www.massapicom. 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.