Constructor and Description |
---|
BasicPattern() |
BasicPattern(BasicPattern other) |
Modifier and Type | Method and Description |
---|---|
void |
add(int i,
Triple t) |
void |
add(Triple t) |
void |
addAll(BasicPattern other) |
boolean |
equals(Object other) |
boolean |
equiv(BasicPattern other,
NodeIsomorphismMap isoMap) |
Triple |
get(int i) |
List<Triple> |
getList() |
int |
hashCode() |
boolean |
isEmpty() |
Iterator<Triple> |
iterator() |
int |
size() |
String |
toString() |
static BasicPattern |
wrap(List<Triple> triples)
Wrap a list of triples up as a BasicPattern.
|
public BasicPattern()
public BasicPattern(BasicPattern other)
public static BasicPattern wrap(List<Triple> triples)
public void add(Triple t)
public void addAll(BasicPattern other)
public void add(int i, Triple t)
public Triple get(int i)
public int size()
public boolean isEmpty()
public boolean equiv(BasicPattern other, NodeIsomorphismMap isoMap)
Licenced under the Apache License, Version 2.0