org.semanticweb.owlapi.model
Interface SWRLDArgument

All Superinterfaces:
java.lang.Comparable<OWLObject>, OWLObject, SWRLArgument, SWRLObject
All Known Subinterfaces:
SWRLLiteralArgument, SWRLVariable
All Known Implementing Classes:
SWRLLiteralArgumentImpl, SWRLVariableImpl

public interface SWRLDArgument
extends SWRLArgument

Author: Matthew Horridge
The University Of Manchester
Medical Informatics Group
Date: Jan 15, 2007

matthew.horridge@cs.man.ac.uk
www.cs.man.ac.uk/~horridgm

Represents arguments in SWRLAtoms that are either OWLLiterals or variables for individuals SWRLLiteralVariable


Method Summary
 
Methods inherited from interface org.semanticweb.owlapi.model.SWRLObject
accept, accept
 
Methods inherited from interface org.semanticweb.owlapi.model.OWLObject
accept, accept, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, isBottomEntity, isTopEntity
 
Methods inherited from interface java.lang.Comparable
compareTo