Class EntityTypeSearchResults
- java.lang.Object
-
- org.molgenis.semanticsearch.explain.bean.EntityTypeSearchResults
-
public abstract class EntityTypeSearchResults extends Object
-
-
Constructor Summary
Constructors Constructor Description EntityTypeSearchResults()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static EntityTypeSearchResultscreate(org.molgenis.data.meta.model.EntityType entityType, List<AttributeSearchResults> attributeSearchResults)abstract List<AttributeSearchResults>getAttributeSearchResults()abstract org.molgenis.data.meta.model.EntityTypegetEntityType()
-
-
-
Method Detail
-
getEntityType
public abstract org.molgenis.data.meta.model.EntityType getEntityType()
-
getAttributeSearchResults
public abstract List<AttributeSearchResults> getAttributeSearchResults()
-
create
public static EntityTypeSearchResults create(org.molgenis.data.meta.model.EntityType entityType, List<AttributeSearchResults> attributeSearchResults)
-
-