se.kmr.scam.editor.util
Class ValueModel

java.lang.Object
  extended byse.kmr.scam.editor.util.ValueModel

public class ValueModel
extends Object

Description of the Class

Version:
$Revision: 1.10 $
Author:
Jöran
Created:
den 4 september 2002

Constructor Summary
ValueModel(Model model, Resource root)
          Constructor for the ValueModel object
ValueModel(String rdfXmlUri, Resource root)
          Constructor for the ValueModel object
 
Method Summary
 Model getModel()
          Gets the model attribute of the ValueModel object
 Resource getRoot()
          Gets the root attribute of the ValueModel object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueModel

public ValueModel(String rdfXmlUri,
                  Resource root)
           throws RDFException
Constructor for the ValueModel object

Parameters:
rdfXmlUri - Description of the Parameter
root - Description of the Parameter
Throws:
RDFException - Description of the Exception

ValueModel

public ValueModel(Model model,
                  Resource root)
           throws RDFException
Constructor for the ValueModel object

Parameters:
model - Description of the Parameter
root - Description of the Parameter
Throws:
RDFException - Description of the Exception
Method Detail

getRoot

public Resource getRoot()
Gets the root attribute of the ValueModel object

Returns:
The root value

getModel

public Model getModel()
Gets the model attribute of the ValueModel object

Returns:
The model value


Copyright © 2003 SCAM. All Rights Reserved.