Uses of Class
xsmeral.semnet.mapper.AssociationRole

Packages that use AssociationRole
xsmeral.semnet.mapper ObjectFilter implementations used for transforming URIs in statements using a mapping 
 

Uses of AssociationRole in xsmeral.semnet.mapper
 

Methods in xsmeral.semnet.mapper that return AssociationRole
static AssociationRole AssociationRole.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AssociationRole[] AssociationRole.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in xsmeral.semnet.mapper that return types with arguments of type AssociationRole
 Map<AssociationRole,Map<String,String>> Mapping.getMap()
           
 

Methods in xsmeral.semnet.mapper with parameters of type AssociationRole
 void Mapping.addEntry(AssociationRole target, String key, String value)
           
 boolean Mapping.containsKey(AssociationRole target, String key)
           
 String Mapping.getEntry(AssociationRole target, String key)
           
 

Constructor parameters in xsmeral.semnet.mapper with type arguments of type AssociationRole
Mapping(Map<AssociationRole,Map<String,String>> map)