Class OntologySolverModel

    • Constructor Detail

      • OntologySolverModel

        public OntologySolverModel​(Workspace workspace)
        Construct an OntologySolverModel in the specified workspace. If the workspace argument is null, then use the default workspace. Add the entity to the workspace directory. Increment the version number of the workspace.
        Parameters:
        workspace - The workspace that will list the entity.
      • OntologySolverModel

        public OntologySolverModel​(OntologySolver solver,
                                   Workspace workspace)
        Create a new OntologySolverModel with the specified workspace and the specified OntologySolver.
        Parameters:
        solver - The OntologySolver that contains the model.
        workspace - The workspace that will list the entity.