| Package | Description |
|---|---|
| org.streampipes.model | |
| org.streampipes.model.connect.guess | |
| org.streampipes.model.runtime | |
| org.streampipes.model.schema |
| Modifier and Type | Field and Description |
|---|---|
protected EventSchema |
SpDataStream.eventSchema |
| Modifier and Type | Method and Description |
|---|---|
EventSchema |
SpDataStream.getEventSchema() |
| Modifier and Type | Method and Description |
|---|---|
void |
SpDataStream.setEventSchema(EventSchema eventSchema) |
| Constructor and Description |
|---|
SpDataSet(String uri,
String name,
String description,
EventSchema eventSchema) |
SpDataSet(String uri,
String name,
String description,
String iconUrl,
List<EventStreamQualityDefinition> hasEventStreamQualities,
EventGrounding eventGrounding,
EventSchema eventSchema) |
SpDataStream(String uri,
String name,
String description,
EventSchema eventSchema) |
SpDataStream(String uri,
String name,
String description,
String iconUrl,
List<EventStreamQualityDefinition> hasEventStreamQualities,
EventGrounding eventGrounding,
EventSchema eventSchema) |
| Modifier and Type | Field and Description |
|---|---|
EventSchema |
GuessSchema.eventSchema |
| Modifier and Type | Method and Description |
|---|---|
EventSchema |
GuessSchema.getEventSchema() |
| Modifier and Type | Method and Description |
|---|---|
void |
GuessSchema.setEventSchema(EventSchema eventSchema) |
| Constructor and Description |
|---|
GuessSchema(EventSchema schema,
List<DomainPropertyProbabilityList> propertyProbabilityList) |
| Modifier and Type | Method and Description |
|---|---|
EventSchema |
SchemaInfo.getEventSchema() |
| Modifier and Type | Method and Description |
|---|---|
static Event |
EventFactory.fromEvents(Event firstEvent,
Event secondEvent,
EventSchema outputSchema) |
Event |
Event.merge(Event otherEvent,
EventSchema outputSchema) |
| Constructor and Description |
|---|
SchemaInfo(EventSchema eventSchema,
List<PropertyRenameRule> renameRules) |
| Constructor and Description |
|---|
EventSchema(EventSchema other) |
Copyright © 2019. All rights reserved.