Package org.swrlapi.builtins.arguments
Interface SWRLLiteralBuiltInArgument
-
- All Superinterfaces:
java.lang.Comparable<org.semanticweb.owlapi.model.OWLObject>
,org.semanticweb.owlapi.model.HasAnnotationPropertiesInSignature
,org.semanticweb.owlapi.model.HasAnonymousIndividuals
,org.semanticweb.owlapi.model.HasClassesInSignature
,org.semanticweb.owlapi.model.HasContainsEntityInSignature
,org.semanticweb.owlapi.model.HasDataPropertiesInSignature
,org.semanticweb.owlapi.model.HasDatatypesInSignature
,org.semanticweb.owlapi.model.HasIndividualsInSignature
,org.semanticweb.owlapi.model.HasObjectPropertiesInSignature
,org.semanticweb.owlapi.model.HasSignature
,org.semanticweb.owlapi.model.IsAnonymous
,org.semanticweb.owlapi.model.OWLObject
,java.io.Serializable
,org.semanticweb.owlapi.model.SWRLArgument
,SWRLBuiltInArgument
,org.semanticweb.owlapi.model.SWRLDArgument
,org.semanticweb.owlapi.model.SWRLLiteralArgument
,org.semanticweb.owlapi.model.SWRLObject
public interface SWRLLiteralBuiltInArgument extends SWRLBuiltInArgument, org.semanticweb.owlapi.model.SWRLLiteralArgument
Represents an OWL literal argument to a built-in atom.- See Also:
OWLLiteral
-
-
Method Summary
-
Methods inherited from interface org.semanticweb.owlapi.model.HasAnnotationPropertiesInSignature
getAnnotationPropertiesInSignature
-
Methods inherited from interface org.semanticweb.owlapi.model.HasAnonymousIndividuals
getAnonymousIndividuals
-
Methods inherited from interface org.semanticweb.owlapi.model.HasClassesInSignature
getClassesInSignature
-
Methods inherited from interface org.semanticweb.owlapi.model.HasContainsEntityInSignature
containsEntityInSignature
-
Methods inherited from interface org.semanticweb.owlapi.model.HasDataPropertiesInSignature
getDataPropertiesInSignature
-
Methods inherited from interface org.semanticweb.owlapi.model.HasDatatypesInSignature
getDatatypesInSignature
-
Methods inherited from interface org.semanticweb.owlapi.model.HasIndividualsInSignature
getIndividualsInSignature
-
Methods inherited from interface org.semanticweb.owlapi.model.HasObjectPropertiesInSignature
getObjectPropertiesInSignature
-
Methods inherited from interface org.semanticweb.owlapi.model.OWLObject
accept, accept, getNestedClassExpressions, isBottomEntity, isIndividual, isIRI, isTopEntity, toString
-
Methods inherited from interface org.swrlapi.builtins.arguments.SWRLBuiltInArgument
accept, accept, asCollectionVariable, asMultiValueVariable, asSWRLAnnotationPropertyBuiltInArgument, asSWRLClassBuiltInArgument, asSWRLClassExpressionBuiltInArgument, asSWRLDataPropertyBuiltInArgument, asSWRLDataPropertyExpressionBuiltInArgument, asSWRLDatatypeBuiltInArgument, asSWRLLiteralBuiltInArgument, asSWRLNamedBuiltInArgument, asSWRLNamedIndividualBuiltInArgument, asSWRLObjectPropertyBuiltInArgument, asSWRLObjectPropertyExpressionBuiltInArgument, asVariable, getBoundVariableName, getSWRLBuiltInArgumentType, isVariable, setBoundVariableName, wasBoundVariable
-
-