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