public class ElkObjectBaseFactory extends Object implements ElkObject.Factory
| Constructor and Description |
|---|
ElkObjectBaseFactory() |
public ElkAnnotation getAnnotation(ElkAnnotationProperty property, ElkAnnotationValue value)
getAnnotation in interface ElkAnnotation.Factorypublic ElkAnnotationAssertionAxiom getAnnotationAssertionAxiom(ElkAnnotationProperty property, ElkAnnotationSubject subject, ElkAnnotationValue value)
getAnnotationAssertionAxiom in interface ElkAnnotationAssertionAxiom.Factorypublic ElkAnnotationProperty getAnnotationProperty(ElkIri iri)
getAnnotationProperty in interface ElkAnnotationProperty.Factorypublic ElkAnnotationPropertyDomainAxiom getAnnotationPropertyDomainAxiom(ElkAnnotationProperty property, ElkIri domain)
getAnnotationPropertyDomainAxiom in interface ElkAnnotationPropertyDomainAxiom.Factorypublic ElkAnnotationPropertyRangeAxiom getAnnotationPropertyRangeAxiom(ElkAnnotationProperty property, ElkIri range)
getAnnotationPropertyRangeAxiom in interface ElkAnnotationPropertyRangeAxiom.Factorypublic ElkAnonymousIndividual getAnonymousIndividual(String nodeId)
getAnonymousIndividual in interface ElkAnonymousIndividual.Factorypublic ElkAsymmetricObjectPropertyAxiom getAsymmetricObjectPropertyAxiom(ElkObjectPropertyExpression property)
getAsymmetricObjectPropertyAxiom in interface ElkAsymmetricObjectPropertyAxiom.Factorypublic ElkClass getClass(ElkIri iri)
getClass in interface ElkClass.Factorypublic ElkClassAssertionAxiom getClassAssertionAxiom(ElkClassExpression classExpression, ElkIndividual individual)
getClassAssertionAxiom in interface ElkClassAssertionAxiom.Factorypublic ElkDataAllValuesFrom getDataAllValuesFrom(ElkDataRange range, ElkDataPropertyExpression first, ElkDataPropertyExpression... other)
getDataAllValuesFrom in interface ElkDataAllValuesFrom.Factorypublic ElkDataAllValuesFrom getDataAllValuesFrom(List<? extends ElkDataPropertyExpression> properties, ElkDataRange range)
getDataAllValuesFrom in interface ElkDataAllValuesFrom.Factorypublic ElkDataComplementOf getDataComplementOf(ElkDataRange range)
getDataComplementOf in interface ElkDataComplementOf.Factorypublic ElkDataExactCardinalityQualified getDataExactCardinalityQualified(ElkDataPropertyExpression property, int cardinality, ElkDataRange range)
getDataExactCardinalityQualified in interface ElkDataExactCardinalityQualified.Factorypublic ElkDataExactCardinalityUnqualified getDataExactCardinalityUnqualified(ElkDataPropertyExpression property, int cardinality)
getDataExactCardinalityUnqualified in interface ElkDataExactCardinalityUnqualified.Factorypublic ElkDataHasValue getDataHasValue(ElkDataPropertyExpression property, ElkLiteral value)
getDataHasValue in interface ElkDataHasValue.Factorypublic ElkDataIntersectionOf getDataIntersectionOf(ElkDataRange first, ElkDataRange second, ElkDataRange... other)
getDataIntersectionOf in interface ElkDataIntersectionOf.Factorypublic ElkDataIntersectionOf getDataIntersectionOf(List<? extends ElkDataRange> ranges)
getDataIntersectionOf in interface ElkDataIntersectionOf.Factorypublic ElkDataMaxCardinalityQualified getDataMaxCardinalityQualified(ElkDataPropertyExpression property, int cardinality, ElkDataRange range)
getDataMaxCardinalityQualified in interface ElkDataMaxCardinalityQualified.Factorypublic ElkDataMaxCardinalityUnqualified getDataMaxCardinalityUnqualified(ElkDataPropertyExpression property, int cardinality)
getDataMaxCardinalityUnqualified in interface ElkDataMaxCardinalityUnqualified.Factorypublic ElkDataMinCardinalityQualified getDataMinCardinalityQualified(ElkDataPropertyExpression property, int cardinality, ElkDataRange range)
getDataMinCardinalityQualified in interface ElkDataMinCardinalityQualified.Factorypublic ElkDataMinCardinalityUnqualified getDataMinCardinalityUnqualified(ElkDataPropertyExpression property, int cardinality)
getDataMinCardinalityUnqualified in interface ElkDataMinCardinalityUnqualified.Factorypublic ElkDataOneOf getDataOneOf(ElkLiteral first, ElkLiteral... other)
getDataOneOf in interface ElkDataOneOf.Factorypublic ElkDataOneOf getDataOneOf(List<? extends ElkLiteral> members)
getDataOneOf in interface ElkDataOneOf.Factorypublic ElkDataProperty getDataProperty(ElkIri iri)
getDataProperty in interface ElkDataProperty.Factorypublic ElkDataPropertyAssertionAxiom getDataPropertyAssertionAxiom(ElkDataPropertyExpression property, ElkIndividual subject, ElkLiteral object)
getDataPropertyAssertionAxiom in interface ElkDataPropertyAssertionAxiom.Factorypublic ElkDataPropertyDomainAxiom getDataPropertyDomainAxiom(ElkDataPropertyExpression property, ElkClassExpression domain)
getDataPropertyDomainAxiom in interface ElkDataPropertyDomainAxiom.Factorypublic ElkDataPropertyRangeAxiom getDataPropertyRangeAxiom(ElkDataPropertyExpression property, ElkDataRange range)
getDataPropertyRangeAxiom in interface ElkDataPropertyRangeAxiom.Factorypublic ElkDataSomeValuesFrom getDataSomeValuesFrom(ElkDataRange dataRange, ElkDataPropertyExpression first, ElkDataPropertyExpression... other)
getDataSomeValuesFrom in interface ElkDataSomeValuesFrom.Factorypublic ElkDataSomeValuesFrom getDataSomeValuesFrom(List<? extends ElkDataPropertyExpression> properties, ElkDataRange range)
getDataSomeValuesFrom in interface ElkDataSomeValuesFrom.Factorypublic ElkDatatype getDatatype(ElkIri iri)
getDatatype in interface ElkDatatype.Factorypublic ElkDatatypeDefinitionAxiom getDatatypeDefinitionAxiom(ElkDatatype datatype, ElkDataRange dataRange)
getDatatypeDefinitionAxiom in interface ElkDatatypeDefinitionAxiom.Factorypublic ElkDatatype getDatatypeRdfPlainLiteral()
getDatatypeRdfPlainLiteral in interface ElkDatatype.Factorypublic ElkDatatypeRestriction getDatatypeRestriction(ElkDatatype datatype, List<ElkFacetRestriction> restrictions)
getDatatypeRestriction in interface ElkDatatypeRestriction.Factorypublic ElkDataUnionOf getDataUnionOf(ElkDataRange first, ElkDataRange second, ElkDataRange... other)
getDataUnionOf in interface ElkDataUnionOf.Factorypublic ElkDataUnionOf getDataUnionOf(List<? extends ElkDataRange> ranges)
getDataUnionOf in interface ElkDataUnionOf.Factorypublic ElkDeclarationAxiom getDeclarationAxiom(ElkEntity entity)
getDeclarationAxiom in interface ElkDeclarationAxiom.Factorypublic ElkDifferentIndividualsAxiom getDifferentIndividualsAxiom(ElkIndividual first, ElkIndividual second, ElkIndividual... other)
getDifferentIndividualsAxiom in interface ElkDifferentIndividualsAxiom.Factorypublic ElkDifferentIndividualsAxiom getDifferentIndividualsAxiom(List<? extends ElkIndividual> individuals)
getDifferentIndividualsAxiom in interface ElkDifferentIndividualsAxiom.Factorypublic ElkDisjointClassesAxiom getDisjointClassesAxiom(ElkClassExpression first, ElkClassExpression second, ElkClassExpression... other)
getDisjointClassesAxiom in interface ElkDisjointClassesAxiom.Factorypublic ElkDisjointClassesAxiom getDisjointClassesAxiom(List<? extends ElkClassExpression> disjointClassExpressions)
getDisjointClassesAxiom in interface ElkDisjointClassesAxiom.Factorypublic ElkDisjointDataPropertiesAxiom getDisjointDataPropertiesAxiom(ElkDataPropertyExpression first, ElkDataPropertyExpression second, ElkDataPropertyExpression... other)
getDisjointDataPropertiesAxiom in interface ElkDisjointDataPropertiesAxiom.Factorypublic ElkDisjointDataPropertiesAxiom getDisjointDataPropertiesAxiom(List<? extends ElkDataPropertyExpression> disjointDataPropertyExpressions)
getDisjointDataPropertiesAxiom in interface ElkDisjointDataPropertiesAxiom.Factorypublic ElkDisjointObjectPropertiesAxiom getDisjointObjectPropertiesAxiom(ElkObjectPropertyExpression first, ElkObjectPropertyExpression second, ElkObjectPropertyExpression... other)
getDisjointObjectPropertiesAxiom in interface ElkDisjointObjectPropertiesAxiom.Factorypublic ElkDisjointObjectPropertiesAxiom getDisjointObjectPropertiesAxiom(List<? extends ElkObjectPropertyExpression> disjointObjectPropertyExpressions)
getDisjointObjectPropertiesAxiom in interface ElkDisjointObjectPropertiesAxiom.Factorypublic ElkDisjointUnionAxiom getDisjointUnionAxiom(ElkClass definedClass, ElkClassExpression first, ElkClassExpression second, ElkClassExpression... other)
getDisjointUnionAxiom in interface ElkDisjointUnionAxiom.Factorypublic ElkDisjointUnionAxiom getDisjointUnionAxiom(ElkClass definedClass, List<? extends ElkClassExpression> disjointClassExpressions)
getDisjointUnionAxiom in interface ElkDisjointUnionAxiom.Factorypublic ElkEquivalentClassesAxiom getEquivalentClassesAxiom(ElkClassExpression first, ElkClassExpression second, ElkClassExpression... other)
getEquivalentClassesAxiom in interface ElkEquivalentClassesAxiom.Factorypublic ElkEquivalentClassesAxiom getEquivalentClassesAxiom(List<? extends ElkClassExpression> equivalentClassExpressions)
getEquivalentClassesAxiom in interface ElkEquivalentClassesAxiom.Factorypublic ElkEquivalentDataPropertiesAxiom getEquivalentDataPropertiesAxiom(ElkDataPropertyExpression first, ElkDataPropertyExpression second, ElkDataPropertyExpression... other)
getEquivalentDataPropertiesAxiom in interface ElkEquivalentDataPropertiesAxiom.Factorypublic ElkEquivalentDataPropertiesAxiom getEquivalentDataPropertiesAxiom(List<? extends ElkDataPropertyExpression> equivalentDataPropertyExpressions)
getEquivalentDataPropertiesAxiom in interface ElkEquivalentDataPropertiesAxiom.Factorypublic ElkEquivalentObjectPropertiesAxiom getEquivalentObjectPropertiesAxiom(ElkObjectPropertyExpression first, ElkObjectPropertyExpression second, ElkObjectPropertyExpression... other)
getEquivalentObjectPropertiesAxiom in interface ElkEquivalentObjectPropertiesAxiom.Factorypublic ElkEquivalentObjectPropertiesAxiom getEquivalentObjectPropertiesAxiom(List<? extends ElkObjectPropertyExpression> equivalentObjectPropertyExpressions)
getEquivalentObjectPropertiesAxiom in interface ElkEquivalentObjectPropertiesAxiom.Factorypublic ElkFacetRestriction getFacetRestriction(ElkIri iri, ElkLiteral literal)
getFacetRestriction in interface ElkFacetRestriction.Factorypublic ElkFunctionalDataPropertyAxiom getFunctionalDataPropertyAxiom(ElkDataPropertyExpression property)
getFunctionalDataPropertyAxiom in interface ElkFunctionalDataPropertyAxiom.Factorypublic ElkFunctionalObjectPropertyAxiom getFunctionalObjectPropertyAxiom(ElkObjectPropertyExpression property)
getFunctionalObjectPropertyAxiom in interface ElkFunctionalObjectPropertyAxiom.Factorypublic ElkHasKeyAxiom getHasKeyAxiom(ElkClassExpression object, List<? extends ElkObjectPropertyExpression> objectPropertyKeys, List<? extends ElkDataPropertyExpression> dataPropertyKeys)
getHasKeyAxiom in interface ElkHasKeyAxiom.Factorypublic ElkInverseFunctionalObjectPropertyAxiom getInverseFunctionalObjectPropertyAxiom(ElkObjectPropertyExpression property)
getInverseFunctionalObjectPropertyAxiom in interface ElkInverseFunctionalObjectPropertyAxiom.Factorypublic ElkInverseObjectPropertiesAxiom getInverseObjectPropertiesAxiom(ElkObjectPropertyExpression first, ElkObjectPropertyExpression second)
getInverseObjectPropertiesAxiom in interface ElkInverseObjectPropertiesAxiom.Factorypublic ElkIrreflexiveObjectPropertyAxiom getIrreflexiveObjectPropertyAxiom(ElkObjectPropertyExpression property)
getIrreflexiveObjectPropertyAxiom in interface ElkIrreflexiveObjectPropertyAxiom.Factorypublic ElkLiteral getLiteral(String lexicalForm, ElkDatatype datatype)
getLiteral in interface ElkLiteral.Factorypublic ElkNamedIndividual getNamedIndividual(ElkIri iri)
getNamedIndividual in interface ElkNamedIndividual.Factorypublic ElkNegativeDataPropertyAssertionAxiom getNegativeDataPropertyAssertionAxiom(ElkDataPropertyExpression property, ElkIndividual subject, ElkLiteral object)
getNegativeDataPropertyAssertionAxiom in interface ElkNegativeDataPropertyAssertionAxiom.Factorypublic ElkNegativeObjectPropertyAssertionAxiom getNegativeObjectPropertyAssertionAxiom(ElkObjectPropertyExpression property, ElkIndividual subject, ElkIndividual object)
getNegativeObjectPropertyAssertionAxiom in interface ElkNegativeObjectPropertyAssertionAxiom.Factorypublic ElkObjectAllValuesFrom getObjectAllValuesFrom(ElkObjectPropertyExpression property, ElkClassExpression filler)
getObjectAllValuesFrom in interface ElkObjectAllValuesFrom.Factorypublic ElkObjectComplementOf getObjectComplementOf(ElkClassExpression negated)
getObjectComplementOf in interface ElkObjectComplementOf.Factorypublic ElkObjectExactCardinalityQualified getObjectExactCardinalityQualified(ElkObjectPropertyExpression property, int cardinality, ElkClassExpression filler)
getObjectExactCardinalityQualified in interface ElkObjectExactCardinalityQualified.Factorypublic ElkObjectExactCardinalityUnqualified getObjectExactCardinalityUnqualified(ElkObjectPropertyExpression property, int cardinality)
getObjectExactCardinalityUnqualified in interface ElkObjectExactCardinalityUnqualified.Factorypublic ElkObjectHasSelf getObjectHasSelf(ElkObjectPropertyExpression property)
getObjectHasSelf in interface ElkObjectHasSelf.Factorypublic ElkObjectHasValue getObjectHasValue(ElkObjectPropertyExpression property, ElkIndividual value)
getObjectHasValue in interface ElkObjectHasValue.Factorypublic ElkObjectIntersectionOf getObjectIntersectionOf(ElkClassExpression first, ElkClassExpression second, ElkClassExpression... other)
getObjectIntersectionOf in interface ElkObjectIntersectionOf.Factorypublic ElkObjectIntersectionOf getObjectIntersectionOf(List<? extends ElkClassExpression> members)
getObjectIntersectionOf in interface ElkObjectIntersectionOf.Factorypublic ElkObjectInverseOf getObjectInverseOf(ElkObjectProperty property)
getObjectInverseOf in interface ElkObjectInverseOf.Factorypublic ElkObjectMaxCardinalityQualified getObjectMaxCardinalityQualified(ElkObjectPropertyExpression property, int cardinality, ElkClassExpression filler)
getObjectMaxCardinalityQualified in interface ElkObjectMaxCardinalityQualified.Factorypublic ElkObjectMaxCardinalityUnqualified getObjectMaxCardinalityUnqualified(ElkObjectPropertyExpression property, int cardinality)
getObjectMaxCardinalityUnqualified in interface ElkObjectMaxCardinalityUnqualified.Factorypublic ElkObjectMinCardinalityQualified getObjectMinCardinalityQualified(ElkObjectPropertyExpression property, int cardinality, ElkClassExpression filler)
getObjectMinCardinalityQualified in interface ElkObjectMinCardinalityQualified.Factorypublic ElkObjectMinCardinalityUnqualified getObjectMinCardinalityUnqualified(ElkObjectPropertyExpression property, int cardinality)
getObjectMinCardinalityUnqualified in interface ElkObjectMinCardinalityUnqualified.Factorypublic ElkObjectOneOf getObjectOneOf(ElkIndividual first, ElkIndividual... other)
getObjectOneOf in interface ElkObjectOneOf.Factorypublic ElkObjectOneOf getObjectOneOf(List<? extends ElkIndividual> members)
getObjectOneOf in interface ElkObjectOneOf.Factorypublic ElkObjectProperty getObjectProperty(ElkIri iri)
getObjectProperty in interface ElkObjectProperty.Factorypublic ElkObjectPropertyAssertionAxiom getObjectPropertyAssertionAxiom(ElkObjectPropertyExpression property, ElkIndividual subject, ElkIndividual object)
getObjectPropertyAssertionAxiom in interface ElkObjectPropertyAssertionAxiom.Factorypublic ElkObjectPropertyChain getObjectPropertyChain(List<? extends ElkObjectPropertyExpression> properties)
getObjectPropertyChain in interface ElkObjectPropertyChain.Factorypublic ElkObjectPropertyDomainAxiom getObjectPropertyDomainAxiom(ElkObjectPropertyExpression property, ElkClassExpression domain)
getObjectPropertyDomainAxiom in interface ElkObjectPropertyDomainAxiom.Factorypublic ElkObjectPropertyRangeAxiom getObjectPropertyRangeAxiom(ElkObjectPropertyExpression property, ElkClassExpression range)
getObjectPropertyRangeAxiom in interface ElkObjectPropertyRangeAxiom.Factorypublic ElkObjectSomeValuesFrom getObjectSomeValuesFrom(ElkObjectPropertyExpression property, ElkClassExpression filler)
getObjectSomeValuesFrom in interface ElkObjectSomeValuesFrom.Factorypublic ElkObjectUnionOf getObjectUnionOf(ElkClassExpression first, ElkClassExpression second, ElkClassExpression... other)
getObjectUnionOf in interface ElkObjectUnionOf.Factorypublic ElkObjectUnionOf getObjectUnionOf(List<? extends ElkClassExpression> members)
getObjectUnionOf in interface ElkObjectUnionOf.Factorypublic ElkDataProperty getOwlBottomDataProperty()
getOwlBottomDataProperty in interface PredefinedElkDataPropertyFactorypublic ElkObjectProperty getOwlBottomObjectProperty()
getOwlBottomObjectProperty in interface PredefinedElkObjectPropertyFactorypublic ElkClass getOwlNothing()
getOwlNothing in interface PredefinedElkClassFactorypublic ElkDatatype getOwlRational()
getOwlRational in interface PredefinedElkDatatypeFactorypublic ElkDatatype getOwlReal()
getOwlReal in interface PredefinedElkDatatypeFactorypublic ElkClass getOwlThing()
getOwlThing in interface PredefinedElkClassFactorypublic ElkDataProperty getOwlTopDataProperty()
getOwlTopDataProperty in interface PredefinedElkDataPropertyFactorypublic ElkObjectProperty getOwlTopObjectProperty()
getOwlTopObjectProperty in interface PredefinedElkObjectPropertyFactorypublic ElkDatatype getRdfsLiteral()
getRdfsLiteral in interface PredefinedElkDatatypeFactorypublic ElkDatatype getRdfXMLLiteral()
getRdfXMLLiteral in interface PredefinedElkDatatypeFactorypublic ElkReflexiveObjectPropertyAxiom getReflexiveObjectPropertyAxiom(ElkObjectPropertyExpression property)
getReflexiveObjectPropertyAxiom in interface ElkReflexiveObjectPropertyAxiom.Factorypublic ElkSameIndividualAxiom getSameIndividualAxiom(ElkIndividual first, ElkIndividual second, ElkIndividual... other)
getSameIndividualAxiom in interface ElkSameIndividualAxiom.Factorypublic ElkSameIndividualAxiom getSameIndividualAxiom(List<? extends ElkIndividual> individuals)
getSameIndividualAxiom in interface ElkSameIndividualAxiom.Factorypublic ElkSubAnnotationPropertyOfAxiom getSubAnnotationPropertyOfAxiom(ElkAnnotationProperty subProperty, ElkAnnotationProperty superProperty)
getSubAnnotationPropertyOfAxiom in interface ElkSubAnnotationPropertyOfAxiom.Factorypublic ElkSubClassOfAxiom getSubClassOfAxiom(ElkClassExpression subClassExpression, ElkClassExpression superClassExpression)
getSubClassOfAxiom in interface ElkSubClassOfAxiom.Factorypublic ElkSubDataPropertyOfAxiom getSubDataPropertyOfAxiom(ElkDataPropertyExpression subProperty, ElkDataPropertyExpression superProperty)
getSubDataPropertyOfAxiom in interface ElkSubDataPropertyOfAxiom.Factorypublic ElkSubObjectPropertyOfAxiom getSubObjectPropertyOfAxiom(ElkSubObjectPropertyExpression subProperty, ElkObjectPropertyExpression superProperty)
getSubObjectPropertyOfAxiom in interface ElkSubObjectPropertyOfAxiom.Factorypublic ElkSWRLRule getSWRLRule()
getSWRLRule in interface ElkSWRLRule.Factorypublic ElkSymmetricObjectPropertyAxiom getSymmetricObjectPropertyAxiom(ElkObjectPropertyExpression property)
getSymmetricObjectPropertyAxiom in interface ElkSymmetricObjectPropertyAxiom.Factorypublic ElkTransitiveObjectPropertyAxiom getTransitiveObjectPropertyAxiom(ElkObjectPropertyExpression property)
getTransitiveObjectPropertyAxiom in interface ElkTransitiveObjectPropertyAxiom.Factorypublic ElkDatatype getXsdAnyUri()
getXsdAnyUri in interface PredefinedElkDatatypeFactorypublic ElkDatatype getXsdBase64Binary()
getXsdBase64Binary in interface PredefinedElkDatatypeFactorypublic ElkDatatype getXsdByte()
getXsdByte in interface PredefinedElkDatatypeFactorypublic ElkDatatype getXsdDateTime()
getXsdDateTime in interface PredefinedElkDatatypeFactorypublic ElkDatatype getXsdDateTimeStamp()
getXsdDateTimeStamp in interface PredefinedElkDatatypeFactorypublic ElkDatatype getXsdDecimal()
getXsdDecimal in interface PredefinedElkDatatypeFactorypublic ElkDatatype getXsdDouble()
getXsdDouble in interface PredefinedElkDatatypeFactorypublic ElkDatatype getXsdFloat()
getXsdFloat in interface PredefinedElkDatatypeFactorypublic ElkDatatype getXsdHexBinary()
getXsdHexBinary in interface PredefinedElkDatatypeFactorypublic ElkDatatype getXsdInt()
getXsdInt in interface PredefinedElkDatatypeFactorypublic ElkDatatype getXsdInteger()
getXsdInteger in interface PredefinedElkDatatypeFactorypublic ElkDatatype getXsdLanguage()
getXsdLanguage in interface PredefinedElkDatatypeFactorypublic ElkDatatype getXsdLong()
getXsdLong in interface PredefinedElkDatatypeFactorypublic ElkDatatype getXsdName()
getXsdName in interface PredefinedElkDatatypeFactorypublic ElkDatatype getXsdNCName()
getXsdNCName in interface PredefinedElkDatatypeFactorypublic ElkDatatype getXsdNegativeInteger()
getXsdNegativeInteger in interface PredefinedElkDatatypeFactorypublic ElkDatatype getXsdNMTOKEN()
getXsdNMTOKEN in interface PredefinedElkDatatypeFactorypublic ElkDatatype getXsdNonNegativeInteger()
getXsdNonNegativeInteger in interface PredefinedElkDatatypeFactorypublic ElkDatatype getXsdNonPositiveInteger()
getXsdNonPositiveInteger in interface PredefinedElkDatatypeFactorypublic ElkDatatype getXsdNormalizedString()
getXsdNormalizedString in interface PredefinedElkDatatypeFactorypublic ElkDatatype getXsdPositiveInteger()
getXsdPositiveInteger in interface PredefinedElkDatatypeFactorypublic ElkDatatype getXsdShort()
getXsdShort in interface PredefinedElkDatatypeFactorypublic ElkDatatype getXsdString()
getXsdString in interface PredefinedElkDatatypeFactorypublic ElkDatatype getXsdToken()
getXsdToken in interface PredefinedElkDatatypeFactorypublic ElkDatatype getXsdUnsignedByte()
getXsdUnsignedByte in interface PredefinedElkDatatypeFactorypublic ElkDatatype getXsdUnsignedInt()
getXsdUnsignedInt in interface PredefinedElkDatatypeFactorypublic ElkDatatype getXsdUnsignedLong()
getXsdUnsignedLong in interface PredefinedElkDatatypeFactorypublic ElkDatatype getXsdUnsignedShort()
getXsdUnsignedShort in interface PredefinedElkDatatypeFactoryCopyright © 2011–2024 Live Ontologies Project. All rights reserved.