public class PathBlock extends Object implements Iterable<TriplePath>
Modifier and Type | Method and Description |
---|---|
void |
add(int i,
TriplePath tp) |
void |
add(TriplePath tp) |
void |
addAll(PathBlock other) |
boolean |
equals(Object other) |
boolean |
equiv(PathBlock other,
NodeIsomorphismMap isoMap) |
TriplePath |
get(int i) |
List<TriplePath> |
getList() |
int |
hashCode() |
boolean |
isEmpty() |
ListIterator<TriplePath> |
iterator() |
int |
size() |
String |
toString() |
public PathBlock()
public PathBlock(PathBlock other)
public void add(TriplePath tp)
public void addAll(PathBlock other)
public void add(int i, TriplePath tp)
public TriplePath get(int i)
public ListIterator<TriplePath> iterator()
iterator
in interface Iterable<TriplePath>
public int size()
public boolean isEmpty()
public List<TriplePath> getList()
public boolean equiv(PathBlock other, NodeIsomorphismMap isoMap)
Licenced under the Apache License, Version 2.0