| Package | Description | 
|---|---|
| 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. 
 | 
| org.universAAL.tools.logmonitor.util | |
| org.universAAL.utilities.api.ui | 
 Contains raw helper classes to deal with UI concepts of universAAL. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PropertyPath | 
FormControl.getReferencedPPath()  | 
| Constructor and Description | 
|---|
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. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected PropertyPath | 
Control.ref
Path for ID. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected String | 
HTMLPaneBase.getPropPathHTML(PropertyPath path,
               boolean shortForm)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected PropertyPath | 
Control.ref
Path for ID. 
 | 
Copyright © 2018 universAAL Consortium. All rights reserved.