public class AccessPattern extends Object implements Comparable<AccessPattern>, Cloneable
Constructor and Description |
---|
AccessPattern(Collection<ElementSymbol> elements) |
Modifier and Type | Method and Description |
---|---|
void |
addElementHistory(Collection<ElementSymbol> elements) |
Object |
clone() |
int |
compareTo(AccessPattern other) |
Collection<ElementSymbol> |
getCurrentElements() |
LinkedList<Collection<ElementSymbol>> |
getHistory() |
Set<ElementSymbol> |
getUnsatisfied() |
void |
setUnsatisfied(Set<ElementSymbol> unstaisfied) |
String |
toString() |
public AccessPattern(Collection<ElementSymbol> elements)
public Collection<ElementSymbol> getCurrentElements()
public void addElementHistory(Collection<ElementSymbol> elements)
public LinkedList<Collection<ElementSymbol>> getHistory()
public Set<ElementSymbol> getUnsatisfied()
public void setUnsatisfied(Set<ElementSymbol> unstaisfied)
unstaisfied
- The unsatisfied to set.public String toString()
toString
in class Object
Object.toString()
public int compareTo(AccessPattern other)
compareTo
in interface Comparable<AccessPattern>
public Object clone()
clone
in class Object
Object.clone()
Copyright © 2019. All rights reserved.