Class ApplicationImpl

java.lang.Object
com.atomgraph.processor.model.impl.ApplicationImpl
All Implemented Interfaces:
com.atomgraph.core.model.Application, Application

public class ApplicationImpl extends Object implements Application
Author:
Martynas Jusevičius <martynas@atomgraph.com>
  • 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:
      getOntology in interface Application
    • getService

      public com.atomgraph.core.model.Service getService()
      Specified by:
      getService in interface com.atomgraph.core.model.Application