|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InvalidValueException | |
|---|---|
| gate.creole.ontology | The GATE ontology API. |
| Uses of InvalidValueException in gate.creole.ontology |
|---|
| Methods in gate.creole.ontology that throw InvalidValueException | |
|---|---|
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 |
CardinalityRestriction.setValue(String value,
DataType dataType)
Sets the cardinality value. |
void |
MaxCardinalityRestriction.setValue(String value,
DataType dataType)
Sets the cardinality value. |
void |
MinCardinalityRestriction.setValue(String value,
DataType dataType)
Sets the cardinality value. |
| Constructors in gate.creole.ontology that throw InvalidValueException | |
|---|---|
Literal(String value,
DataType dataType)
Constructor |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||