public class Mapping extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Mapping() |
|
Mapping(String myRule,
String myType,
String myGATEType)
The default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getGATEType()
Returns the GATE annotation type of this mapping instance.
|
String |
getRule()
Returns the rule name of this mapping instance.
|
String |
getType()
Returns the rdf:type value of this mapping instance.
|
String |
toString()
Returns a string representation of the mapping rule.
|
public final String getRule()
public final String getGATEType()
public final String getType()