Package | Description |
---|---|
org.semanticweb.ruqar.rules |
Modifier and Type | Field and Description |
---|---|
ValueType |
Term.valueType |
Modifier and Type | Method and Description |
---|---|
static ValueType |
ValueType.getValueTypeFromOWL2Datatype(org.semanticweb.owlapi.vocab.OWL2Datatype type)
Mapping between XSD and Java according to http://docs.oracle.com/javaee/7/tutorial/doc/jaxws002.htm
TODO Sprawdzic dwa artykuly o mapowaniu OWL2Java.
|
static ValueType |
ValueType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ValueType[] |
ValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Term(java.lang.String value,
TermType type,
ValueType valueType)
Constructor:
isVariable is set default false.
|
Term(java.lang.String value,
TermType type,
ValueType valueType,
boolean isVariable)
Constructor: all data is required to create such a
|