Modifier and Type | Field and Description |
---|---|
java.util.List<Attribute> |
DiscoverERmodel.ForeignKeyData.e1_foreignKey |
java.util.List<Attribute> |
DiscoverERmodel.ForeignKeyData.e2_primaryKey |
Modifier and Type | Method and Description |
---|---|
Attribute |
Entity.addAttribute(java.lang.String label,
AttributeType type,
java.lang.String dataType) |
Attribute |
ForeignKey.getFKey() |
Attribute |
ForeignKey.getKey() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Attribute> |
Entity.getAttributes() |
java.util.List<Attribute> |
Entity.getKeys() |
java.util.List<Attribute> |
Entity.getTimestamps() |
java.util.Set<Attribute> |
Entity.getTimestampsSet() |
java.util.HashMap<Attribute,org.deckfour.xes.model.XAttribute> |
EntityInstance.getValues(java.util.List<Attribute> attrs) |
java.util.HashMap<Attribute,org.deckfour.xes.model.XAttribute> |
EntityInstance.getValues(java.util.List<ForeignKey> attrs,
Entity e) |
Modifier and Type | Method and Description |
---|---|
void |
EntityInstance.addAttribute(Attribute attr,
org.deckfour.xes.model.XAttribute value) |
int |
Attribute.compareTo(Attribute o) |
int |
EntityInstance.getSize(Attribute attr) |
ValueList |
EntityInstances.getValues(Attribute attr) |
void |
Entity.makeForeignKey(Attribute a,
Entity e,
Attribute k) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
EntityInstance.findCreation(java.util.List<Attribute> attrs) |
java.util.HashMap<Attribute,org.deckfour.xes.model.XAttribute> |
EntityInstance.getValues(java.util.List<Attribute> attrs) |
ValueList |
EntityInstances.getValues(java.util.List<Attribute> attrs) |
java.util.HashMap<java.lang.String,org.deckfour.xes.model.XAttribute> |
EntityInstance.getValuesStr(java.util.List<Attribute> attrs) |
Constructor and Description |
---|
ForeignKey(Attribute f,
Entity e,
Attribute k) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<MappedObject<Attribute,Entity>> |
Group.getTimeStamps() |