org.semanticweb.owlapi.model
Interface SWRLIArgument

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

public interface SWRLIArgument
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 OWLIndividuals or variables for individuals org.semanticweb.owlapi.model.SWRLIndividualVariable


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, getObjectPropertiesInSignature, getSignature
 
Methods inherited from interface java.lang.Comparable
compareTo