Uses of Class
org.mindswap.pellet.PropertyType

Packages that use PropertyType
org.mindswap.pellet   
 

Uses of PropertyType in org.mindswap.pellet
 

Methods in org.mindswap.pellet that return PropertyType
 PropertyType KnowledgeBase.getPropertyType(aterm.ATerm r)
           
 PropertyType Role.getType()
           
static PropertyType PropertyType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PropertyType[] PropertyType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.mindswap.pellet with parameters of type PropertyType
 void Role.setType(PropertyType type)
           
 

Constructors in org.mindswap.pellet with parameters of type PropertyType
Role(aterm.ATermAppl name, PropertyType type)
           
RoleTaxonomyBuilder(RBox rbox, PropertyType type)
           
 



Copyright © 2004 Evren Sirin. All Rights Reserved.