Protégé-OWL 3.4.8

edu.stanford.smi.protegex.owl.swrl.bridge
Interface Argument

All Known Subinterfaces:
AxiomArgument, BuiltInArgument, ClassArgument, CollectionArgument, DataPropertyArgument, MultiArgument, ObjectPropertyArgument, PropertyArgument, SWRLArgumentReference, SWRLIndividualArgumentReference, SWRLLiteralArgumentReference, SWRLVariableReference
All Known Implementing Classes:
ArgumentImpl, BuiltInArgumentImpl, ClassArgumentImpl, CollectionArgumentImpl, DataPropertyArgumentImpl, MultiArgumentImpl, ObjectPropertyArgumentImpl, P3SWRLIndividualArgumentReference, P3SWRLLiteralArgumentReference, P3SWRLVariableReference, PropertyArgumentImpl

public interface Argument

Interface representing argument to SWRL built-ins and SWRL atoms


Method Summary
 String getVariableName()
           
 boolean isBound()
           
 boolean isUnbound()
           
 boolean isVariable()
           
 void setUnbound()
           
 void setVariableName(String variableName)
           
 

Method Detail

isVariable

boolean isVariable()

isUnbound

boolean isUnbound()

isBound

boolean isBound()

getVariableName

String getVariableName()

setVariableName

void setVariableName(String variableName)

setUnbound

void setUnbound()

Protégé-OWL 3.4.8

Submit a bug report or feature request
Copyright (c) 1998-2012 Stanford University.