Uses of Interface
se.kmr.scam.editor.util.ValueObject

Packages that use ValueObject
se.kmr.scam.editor.util   
se.kmr.scam.editor.util.form   
 

Uses of ValueObject in se.kmr.scam.editor.util
 

Classes in se.kmr.scam.editor.util that implement ValueObject
 class PredicateValueObject
          Should be renamed to Value.
 class ValueObjectImpl
          Wrapper for a fact in a value model.
 

Methods in se.kmr.scam.editor.util that return ValueObject
 ValueObject ValueObjectImpl.duplicate()
          Creates a (structural) duplicate of this object, all values are set to default.
 ValueObject ValueObject.duplicate()
          Creates an (structural)duplicate of this object, all values are set to default.
 ValueObject QueryBinding.getValue()
          Gets the value attribute of the QueryBinding object
 ValueObject PredicateValueObject.duplicate()
          If predicate is set to something this copies the binding tree.
 

Constructors in se.kmr.scam.editor.util with parameters of type ValueObject
QueryBinding(Resource variable, ValueObject value)
          Constructor for the QueryBinding object
PredicateValueObject(ValueObject vO, Resource variable)
           
 

Uses of ValueObject in se.kmr.scam.editor.util.form
 

Methods in se.kmr.scam.editor.util.form that return ValueObject
 ValueObject Node.getValueObject()
          Gets the valueObject attribute of the Node object
 

Methods in se.kmr.scam.editor.util.form with parameters of type ValueObject
 void Node.setValueObject(ValueObject valueObject)
          Sets the valueObject attribute of the Node object
 



Copyright © 2003 SCAM. All Rights Reserved.