public class MutableService extends Object
Modifier and Type | Field and Description |
---|---|
List<MutableAction> |
actions |
URI |
controlURI |
URI |
descriptorURI |
URI |
eventSubscriptionURI |
ServiceId |
serviceId |
ServiceType |
serviceType |
List<MutableStateVariable> |
stateVariables |
Constructor and Description |
---|
MutableService() |
public ServiceType serviceType
public ServiceId serviceId
public URI descriptorURI
public URI controlURI
public URI eventSubscriptionURI
public List<MutableAction> actions
public List<MutableStateVariable> stateVariables
public Service build(Device prototype) throws ValidationException
ValidationException
public Action[] createActions()
public StateVariable[] createStateVariables()
Copyright © 2014 4th Line GmbH, Switzerland. All Rights Reserved.