public interface OpenHabSemanticInvoke extends Invoke
The following features are supported:
SofiaPackage.getOpenHabSemanticInvoke()| Modifier and Type | Method and Description |
|---|---|
String |
getQuery()
Returns the value of the 'Query' attribute.
|
String |
getServerBaseAddress()
Returns the value of the 'Server Base Address' attribute.
|
boolean |
isWithLatest()
Returns the value of the 'With Latest' attribute.
|
void |
setQuery(String value)
Sets the value of the '
Query' attribute. |
void |
setServerBaseAddress(String value)
Sets the value of the '
Server Base Address' attribute. |
void |
setWithLatest(boolean value)
Sets the value of the '
With Latest' attribute. |
getDescription, getParentstep, getPorts, getResource, getType, setDescription, setParentstep, setResource, setTypegetId, setIdgetContext, getControlProcess, getControlProcessId, getEplQuery, getGoal, isCyberPhysical, setContext, setControlProcess, setControlProcessId, setCyberPhysical, setEplQuery, setGoalString getQuery()
If the meaning of the 'Query' attribute isn't clear, there really should be more of a description here...
setQuery(String),
SofiaPackage.getOpenHabSemanticInvoke_Query()void setQuery(String value)
Query' attribute.
value - the new value of the 'Query' attribute.getQuery()String getServerBaseAddress()
If the meaning of the 'Server Base Address' attribute isn't clear, there really should be more of a description here...
setServerBaseAddress(String),
SofiaPackage.getOpenHabSemanticInvoke_ServerBaseAddress()void setServerBaseAddress(String value)
Server Base Address' attribute.
value - the new value of the 'Server Base Address' attribute.getServerBaseAddress()boolean isWithLatest()
If the meaning of the 'With Latest' attribute isn't clear, there really should be more of a description here...
setWithLatest(boolean),
SofiaPackage.getOpenHabSemanticInvoke_WithLatest()void setWithLatest(boolean value)
With Latest' attribute.
value - the new value of the 'With Latest' attribute.isWithLatest()Copyright © 2018. All rights reserved.