public class PlaceholderStruct extends Object
Modifier and Type | Field and Description |
---|---|
private List<Annotation> |
annotationList |
private List<ConverterMention> |
converterList |
private String |
featurePath |
private boolean |
hasFeaturePath |
private boolean |
isDependsOn |
private boolean |
isMandatoryInGraphSection |
private String |
literalDatatype |
private String |
literalLang |
private String |
name |
private ProjectionRule |
ownerRule |
private String |
rdfType |
Constructor and Description |
---|
PlaceholderStruct(String name,
String rdfType,
List<ConverterMention> converterList,
ProjectionRule ownerRule,
boolean isDependsOn) |
PlaceholderStruct(String name,
String rdfType,
List<ConverterMention> converterList,
String featurePath,
ProjectionRule ownerRule,
boolean isDependsOn) |
Modifier and Type | Method and Description |
---|---|
List<Annotation> |
getAnnotationList() |
List<ConverterMention> |
getConverterList() |
String |
getFeaturePath() |
String |
getLiteralDatatype() |
String |
getLiteralLang() |
String |
getName() |
ProjectionRule |
getOwnerRule() |
String |
getRDFType() |
boolean |
hasAnnotations() |
boolean |
hasFeaturePath() |
private void |
initialize(String name,
String type,
List<ConverterMention> converterList,
ProjectionRule ownerRule,
boolean isDependsOn) |
private void |
initialize(String name,
String type,
List<ConverterMention> converterList,
String featurePath,
ProjectionRule ownerRule,
boolean isDependsOn) |
boolean |
isDependsOn() |
boolean |
isMandatoryInGraphSection() |
void |
setAnnotations(List<Annotation> annotationList) |
void |
setIsMandatoryInGraphSection(boolean isMandatoryInGraphSection) |
void |
setLiteralDatatype(String datatype) |
void |
setLiteralLang(String lang) |
private String name
private String rdfType
private List<ConverterMention> converterList
private String featurePath
private ProjectionRule ownerRule
private String literalLang
private String literalDatatype
private boolean isDependsOn
private boolean hasFeaturePath
private boolean isMandatoryInGraphSection
private List<Annotation> annotationList
public PlaceholderStruct(String name, String rdfType, List<ConverterMention> converterList, String featurePath, ProjectionRule ownerRule, boolean isDependsOn)
public PlaceholderStruct(String name, String rdfType, List<ConverterMention> converterList, ProjectionRule ownerRule, boolean isDependsOn)
private void initialize(String name, String type, List<ConverterMention> converterList, String featurePath, ProjectionRule ownerRule, boolean isDependsOn)
private void initialize(String name, String type, List<ConverterMention> converterList, ProjectionRule ownerRule, boolean isDependsOn)
public String getName()
public String getRDFType()
public List<ConverterMention> getConverterList()
public String getFeaturePath()
public boolean hasFeaturePath()
public ProjectionRule getOwnerRule()
public void setLiteralLang(String lang)
public void setLiteralDatatype(String datatype)
public String getLiteralLang()
public String getLiteralDatatype()
public boolean isDependsOn()
public void setIsMandatoryInGraphSection(boolean isMandatoryInGraphSection)
public boolean isMandatoryInGraphSection()
public void setAnnotations(List<Annotation> annotationList)
public boolean hasAnnotations()
public List<Annotation> getAnnotationList()
Copyright © 2022 ART Group, University of Rome, Tor Vergata. All rights reserved.