org.semanticweb.owlapi.owllink.builtin.response
Interface Configuration

All Known Subinterfaces:
Property, Setting

public interface Configuration

Created by IntelliJ IDEA. Author: Olaf Noppens Date: 24.10.2009


Method Summary
 Property asProperty()
           
 Setting asSetting()
           
 java.lang.String getKey()
           
 OWLlinkDataRange getType()
           
 java.util.Set<OWLlinkLiteral> getValues()
           
 boolean isSetting()
           
 

Method Detail

getKey

java.lang.String getKey()

getType

OWLlinkDataRange getType()

getValues

java.util.Set<OWLlinkLiteral> getValues()

isSetting

boolean isSetting()

asSetting

Setting asSetting()

asProperty

Property asProperty()