Package org.protege.notesapi.notes.impl

Examples of org.protege.notesapi.notes.impl.DefaultComment


        return new DefaultOntologyComponent(project.getDataFactory().getOWLNamedIndividual(entity.getIRI()), notesOntology);
    }
   
    private AnnotatableThing getAnnotatableThingForObjectId(NoteId noteId) {
        OWLNamedIndividual entity = project.getDataFactory().getOWLNamedIndividual(IRI.create(noteId.getLexicalForm()));
        return new DefaultComment(entity, notesOntology);
    }
View Full Code Here

TOP

Related Classes of org.protege.notesapi.notes.impl.DefaultComment

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.