|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LinkLabel | |
|---|---|
| story.dbcore.admin | |
| story.dbcore.attributes | |
| story.dbcore.grammars | |
| story.dbcore.links | |
| Uses of LinkLabel in story.dbcore.admin |
|---|
| Methods in story.dbcore.admin that return LinkLabel | |
|---|---|
LinkLabel |
DBCAccessor.linkInstancing(java.lang.Object node1,
NodeInstancing instancing,
java.lang.Object linkType,
java.lang.Object linkDirection)
Link a node to an instancing with no label (packaged input) |
LinkLabel |
DBCAccessor.linkInstancing(java.lang.Object node1,
NodeInstancing instancing,
java.lang.Object linkType,
java.lang.Object linkDirection,
java.lang.Object linkLabel)
Link a node to an instancing with a label (packaged input) |
LinkLabel |
DBCAccessor.linkInstancing(java.lang.Object node1,
java.lang.Object prototypeNode,
java.lang.Object arguments,
java.lang.Object linkType,
java.lang.Object linkDirection)
Link a node to an instancing with no label (unpackaged input) |
LinkLabel |
DBCAccessor.linkInstancing(java.lang.Object node1,
java.lang.Object prototypeNode,
java.lang.Object arguments,
java.lang.Object linkType,
java.lang.Object linkDirection,
java.lang.Object linkLabel)
Link a node to an instancing with a label (unpackaged input) |
| Uses of LinkLabel in story.dbcore.attributes |
|---|
| Constructors in story.dbcore.attributes with parameters of type LinkLabel | |
|---|---|
AttributeSet(LinkLabel linkLabel)
Constructor for attaching to a link label. |
|
| Uses of LinkLabel in story.dbcore.grammars |
|---|
| Methods in story.dbcore.grammars with parameters of type LinkLabel | |
|---|---|
static void |
SCTools.linkLabel(DBCoreInterface dbci,
SymbolTable symbols,
LinkLabel label,
java.lang.String className,
java.lang.String attributeName,
java.lang.String attributeValue)
Handle a LinkLabel (inside some pipes ||). |
| Uses of LinkLabel in story.dbcore.links |
|---|
| Fields in story.dbcore.links declared as LinkLabel | |
|---|---|
static LinkLabel |
LinkLabel.EMPTY_LABEL
|
| Methods in story.dbcore.links that return LinkLabel | |
|---|---|
LinkLabel |
LinkLabelRepository.getLabel(LinkLabelAddress address)
Retrieve a label from the repository. |
LinkLabel |
Via.label()
Retrieve the link label. |
| Methods in story.dbcore.links with parameters of type LinkLabel | |
|---|---|
void |
LinkLabelRepository.addLabel(LinkLabel label)
Add a LinkLabel to the repository. |
LinkLabelAddress |
LinkRepository.addLink(GenericNode from,
LinkType linkType,
GenericNode to,
LinkLabel label)
Associate two nodes with a link. |
boolean |
LinkLabel.equivalent(LinkLabel other)
Determines whether two LinkLables are equivalent. |
LinkLabelAddress |
RelatedNodes.findLinkLabelAddress(GenericNode relatedNode,
LinkLabel label)
Searches to see if the node is related to some particular node by a particular label, and if so, returns the LinkLabelAddress of that label. |
LinkLabelAddress |
LinkRepository.findLinkLabelAddress(GenericNode from,
LinkType linkType,
GenericNode to,
LinkLabel label)
Search to see if two nodes are linked by a LinkLabel equivalent to a given one and, if so, return the address of the matching LinkLabel. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||