Uses of Class
org.universAAL.middleware.rdf.PropertyPath

Packages that use PropertyPath
org.universAAL.middleware.rdf   
org.universAAL.middleware.service.owls.process   
org.universAAL.middleware.ui.rdf   
org.universAAL.support.utils.ui Contains raw helper classes to deal with UI concepts of universAAL. 
 

Uses of PropertyPath in org.universAAL.middleware.rdf
 

Methods in org.universAAL.middleware.rdf that return PropertyPath
 PropertyPath PropertyPath.toLiteral()
          Creates a new PropertyPath and copies the property containing the property path to it.
static PropertyPath PropertyPath.toPropertyPath(Resource pr)
          Takes a Resource and creates an instance of PropertyPath.
 

Uses of PropertyPath in org.universAAL.middleware.service.owls.process
 

Methods in org.universAAL.middleware.service.owls.process with parameters of type PropertyPath
 void ProcessResult.addAddEffect(PropertyPath ppath, Object value)
          Add "add" process effect with property path and value passed as parameters
 void ProcessResult.addChangeEffect(PropertyPath ppath, Object value)
          Add "change" process effect with property path and value passed as parameters
 void ProcessResult.addClassConversionOutputBinding(ProcessOutput toParam, PropertyPath sourceProp, TypeURI targetClass)
          Add class conversion output binding to a process output parameter
 void ProcessResult.addLangConversionOutputBinding(ProcessOutput toParam, PropertyPath sourceProp, String targetLang)
          Add language conversion output binding to a process output parameter
 void ProcessResult.addRemoveEffect(PropertyPath ppath)
          Add "remove" process effect with property path and value passed as parameters
 void ProcessResult.addSimpleOutputBinding(ProcessOutput toParam, PropertyPath sourceProp)
          Add simple output binding to a process output parameter
 void ProcessResult.addUnitConversionOutputBinding(ProcessOutput toParam, PropertyPath sourceProp, String targetUnit)
          Add unit conversion output binding to a process output parameter
 

Uses of PropertyPath in org.universAAL.middleware.ui.rdf
 

Methods in org.universAAL.middleware.ui.rdf that return PropertyPath
 PropertyPath FormControl.getReferencedPPath()
           
 

Constructors in org.universAAL.middleware.ui.rdf with parameters of type PropertyPath
FormControl(String typeURI, Object parent, Label label, PropertyPath ref, MergedRestriction valueRestriction, Object initialValue)
           
Group(Group parent, Label label, PropertyPath ref, MergedRestriction valueRestriction, Resource initialValue)
          Constructs a new group.
Group(String typeURI, Group parent, Label label, PropertyPath ref, MergedRestriction valueRestriction, Object initialValue)
           
Input(String typeURI, Group parent, Label label, PropertyPath ref, MergedRestriction valueRestriction, Object initialValue)
           
InputField(Group parent, Label label, PropertyPath ref, MergedRestriction valueRestriction, Object initialValue)
          Constructs a new input field.
Output(String typeURI, Group parent, Label label, PropertyPath ref, Object initialValue)
           
Range(Group parent, Label label, PropertyPath ref, MergedRestriction valueRestriction, Object initialValue)
          Constructs a new range control.
Repeat(Group parent, Label label, PropertyPath ref, MergedRestriction valueRestriction, List initialValue)
          Constructs a new repeat control.
Select(Group parent, Label label, PropertyPath ref, MergedRestriction valueRestriction, Object initialValue)
          For use by applications.
Select(String typeURI, Group parent, Label label, PropertyPath ref, MergedRestriction valueRestriction, Object initialValue)
           
Select1(Group parent, Label label, PropertyPath ref, MergedRestriction valueRestriction, Object initialValue)
          For exclusive usage by the applications.
SimpleOutput(Group parent, Label label, PropertyPath ref, Object content)
          For exclusive use by applications.
TextArea(Group parent, Label label, PropertyPath ref, MergedRestriction valueRestriction, String initialValue)
          For exclusive use of applications.
 

Uses of PropertyPath in org.universAAL.support.utils.ui
 

Fields in org.universAAL.support.utils.ui declared as PropertyPath
protected  PropertyPath Control.ref
          Path for ID.
 



Copyright © 2014 universAAL Consortium. All Rights Reserved.