Uses of Class
net.anotheria.asg.generator.meta.MetaLink
-
Packages that use MetaLink Package Description net.anotheria.asg.generator.meta net.anotheria.asg.generator.util -
-
Uses of MetaLink in net.anotheria.asg.generator.meta
Methods in net.anotheria.asg.generator.meta that return types with arguments of type MetaLink Modifier and Type Method Description java.util.List<MetaLink>MetaDocument. getLinksToDocument(MetaDocument anotherDocument)Returns all internal links to the given document if any.Methods in net.anotheria.asg.generator.meta with parameters of type MetaLink Modifier and Type Method Description voidMetaDocument. addLink(MetaLink l)Adds a link to the document. -
Uses of MetaLink in net.anotheria.asg.generator.util
Methods in net.anotheria.asg.generator.util that return MetaLink Modifier and Type Method Description MetaLinkDirectLink. getProperty()Getter for the fieldproperty.Methods in net.anotheria.asg.generator.util with parameters of type MetaLink Modifier and Type Method Description voidDirectLink. setProperty(MetaLink property)Setter for the fieldproperty.Constructors in net.anotheria.asg.generator.util with parameters of type MetaLink Constructor Description DirectLink(MetaModule aModule, MetaDocument aDocument, MetaLink aProperty)Constructor for DirectLink.
-