fuzzyowl2
Class PropertyDefinition

java.lang.Object
  extended by fuzzyowl2.PropertyDefinition

public class PropertyDefinition
extends java.lang.Object

Fuzzy property defined by means of an OWL 2 annotation of an OWL 2 class.

Author:
Fernando Bobillo

Nested Class Summary
static class PropertyDefinition.PropertyType
          Types of fuzzy properties that can be defined using annotations.
 
Constructor Summary
PropertyDefinition()
           
 
Method Summary
 java.lang.String getFuzzyModifier()
           
 java.lang.String getProperty()
           
 PropertyDefinition.PropertyType getType()
           
 void modifiedProperty(java.lang.String mod, java.lang.String prop)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyDefinition

public PropertyDefinition()
Method Detail

getType

public PropertyDefinition.PropertyType getType()

modifiedProperty

public void modifiedProperty(java.lang.String mod,
                             java.lang.String prop)

getFuzzyModifier

public java.lang.String getFuzzyModifier()

getProperty

public java.lang.String getProperty()