Package | Description |
---|---|
gate.creole.ontology |
The GATE ontology API.
|
Modifier and Type | Method and Description |
---|---|
CardinalityRestriction |
Ontology.addCardinalityRestriction(RDFProperty onProperty,
String cardinalityValue)
Adds a new Cardinality Restriction to the ontology.
|
void |
OInstance.addDatatypePropertyValue(DatatypeProperty aProperty,
Literal value)
Adds the value for the given Property.
|
MaxCardinalityRestriction |
Ontology.addMaxCardinalityRestriction(RDFProperty onProperty,
String maxCardinalityValue)
Adds a new MaxCardinality Restriction to the ontology.
|
MinCardinalityRestriction |
Ontology.addMinCardinalityRestriction(RDFProperty onProperty,
String minCardinalityValue)
Adds a new MinCardinality Restriction to the ontology.
|
void |
OInstance.addObjectPropertyValue(ObjectProperty aProperty,
OInstance value)
Adds the value for the given property (Object, Symmetric and
Transitive).
|
void |
OInstance.addRDFPropertyValue(RDFProperty aProperty,
OResource value)
Deprecated.
this throws an exception in the new implementation
|
void |
MinCardinalityRestriction.setValue(String value,
DataType dataType)
Sets the cardinality value.
|
void |
CardinalityRestriction.setValue(String value,
DataType dataType)
Sets the cardinality value.
|
void |
MaxCardinalityRestriction.setValue(String value,
DataType dataType)
Sets the cardinality value.
|
Constructor and Description |
---|
Literal(String value,
DataType dataType)
Create a typed literal.
|
Copyright © 2024 GATE. All rights reserved.