public abstract class FrameMaker extends Object
Constructor and Description |
---|
FrameMaker() |
Modifier and Type | Method and Description |
---|---|
abstract ClassFrame |
makeClassFrame(org.semanticweb.owlapi.model.OWLClass c) |
abstract ClassStub |
makeClassStub(org.semanticweb.owlapi.model.OWLObject obj) |
Expression |
makeExpression(org.semanticweb.owlapi.model.OWLClassExpression x) |
abstract Expression |
makeIntersectionOf(org.semanticweb.owlapi.model.OWLObjectIntersectionOf x) |
abstract PropertyStub |
makePropertyStub(org.semanticweb.owlapi.model.OWLObject obj) |
abstract Restriction |
makeSomeValuesFrom(org.semanticweb.owlapi.model.OWLObjectSomeValuesFrom x) |
abstract Stub |
makeStub(org.semanticweb.owlapi.model.OWLObject obj) |
String |
translateToJson(Frame f) |
public abstract Stub makeStub(org.semanticweb.owlapi.model.OWLObject obj)
public abstract ClassStub makeClassStub(org.semanticweb.owlapi.model.OWLObject obj)
public abstract PropertyStub makePropertyStub(org.semanticweb.owlapi.model.OWLObject obj)
public abstract ClassFrame makeClassFrame(org.semanticweb.owlapi.model.OWLClass c)
public Expression makeExpression(org.semanticweb.owlapi.model.OWLClassExpression x)
public abstract Expression makeIntersectionOf(org.semanticweb.owlapi.model.OWLObjectIntersectionOf x)
public abstract Restriction makeSomeValuesFrom(org.semanticweb.owlapi.model.OWLObjectSomeValuesFrom x)
Copyright © 2010–2015. All rights reserved.