public void AddStructure(MathIdentifier structureId, ConversionRouter router, Type type) { if (!_table.ContainsId(structureId)) { _table.Add(structureId, new StructureType(structureId, router, type)); } }
public void AddProperty(IProperty property) { _properties.Add(property.TypeId, property); _table.Add(property); }
public void AddProperty(Property property) { _properties.Add(property.PropertyId, property); _table.Add(property); }