Class ApplicationImpl
java.lang.Object
com.atomgraph.processor.model.impl.ApplicationImpl
- All Implemented Interfaces:
com.atomgraph.core.model.Application,Application
- Author:
- Martynas Jusevičius <martynas@atomgraph.com>
-
Constructor Summary
ConstructorsConstructorDescriptionApplicationImpl(com.atomgraph.core.model.Service service, org.apache.jena.rdf.model.Resource ontology) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.jena.rdf.model.Resourcecom.atomgraph.core.model.Service
-
Constructor Details
-
ApplicationImpl
public ApplicationImpl(com.atomgraph.core.model.Service service, org.apache.jena.rdf.model.Resource ontology)
-
-
Method Details
-
getOntology
public org.apache.jena.rdf.model.Resource getOntology()- Specified by:
getOntologyin interfaceApplication
-
getService
public com.atomgraph.core.model.Service getService()- Specified by:
getServicein interfacecom.atomgraph.core.model.Application
-