Uses of Class
cz.vutbr.fit.layout.map.MetaRefTag
-
Packages that use MetaRefTag Package Description cz.vutbr.fit.layout.map cz.vutbr.fit.layout.map.chunks -
-
Uses of MetaRefTag in cz.vutbr.fit.layout.map
Methods in cz.vutbr.fit.layout.map that return types with arguments of type MetaRefTag Modifier and Type Method Description Collection<MetaRefTag>MetadataTagManager. createTagsForExamples(Collection<Example> examples)Creates a tag for every example.Collection<MetaRefTag>MetadataTagManager. getMetaTags()Reads metadata tag definitions from the configured context.Collection<MetaRefTag>MetadataTagManager. checkForTags(Collection<Example> examples)Checks whether the context contains tags for examples.Method parameters in cz.vutbr.fit.layout.map with type arguments of type MetaRefTag Modifier and Type Method Description voidMetadataTagManager. storeTags(Collection<MetaRefTag> tags)Stores tags to the repository. -
Uses of MetaRefTag in cz.vutbr.fit.layout.map.chunks
Methods in cz.vutbr.fit.layout.map.chunks that return types with arguments of type MetaRefTag Modifier and Type Method Description Collection<MetaRefTag>MetadataChunksExtractor. getAssignedTags()Constructor parameters in cz.vutbr.fit.layout.map.chunks with type arguments of type MetaRefTag Constructor Description MetadataChunksExtractor(Area root, MetadataExampleGenerator exampleGenerator, Collection<MetaRefTag> tags)
-