public class GuessSchema extends UnnamedStreamPipesEntity
| Modifier and Type | Field and Description |
|---|---|
EventSchema |
eventSchema |
List<DomainPropertyProbabilityList> |
propertyProbabilityList |
| Constructor and Description |
|---|
GuessSchema() |
GuessSchema(EventSchema schema,
List<DomainPropertyProbabilityList> propertyProbabilityList) |
GuessSchema(GuessSchema other) |
| Modifier and Type | Method and Description |
|---|---|
EventSchema |
getEventSchema() |
List<DomainPropertyProbabilityList> |
getPropertyProbabilityList() |
void |
setEventSchema(EventSchema eventSchema) |
void |
setPropertyProbabilityList(List<DomainPropertyProbabilityList> propertyProbabilityList) |
getElementId, setElementIdgetRdfId, setRdfIdpublic EventSchema eventSchema
public List<DomainPropertyProbabilityList> propertyProbabilityList
public GuessSchema()
public GuessSchema(EventSchema schema, List<DomainPropertyProbabilityList> propertyProbabilityList)
public GuessSchema(GuessSchema other)
public EventSchema getEventSchema()
public void setEventSchema(EventSchema eventSchema)
public List<DomainPropertyProbabilityList> getPropertyProbabilityList()
public void setPropertyProbabilityList(List<DomainPropertyProbabilityList> propertyProbabilityList)
Copyright © 2019. All rights reserved.