Package cz.vutbr.fit.layout.map
Class MetaRefTag
- java.lang.Object
-
- cz.vutbr.fit.layout.impl.DefaultTag
-
- cz.vutbr.fit.layout.map.MetaRefTag
-
- All Implemented Interfaces:
Tag
public class MetaRefTag extends DefaultTag
A tag that describes the reference to a metadata entry.- Author:
- burgetr
-
-
Constructor Summary
Constructors Constructor Description MetaRefTag(org.eclipse.rdf4j.model.IRI iri, String name, Example example)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Example
getExample()
String
toString()
-
Methods inherited from class cz.vutbr.fit.layout.impl.DefaultTag
createDefaultIri, equals, getIri, getName, getType, hashCode, setIri, setName, setType
-
-