public abstract class ConsumableStreamPipesEntity extends NamedStreamPipesEntity
| Modifier and Type | Field and Description |
|---|---|
protected List<SpDataStream> |
spDataStreams |
protected List<StaticProperty> |
staticProperties |
connectedTo, DOM, elementId| Constructor and Description |
|---|
ConsumableStreamPipesEntity() |
ConsumableStreamPipesEntity(ConsumableStreamPipesEntity other) |
ConsumableStreamPipesEntity(String uri,
String name,
String description,
String iconUrl) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addEventStream(SpDataStream spDataStream) |
List<SpDataStream> |
getSpDataStreams() |
List<StaticProperty> |
getStaticProperties() |
EventGrounding |
getSupportedGrounding() |
void |
setSpDataStreams(List<SpDataStream> spDataStreams) |
void |
setStaticProperties(List<StaticProperty> staticProperties) |
void |
setSupportedGrounding(EventGrounding supportedGrounding) |
changeElementId, getAppId, getApplicationLinks, getConnectedTo, getDescription, getDOM, getElementId, getIconUrl, getName, getUri, setAppId, setApplicationLinks, setConnectedTo, setDescription, setDOM, setElementId, setIconUrl, setName, setUrigetRdfId, setRdfIdprotected List<SpDataStream> spDataStreams
protected List<StaticProperty> staticProperties
public ConsumableStreamPipesEntity()
public ConsumableStreamPipesEntity(String uri, String name, String description, String iconUrl)
public ConsumableStreamPipesEntity(ConsumableStreamPipesEntity other)
public List<SpDataStream> getSpDataStreams()
public void setSpDataStreams(List<SpDataStream> spDataStreams)
public List<StaticProperty> getStaticProperties()
public void setStaticProperties(List<StaticProperty> staticProperties)
public boolean addEventStream(SpDataStream spDataStream)
public EventGrounding getSupportedGrounding()
public void setSupportedGrounding(EventGrounding supportedGrounding)
Copyright © 2018. All rights reserved.