public class RelSetCreatorLog extends AbstractRelSetCreator implements RelSetCreator<Log,TraceEntry>
| Modifier and Type | Field and Description |
|---|---|
protected boolean[][] |
baseOrderMatrix |
protected List<TraceEntry> |
entriesForBaseOrderMatrix |
| Modifier and Type | Method and Description |
|---|---|
protected void |
deriveBaseOrderRelation(RelSet<Log,TraceEntry> rs) |
RelSet<Log,TraceEntry> |
deriveRelationSet(Log log)
Returns the relation set for the given model.
|
RelSet<Log,TraceEntry> |
deriveRelationSet(Log log,
Collection<TraceEntry> entries)
Returns the relation set for the given collection of entities
of the model.
|
RelSet<Log,TraceEntry> |
deriveRelationSet(Log log,
Collection<TraceEntry> entries,
int lookAhead) |
RelSet<Log,TraceEntry> |
deriveRelationSet(Log log,
int lookAhead) |
static RelSetCreatorLog |
getInstance() |
setMatrixEntry, setMatrixEntryOrderprotected boolean[][] baseOrderMatrix
protected List<TraceEntry> entriesForBaseOrderMatrix
public static RelSetCreatorLog getInstance()
public RelSet<Log,TraceEntry> deriveRelationSet(Log log)
RelSetCreatorderiveRelationSet in interface RelSetCreator<Log,TraceEntry>public RelSet<Log,TraceEntry> deriveRelationSet(Log log, int lookAhead)
public RelSet<Log,TraceEntry> deriveRelationSet(Log log, Collection<TraceEntry> entries)
RelSetCreatorderiveRelationSet in interface RelSetCreator<Log,TraceEntry>public RelSet<Log,TraceEntry> deriveRelationSet(Log log, Collection<TraceEntry> entries, int lookAhead)
protected void deriveBaseOrderRelation(RelSet<Log,TraceEntry> rs)
Copyright © 2017. All rights reserved.