org.mindswap.pellet
Class Expressivity

java.lang.Object
  extended by org.mindswap.pellet.Expressivity

public class Expressivity
extends java.lang.Object

Author:
Evren Sirin

Method Summary
 void compute()
           
 java.util.Set getNominals()
           
 boolean hasCardinality()
           
 boolean hasCardinalityD()
          Returns true if a cardinality restriction (greater than 1) is defined on any datatype property
 boolean hasDatatype()
           
 boolean hasDomain()
           
 boolean hasFunctionality()
           
 boolean hasFunctionalityD()
          Returns true if a cardinality restriction (less than or equal to 1) is defined on any datatype property
 boolean hasInverse()
           
 boolean hasKeys()
           
 boolean hasNegation()
           
 boolean hasNominal()
           
 boolean hasRange()
           
 boolean hasRoleHierarchy()
           
 boolean hasTemporalFeatures()
           
 boolean hasTransitivity()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

compute

public void compute()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

hasCardinality

public boolean hasCardinality()
Returns:
Returns the hasCardinality.

hasFunctionality

public boolean hasFunctionality()
Returns:
Returns the hasFunctionality.

hasDatatype

public boolean hasDatatype()
Returns:
Returns the hasDatatype.

hasCardinalityD

public boolean hasCardinalityD()
Returns true if a cardinality restriction (greater than 1) is defined on any datatype property


hasFunctionalityD

public boolean hasFunctionalityD()
Returns true if a cardinality restriction (less than or equal to 1) is defined on any datatype property


hasInverse

public boolean hasInverse()
Returns:
Returns the hasInverse.

hasNegation

public boolean hasNegation()
Returns:
Returns the hasNegation.

hasNominal

public boolean hasNominal()
Returns:
Returns the hasNominal.

hasRoleHierarchy

public boolean hasRoleHierarchy()
Returns:
Returns the hasRoleHierarchy.

hasTransitivity

public boolean hasTransitivity()
Returns:
Returns the hasTransitivity.

hasDomain

public boolean hasDomain()

hasRange

public boolean hasRange()

getNominals

public java.util.Set getNominals()

hasKeys

public boolean hasKeys()

hasTemporalFeatures

public boolean hasTemporalFeatures()


Copyright © 2007-2009 Natalya Keberle. All Rights Reserved.