Uses of Class
org.d2rq.r2rml.MappingComponent.ComponentType

Packages that use MappingComponent.ComponentType
org.d2rq.r2rml   
 

Uses of MappingComponent.ComponentType in org.d2rq.r2rml
 

Methods in org.d2rq.r2rml that return MappingComponent.ComponentType
 MappingComponent.ComponentType TriplesMap.getType()
           
 MappingComponent.ComponentType TermMap.ConstantValuedTermMap.getType()
           
 MappingComponent.ComponentType TermMap.ColumnValuedTermMap.getType()
           
 MappingComponent.ComponentType TermMap.TemplateValuedTermMap.getType()
           
 MappingComponent.ComponentType ReferencingObjectMap.getType()
           
 MappingComponent.ComponentType PredicateObjectMap.getType()
           
abstract  MappingComponent.ComponentType MappingComponent.getType()
           
 MappingComponent.ComponentType Mapping.getType()
           
 MappingComponent.ComponentType LogicalTable.R2RMLView.getType()
           
 MappingComponent.ComponentType LogicalTable.BaseTableOrView.getType()
           
 MappingComponent.ComponentType Join.getType()
           
static MappingComponent.ComponentType MappingComponent.ComponentType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MappingComponent.ComponentType[] MappingComponent.ComponentType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.d2rq.r2rml with parameters of type MappingComponent.ComponentType
 MappingComponent Mapping.getMappingComponent(Resource r, MappingComponent.ComponentType type)
           
 void R2RMLWriter.visitComponentProperty(Property property, Resource resource, MappingComponent.ComponentType... types)
           
 void MappingVisitor.visitComponentProperty(Property property, Resource resource, MappingComponent.ComponentType... types)
           
 void MappingVisitor.DoNothingImplementation.visitComponentProperty(Property property, Resource resource, MappingComponent.ComponentType... types)
           
 void MappingVisitor.TreeWalkerImplementation.visitComponentProperty(Property property, Resource resource, MappingComponent.ComponentType... types)
           
 void MappingValidator.visitComponentProperty(Property property, Resource resource, MappingComponent.ComponentType... types)