public class FrameMakerLD extends FrameMaker
Constructor and Description |
---|
FrameMakerLD(OWLGraphWrapper g) |
Modifier and Type | Method and Description |
---|---|
Object |
makeAnnotationValue(org.semanticweb.owlapi.model.OWLAnnotationValue v) |
ClassFrameLD |
makeClassFrame(org.semanticweb.owlapi.model.OWLClass c) |
ClassStubLD |
makeClassStub(org.semanticweb.owlapi.model.OWLObject obj) |
ExpressionLD |
makeExpression(org.semanticweb.owlapi.model.OWLClassExpression x) |
ExpressionLD |
makeIntersectionOf(org.semanticweb.owlapi.model.OWLObjectIntersectionOf x) |
OntologyFrameLD |
makeOntologyFrame(Set<org.semanticweb.owlapi.model.OWLClass> cset) |
OntologyFrameLD |
makeOntologyFrame(String ontologyIRI,
Set<org.semanticweb.owlapi.model.OWLClass> cset) |
PropertyStubLD |
makePropertyStub(org.semanticweb.owlapi.model.OWLObject obj) |
RestrictionLD |
makeSomeValuesFrom(org.semanticweb.owlapi.model.OWLObjectSomeValuesFrom x) |
StubLD |
makeStub(org.semanticweb.owlapi.model.OWLObject obj) |
translateToJson
public FrameMakerLD(OWLGraphWrapper g)
public StubLD makeStub(org.semanticweb.owlapi.model.OWLObject obj)
makeStub
in class FrameMaker
public PropertyStubLD makePropertyStub(org.semanticweb.owlapi.model.OWLObject obj)
makePropertyStub
in class FrameMaker
public ClassStubLD makeClassStub(org.semanticweb.owlapi.model.OWLObject obj)
makeClassStub
in class FrameMaker
public ClassFrameLD makeClassFrame(org.semanticweb.owlapi.model.OWLClass c)
makeClassFrame
in class FrameMaker
public OntologyFrameLD makeOntologyFrame(Set<org.semanticweb.owlapi.model.OWLClass> cset)
public OntologyFrameLD makeOntologyFrame(String ontologyIRI, Set<org.semanticweb.owlapi.model.OWLClass> cset)
public Object makeAnnotationValue(org.semanticweb.owlapi.model.OWLAnnotationValue v)
public ExpressionLD makeExpression(org.semanticweb.owlapi.model.OWLClassExpression x)
makeExpression
in class FrameMaker
public ExpressionLD makeIntersectionOf(org.semanticweb.owlapi.model.OWLObjectIntersectionOf x)
makeIntersectionOf
in class FrameMaker
public RestrictionLD makeSomeValuesFrom(org.semanticweb.owlapi.model.OWLObjectSomeValuesFrom x)
makeSomeValuesFrom
in class FrameMaker
Copyright © 2010–2015. All rights reserved.