Class LexicographerView.LexicoSemanticRelation<T>
java.lang.Object
it.uniroma2.art.semanticturkey.services.core.LexicographerView.LexicoSemanticRelation<T>
- Direct Known Subclasses:
LexicographerView.LexicalRelation
,LexicographerView.SenseRelation
- Enclosing class:
- LexicographerView
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
LexicographerView.LexicoSemanticRelation.LexicoSemanticRelationPolicy<T,
S extends LexicographerView.LexicoSemanticRelation<T>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<AnnotatedValue<org.eclipse.rdf4j.model.Resource>>
org.eclipse.rdf4j.model.Resource
getId()
getScope()
static <T,
S extends LexicographerView.LexicoSemanticRelation<T>>
voidparseLexicoSemanticRelations
(it.uniroma2.art.semanticturkey.services.core.LexicographerView.Context ctx, org.eclipse.rdf4j.model.Model input, org.eclipse.rdf4j.model.Resource subjectId, LexicographerView.LexicoSemanticRelation.LexicoSemanticRelationPolicy<T, S> policy) void
setCategory
(List<AnnotatedValue<org.eclipse.rdf4j.model.Resource>> category) void
setId
(org.eclipse.rdf4j.model.Resource id) void
void
setRelated
(List<T> related) void
setScope
(TripleScopes scope) void
void
-
Constructor Details
-
LexicoSemanticRelation
public LexicoSemanticRelation()
-
-
Method Details
-
setNature
-
getNature
-
setScope
-
getScope
-
setId
public void setId(org.eclipse.rdf4j.model.Resource id) -
getId
public org.eclipse.rdf4j.model.Resource getId() -
setCategory
-
getCategory
-
setSource
-
getSource
-
setTarget
-
getTarget
-
setRelated
-
getRelated
-
parseLexicoSemanticRelations
public static <T,S extends LexicographerView.LexicoSemanticRelation<T>> void parseLexicoSemanticRelations(it.uniroma2.art.semanticturkey.services.core.LexicographerView.Context ctx, org.eclipse.rdf4j.model.Model input, org.eclipse.rdf4j.model.Resource subjectId, LexicographerView.LexicoSemanticRelation.LexicoSemanticRelationPolicy<T, S> policy)
-