Uses of Class
cz.vutbr.fit.layout.map.Example
-
Packages that use Example Package Description cz.vutbr.fit.layout.map -
-
Uses of Example in cz.vutbr.fit.layout.map
Methods in cz.vutbr.fit.layout.map that return Example Modifier and Type Method Description Example
MetaRefTag. getExample()
Methods in cz.vutbr.fit.layout.map that return types with arguments of type Example Modifier and Type Method Description List<Example>
MetadataExampleGenerator. getExamples()
Finds all literals in the given metadata context and creates a list of occurrence examples containing the text, the corresponding property and subject.Map<Float,List<Example>>
MetadataExampleGenerator. getFloatExamples()
Creates the mapping from floats to examples for the examples that may be converted to float.Map<String,List<Example>>
MetadataExampleGenerator. getStringExamples()
Creates the mapping from filtered strings to examples taken from the repository.Method parameters in cz.vutbr.fit.layout.map with type arguments of type Example Modifier and Type Method Description Collection<MetaRefTag>
MetadataTagManager. createTagsForExamples(Collection<Example> examples)
Creates a tag for every example.Collection<MetaRefTag>
MetadataTagManager. checkForTags(Collection<Example> examples)
Checks whether the context contains tags for examples.boolean
ExampleMatcher. match(String rawText, Consumer<List<Example>> op)
Matches the configured examples to the given text and applies a consumer function on the matched examples (if any).Constructors in cz.vutbr.fit.layout.map with parameters of type Example Constructor Description MetaRefTag(org.eclipse.rdf4j.model.IRI iri, String name, Example example)
-