|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Link | |
---|---|
pl.edu.agh.cast.model.mapper | Contains classes and interfaces used for mapping domain models to the base model. |
Uses of Link in pl.edu.agh.cast.model.mapper |
---|
Methods in pl.edu.agh.cast.model.mapper that return Link | |
---|---|
Link |
Node.addDependent(Node node,
String linkName)
Add dependent node. |
static Link |
Link.find(Link link)
Find link which is equal to given link. |
static Link |
Link.find(long linkId)
Find link with given id of null if not present. |
Methods in pl.edu.agh.cast.model.mapper that return types with arguments of type Link | |
---|---|
static List<Link> |
Link.findWithDst(long nodeId)
Find all link whose destination is a node with given id. |
static List<Link> |
Link.findWithSrc(long nodeId)
Find all link whose source is a node with given id. |
List<Link> |
Node.getDstLinks()
The target links getter. |
List<Link> |
Node.getSrcLinks()
|
List<Link> |
Node.links(String name)
Returns links with given name. |
List<Link> |
Node.links(String name,
Direction direction)
Find all links with given name, with direction direction. |
List<Link> |
Node.links(String name,
Object directionObj)
Links accessor. |
Methods in pl.edu.agh.cast.model.mapper with parameters of type Link | |
---|---|
void |
Node.addDstLink(Link link)
Add destination link. |
void |
Node.addLink(Link link)
Add link to this node. |
void |
Node.addSrcLink(Link link)
Add source link. |
static Link |
Link.find(Link link)
Find link which is equal to given link. |
Method parameters in pl.edu.agh.cast.model.mapper with type arguments of type Link | |
---|---|
void |
AttributeLoader.loadAttribute(Node phoneNode,
List<Link> attrLinks)
Create attribute based on base model node and collection of its links. |
void |
AttributeSaver.saveAttribute(Node node,
List<Link> links)
Class specific attribute save method. |
void |
Node.setDstLinks(Set<Link> links)
The target links setter. |
void |
Node.setSrcLinks(Set<Link> links)
The source links setter. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |