Package it.uniroma1.lcl.kb
Interface RelationType
-
public interface RelationType
A general interface for a relation type.- Author:
- navigli
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Returns a user-friendly name of this pointer type for identification purposes.String
getSymbol()
The symbol in BabelNet data files that is used to indicate this pointer type.
-
-
-
Method Detail
-
getSymbol
String getSymbol()
The symbol in BabelNet data files that is used to indicate this pointer type.- Returns:
- the symbol for this pointer
-
getName
String getName()
Returns a user-friendly name of this pointer type for identification purposes.- Returns:
- the user-friendly name of this pointer
-
-