Package org.semanticweb.owlapi.model
Interface HasFiller<T extends OWLObject>
- Type Parameters:
T
- filler type
- All Known Subinterfaces:
OWLCardinalityRestriction<F>
,OWLDataAllValuesFrom
,OWLDataCardinalityRestriction
,OWLDataExactCardinality
,OWLDataHasValue
,OWLDataMaxCardinality
,OWLDataMinCardinality
,OWLDataSomeValuesFrom
,OWLHasValueRestriction<V>
,OWLObjectAllValuesFrom
,OWLObjectCardinalityRestriction
,OWLObjectExactCardinality
,OWLObjectHasValue
,OWLObjectMaxCardinality
,OWLObjectMinCardinality
,OWLObjectSomeValuesFrom
,OWLQuantifiedDataRestriction
,OWLQuantifiedObjectRestriction
,OWLQuantifiedRestriction<F>
- All Known Implementing Classes:
OWLCardinalityRestrictionImpl
,OWLDataAllValuesFromImpl
,OWLDataCardinalityRestrictionImpl
,OWLDataExactCardinalityImpl
,OWLDataHasValueImpl
,OWLDataMaxCardinalityImpl
,OWLDataMinCardinalityImpl
,OWLDataSomeValuesFromImpl
,OWLObjectAllValuesFromImpl
,OWLObjectCardinalityRestrictionImpl
,OWLObjectExactCardinalityImpl
,OWLObjectHasValueImpl
,OWLObjectMaxCardinalityImpl
,OWLObjectMinCardinalityImpl
,OWLObjectSomeValuesFromImpl
,OWLQuantifiedDataRestrictionImpl
,OWLQuantifiedObjectRestrictionImpl
,OWLQuantifiedRestrictionImpl
,OWLValueRestrictionImpl
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
An interface to objects that have a filler.
- Since:
- 3.4.6
- Author:
- Matthew Horridge, Stanford University, Bio-Medical Informatics Research Group
-
Method Summary
-
Method Details
-
getFiller
T getFiller()Gets the filler for this restriction. In the case of an object restriction this will be an individual, in the case of a data restriction this will be a constant (data value). For quantified restriction this will be a class expression or a data range.- Returns:
- the value
-