|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.sparql.syntax.Template
public class Template
Triples template.
| Constructor Summary | |
|---|---|
Template(BasicPattern bgp)
|
|
| Method Summary | |
|---|---|
boolean |
equalIso(Object temp2,
NodeIsomorphismMap labelMap)
|
void |
format(FormatterTemplate fmtTemplate)
|
BasicPattern |
getBGP()
|
List<Triple> |
getTriples()
|
int |
hashCode()
|
void |
subst(Collection<Triple> acc,
Map<Node,Node> bNodeMap,
Binding b)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Template(BasicPattern bgp)
| Method Detail |
|---|
public BasicPattern getBGP()
public List<Triple> getTriples()
public void subst(Collection<Triple> acc,
Map<Node,Node> bNodeMap,
Binding b)
public int hashCode()
hashCode in class Object
public boolean equalIso(Object temp2,
NodeIsomorphismMap labelMap)
public void format(FormatterTemplate fmtTemplate)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||