Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -859,8 +859,8 @@ public Set<CGMESProfile> getPossibleProfilesIncludingAttributes() {
static {
Set<CGMESProfile> profiles = new LinkedHashSet<>();
profiles.add(CGMESProfile.EQ);
profiles.add(CGMESProfile.SV);
profiles.add(CGMESProfile.SSH);
profiles.add(CGMESProfile.SV);
POSSIBLE_PROFILES = Collections.unmodifiableSet(profiles);
}

Expand Down
4 changes: 2 additions & 2 deletions CGMES_2.4.15_27JAN2020/src/main/java/cim4j/ACDCTerminal.java
Original file line number Diff line number Diff line change
Expand Up @@ -423,10 +423,10 @@ public Set<CGMESProfile> getPossibleProfilesIncludingAttributes() {
private static final Set<CGMESProfile> POSSIBLE_PROFILES;
static {
Set<CGMESProfile> profiles = new LinkedHashSet<>();
profiles.add(CGMESProfile.DY);
profiles.add(CGMESProfile.EQ);
profiles.add(CGMESProfile.SV);
profiles.add(CGMESProfile.DY);
profiles.add(CGMESProfile.SSH);
profiles.add(CGMESProfile.SV);
profiles.add(CGMESProfile.TP);
POSSIBLE_PROFILES = Collections.unmodifiableSet(profiles);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -590,8 +590,8 @@ public Set<CGMESProfile> getPossibleProfilesIncludingAttributes() {
private static final Set<CGMESProfile> POSSIBLE_PROFILES;
static {
Set<CGMESProfile> profiles = new LinkedHashSet<>();
profiles.add(CGMESProfile.DY);
profiles.add(CGMESProfile.EQ);
profiles.add(CGMESProfile.DY);
profiles.add(CGMESProfile.SSH);
POSSIBLE_PROFILES = Collections.unmodifiableSet(profiles);
}
Expand Down
8 changes: 4 additions & 4 deletions CGMES_2.4.15_27JAN2020/src/main/java/cim4j/BaseVoltage.java
Original file line number Diff line number Diff line change
Expand Up @@ -413,8 +413,8 @@ public Set<CGMESProfile> getPossibleProfilesIncludingAttributes() {
}
{
Set<CGMESProfile> profiles = new LinkedHashSet<>();
profiles.add(CGMESProfile.TP_BD);
profiles.add(CGMESProfile.TP);
profiles.add(CGMESProfile.TP_BD);
map.put("TopologicalNode", new AttrDetails("BaseVoltage.TopologicalNode", false, "http://iec.ch/TC57/2013/CIM-schema-cim16#", profiles, false, false, BaseVoltage::getTopologicalNode, BaseVoltage::setTopologicalNode));
}
{
Expand All @@ -429,8 +429,8 @@ public Set<CGMESProfile> getPossibleProfilesIncludingAttributes() {
}
{
Set<CGMESProfile> profiles = new LinkedHashSet<>();
profiles.add(CGMESProfile.EQ_BD);
profiles.add(CGMESProfile.EQ);
profiles.add(CGMESProfile.EQ_BD);
map.put("nominalVoltage", new AttrDetails("BaseVoltage.nominalVoltage", true, "http://iec.ch/TC57/2013/CIM-schema-cim16#", profiles, true, false, BaseVoltage::getNominalVoltage, BaseVoltage::setNominalVoltage));
}
CLASS_ATTR_DETAILS_MAP = map;
Expand All @@ -441,10 +441,10 @@ public Set<CGMESProfile> getPossibleProfilesIncludingAttributes() {
private static final Set<CGMESProfile> POSSIBLE_PROFILES;
static {
Set<CGMESProfile> profiles = new LinkedHashSet<>();
profiles.add(CGMESProfile.EQ_BD);
profiles.add(CGMESProfile.EQ);
profiles.add(CGMESProfile.TP_BD);
profiles.add(CGMESProfile.EQ_BD);
profiles.add(CGMESProfile.TP);
profiles.add(CGMESProfile.TP_BD);
POSSIBLE_PROFILES = Collections.unmodifiableSet(profiles);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -349,9 +349,9 @@ public Set<CGMESProfile> getPossibleProfilesIncludingAttributes() {
}
{
Set<CGMESProfile> profiles = new LinkedHashSet<>();
profiles.add(CGMESProfile.EQ);
profiles.add(CGMESProfile.DY);
profiles.add(CGMESProfile.EQ_BD);
profiles.add(CGMESProfile.EQ);
map.put("Terminals", new AttrDetails("ConductingEquipment.Terminals", false, "http://iec.ch/TC57/2013/CIM-schema-cim16#", profiles, false, false, ConductingEquipment::getTerminals, ConductingEquipment::setTerminals));
}
CLASS_ATTR_DETAILS_MAP = map;
Expand All @@ -362,11 +362,11 @@ public Set<CGMESProfile> getPossibleProfilesIncludingAttributes() {
private static final Set<CGMESProfile> POSSIBLE_PROFILES;
static {
Set<CGMESProfile> profiles = new LinkedHashSet<>();
profiles.add(CGMESProfile.EQ);
profiles.add(CGMESProfile.DY);
profiles.add(CGMESProfile.EQ_BD);
profiles.add(CGMESProfile.EQ);
profiles.add(CGMESProfile.SV);
profiles.add(CGMESProfile.SSH);
profiles.add(CGMESProfile.SV);
POSSIBLE_PROFILES = Collections.unmodifiableSet(profiles);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -514,8 +514,8 @@ public Set<CGMESProfile> getPossibleProfilesIncludingAttributes() {
Map<String, AttrDetails> map = new LinkedHashMap<>();
{
Set<CGMESProfile> profiles = new LinkedHashSet<>();
profiles.add(CGMESProfile.EQ_BD);
profiles.add(CGMESProfile.EQ);
profiles.add(CGMESProfile.EQ_BD);
map.put("ConnectivityNodeContainer", new AttrDetails("ConnectivityNode.ConnectivityNodeContainer", true, "http://iec.ch/TC57/2013/CIM-schema-cim16#", profiles, false, false, ConnectivityNode::getConnectivityNodeContainer, ConnectivityNode::setConnectivityNodeContainer));
}
{
Expand All @@ -525,8 +525,8 @@ public Set<CGMESProfile> getPossibleProfilesIncludingAttributes() {
}
{
Set<CGMESProfile> profiles = new LinkedHashSet<>();
profiles.add(CGMESProfile.TP_BD);
profiles.add(CGMESProfile.TP);
profiles.add(CGMESProfile.TP_BD);
map.put("TopologicalNode", new AttrDetails("ConnectivityNode.TopologicalNode", true, "http://iec.ch/TC57/2013/CIM-schema-cim16#", profiles, false, false, ConnectivityNode::getTopologicalNode, ConnectivityNode::setTopologicalNode));
}
{
Expand Down Expand Up @@ -572,10 +572,10 @@ public Set<CGMESProfile> getPossibleProfilesIncludingAttributes() {
private static final Set<CGMESProfile> POSSIBLE_PROFILES;
static {
Set<CGMESProfile> profiles = new LinkedHashSet<>();
profiles.add(CGMESProfile.EQ_BD);
profiles.add(CGMESProfile.EQ);
profiles.add(CGMESProfile.TP_BD);
profiles.add(CGMESProfile.EQ_BD);
profiles.add(CGMESProfile.TP);
profiles.add(CGMESProfile.TP_BD);
POSSIBLE_PROFILES = Collections.unmodifiableSet(profiles);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -301,14 +301,14 @@ public Set<CGMESProfile> getPossibleProfilesIncludingAttributes() {
Map<String, AttrDetails> map = new LinkedHashMap<>();
{
Set<CGMESProfile> profiles = new LinkedHashSet<>();
profiles.add(CGMESProfile.EQ_BD);
profiles.add(CGMESProfile.EQ);
profiles.add(CGMESProfile.EQ_BD);
map.put("ConnectivityNodes", new AttrDetails("ConnectivityNodeContainer.ConnectivityNodes", false, "http://iec.ch/TC57/2013/CIM-schema-cim16#", profiles, false, false, ConnectivityNodeContainer::getConnectivityNodes, ConnectivityNodeContainer::setConnectivityNodes));
}
{
Set<CGMESProfile> profiles = new LinkedHashSet<>();
profiles.add(CGMESProfile.TP_BD);
profiles.add(CGMESProfile.TP);
profiles.add(CGMESProfile.TP_BD);
map.put("TopologicalNode", new AttrDetails("ConnectivityNodeContainer.TopologicalNode", false, "http://iec.ch/TC57/2013/CIM-schema-cim16#", profiles, false, false, ConnectivityNodeContainer::getTopologicalNode, ConnectivityNodeContainer::setTopologicalNode));
}
CLASS_ATTR_DETAILS_MAP = map;
Expand All @@ -319,10 +319,10 @@ public Set<CGMESProfile> getPossibleProfilesIncludingAttributes() {
private static final Set<CGMESProfile> POSSIBLE_PROFILES;
static {
Set<CGMESProfile> profiles = new LinkedHashSet<>();
profiles.add(CGMESProfile.EQ_BD);
profiles.add(CGMESProfile.EQ);
profiles.add(CGMESProfile.TP_BD);
profiles.add(CGMESProfile.EQ_BD);
profiles.add(CGMESProfile.TP);
profiles.add(CGMESProfile.TP_BD);
POSSIBLE_PROFILES = Collections.unmodifiableSet(profiles);
}

Expand Down
2 changes: 1 addition & 1 deletion CGMES_2.4.15_27JAN2020/src/main/java/cim4j/Connector.java
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,8 @@ public Set<CGMESProfile> getPossibleProfilesIncludingAttributes() {
private static final Set<CGMESProfile> POSSIBLE_PROFILES;
static {
Set<CGMESProfile> profiles = new LinkedHashSet<>();
profiles.add(CGMESProfile.EQ_BD);
profiles.add(CGMESProfile.EQ);
profiles.add(CGMESProfile.EQ_BD);
POSSIBLE_PROFILES = Collections.unmodifiableSet(profiles);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -671,8 +671,8 @@ public Set<CGMESProfile> getPossibleProfilesIncludingAttributes() {
static {
Set<CGMESProfile> profiles = new LinkedHashSet<>();
profiles.add(CGMESProfile.EQ);
profiles.add(CGMESProfile.SV);
profiles.add(CGMESProfile.SSH);
profiles.add(CGMESProfile.SV);
POSSIBLE_PROFILES = Collections.unmodifiableSet(profiles);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -505,8 +505,8 @@ public Set<CGMESProfile> getPossibleProfilesIncludingAttributes() {
private static final Set<CGMESProfile> POSSIBLE_PROFILES;
static {
Set<CGMESProfile> profiles = new LinkedHashSet<>();
profiles.add(CGMESProfile.DY);
profiles.add(CGMESProfile.EQ);
profiles.add(CGMESProfile.DY);
profiles.add(CGMESProfile.SSH);
POSSIBLE_PROFILES = Collections.unmodifiableSet(profiles);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ public Set<CGMESProfile> getPossibleProfilesIncludingAttributes() {
Map<String, AttrDetails> map = new LinkedHashMap<>();
{
Set<CGMESProfile> profiles = new LinkedHashSet<>();
profiles.add(CGMESProfile.EQ_BD);
profiles.add(CGMESProfile.EQ);
profiles.add(CGMESProfile.EQ_BD);
map.put("EnergySource", new AttrDetails("EnergySchedulingType.EnergySource", false, "http://entsoe.eu/CIM/SchemaExtension/3/1#", profiles, false, false, EnergySchedulingType::getEnergySource, EnergySchedulingType::setEnergySource));
}
CLASS_ATTR_DETAILS_MAP = map;
Expand All @@ -273,8 +273,8 @@ public Set<CGMESProfile> getPossibleProfilesIncludingAttributes() {
private static final Set<CGMESProfile> POSSIBLE_PROFILES;
static {
Set<CGMESProfile> profiles = new LinkedHashSet<>();
profiles.add(CGMESProfile.EQ_BD);
profiles.add(CGMESProfile.EQ);
profiles.add(CGMESProfile.EQ_BD);
POSSIBLE_PROFILES = Collections.unmodifiableSet(profiles);
}

Expand Down
4 changes: 2 additions & 2 deletions CGMES_2.4.15_27JAN2020/src/main/java/cim4j/EnergySource.java
Original file line number Diff line number Diff line change
Expand Up @@ -596,8 +596,8 @@ public Set<CGMESProfile> getPossibleProfilesIncludingAttributes() {
Map<String, AttrDetails> map = new LinkedHashMap<>();
{
Set<CGMESProfile> profiles = new LinkedHashSet<>();
profiles.add(CGMESProfile.EQ_BD);
profiles.add(CGMESProfile.EQ);
profiles.add(CGMESProfile.EQ_BD);
map.put("EnergySchedulingType", new AttrDetails("EnergySource.EnergySchedulingType", true, "http://entsoe.eu/CIM/SchemaExtension/3/1#", profiles, false, false, EnergySource::getEnergySchedulingType, EnergySource::setEnergySchedulingType));
}
{
Expand Down Expand Up @@ -668,9 +668,9 @@ public Set<CGMESProfile> getPossibleProfilesIncludingAttributes() {
private static final Set<CGMESProfile> POSSIBLE_PROFILES;
static {
Set<CGMESProfile> profiles = new LinkedHashSet<>();
profiles.add(CGMESProfile.EQ);
profiles.add(CGMESProfile.DY);
profiles.add(CGMESProfile.EQ_BD);
profiles.add(CGMESProfile.EQ);
profiles.add(CGMESProfile.SSH);
POSSIBLE_PROFILES = Collections.unmodifiableSet(profiles);
}
Expand Down
4 changes: 2 additions & 2 deletions CGMES_2.4.15_27JAN2020/src/main/java/cim4j/Equipment.java
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,8 @@ public Set<CGMESProfile> getPossibleProfilesIncludingAttributes() {
Map<String, AttrDetails> map = new LinkedHashMap<>();
{
Set<CGMESProfile> profiles = new LinkedHashSet<>();
profiles.add(CGMESProfile.EQ_BD);
profiles.add(CGMESProfile.EQ);
profiles.add(CGMESProfile.EQ_BD);
map.put("EquipmentContainer", new AttrDetails("Equipment.EquipmentContainer", true, "http://iec.ch/TC57/2013/CIM-schema-cim16#", profiles, false, false, Equipment::getEquipmentContainer, Equipment::setEquipmentContainer));
}
{
Expand All @@ -348,9 +348,9 @@ public Set<CGMESProfile> getPossibleProfilesIncludingAttributes() {
private static final Set<CGMESProfile> POSSIBLE_PROFILES;
static {
Set<CGMESProfile> profiles = new LinkedHashSet<>();
profiles.add(CGMESProfile.EQ);
profiles.add(CGMESProfile.DY);
profiles.add(CGMESProfile.EQ_BD);
profiles.add(CGMESProfile.EQ);
profiles.add(CGMESProfile.SSH);
POSSIBLE_PROFILES = Collections.unmodifiableSet(profiles);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ public Set<CGMESProfile> getPossibleProfilesIncludingAttributes() {
Map<String, AttrDetails> map = new LinkedHashMap<>();
{
Set<CGMESProfile> profiles = new LinkedHashSet<>();
profiles.add(CGMESProfile.EQ_BD);
profiles.add(CGMESProfile.EQ);
profiles.add(CGMESProfile.EQ_BD);
map.put("Equipments", new AttrDetails("EquipmentContainer.Equipments", false, "http://iec.ch/TC57/2013/CIM-schema-cim16#", profiles, false, false, EquipmentContainer::getEquipments, EquipmentContainer::setEquipments));
}
CLASS_ATTR_DETAILS_MAP = map;
Expand All @@ -273,8 +273,8 @@ public Set<CGMESProfile> getPossibleProfilesIncludingAttributes() {
private static final Set<CGMESProfile> POSSIBLE_PROFILES;
static {
Set<CGMESProfile> profiles = new LinkedHashSet<>();
profiles.add(CGMESProfile.EQ_BD);
profiles.add(CGMESProfile.EQ);
profiles.add(CGMESProfile.EQ_BD);
POSSIBLE_PROFILES = Collections.unmodifiableSet(profiles);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ public Set<CGMESProfile> getPossibleProfilesIncludingAttributes() {
Map<String, AttrDetails> map = new LinkedHashMap<>();
{
Set<CGMESProfile> profiles = new LinkedHashSet<>();
profiles.add(CGMESProfile.EQ_BD);
profiles.add(CGMESProfile.EQ);
profiles.add(CGMESProfile.EQ_BD);
map.put("Regions", new AttrDetails("GeographicalRegion.Regions", false, "http://iec.ch/TC57/2013/CIM-schema-cim16#", profiles, false, false, GeographicalRegion::getRegions, GeographicalRegion::setRegions));
}
CLASS_ATTR_DETAILS_MAP = map;
Expand All @@ -273,8 +273,8 @@ public Set<CGMESProfile> getPossibleProfilesIncludingAttributes() {
private static final Set<CGMESProfile> POSSIBLE_PROFILES;
static {
Set<CGMESProfile> profiles = new LinkedHashSet<>();
profiles.add(CGMESProfile.EQ_BD);
profiles.add(CGMESProfile.EQ);
profiles.add(CGMESProfile.EQ_BD);
POSSIBLE_PROFILES = Collections.unmodifiableSet(profiles);
}

Expand Down
30 changes: 15 additions & 15 deletions CGMES_2.4.15_27JAN2020/src/main/java/cim4j/IdentifiedObject.java
Original file line number Diff line number Diff line change
Expand Up @@ -391,53 +391,53 @@ public Set<CGMESProfile> getPossibleProfilesIncludingAttributes() {
}
{
Set<CGMESProfile> profiles = new LinkedHashSet<>();
profiles.add(CGMESProfile.EQ);
profiles.add(CGMESProfile.DY);
profiles.add(CGMESProfile.EQ_BD);
profiles.add(CGMESProfile.EQ);
profiles.add(CGMESProfile.TP_BD);
profiles.add(CGMESProfile.TP);
profiles.add(CGMESProfile.TP_BD);
map.put("description", new AttrDetails("IdentifiedObject.description", true, "http://iec.ch/TC57/2013/CIM-schema-cim16#", profiles, true, false, IdentifiedObject::getDescription, IdentifiedObject::setDescription));
}
{
Set<CGMESProfile> profiles = new LinkedHashSet<>();
profiles.add(CGMESProfile.EQ_BD);
profiles.add(CGMESProfile.EQ);
profiles.add(CGMESProfile.TP_BD);
profiles.add(CGMESProfile.EQ_BD);
profiles.add(CGMESProfile.TP);
profiles.add(CGMESProfile.TP_BD);
map.put("energyIdentCodeEic", new AttrDetails("IdentifiedObject.energyIdentCodeEic", true, "http://entsoe.eu/CIM/SchemaExtension/3/1#", profiles, true, false, IdentifiedObject::getEnergyIdentCodeEic, IdentifiedObject::setEnergyIdentCodeEic));
}
{
Set<CGMESProfile> profiles = new LinkedHashSet<>();
profiles.add(CGMESProfile.EQ);
profiles.add(CGMESProfile.DL);
profiles.add(CGMESProfile.DY);
profiles.add(CGMESProfile.EQ_BD);
profiles.add(CGMESProfile.EQ);
profiles.add(CGMESProfile.GL);
profiles.add(CGMESProfile.SV);
profiles.add(CGMESProfile.SSH);
profiles.add(CGMESProfile.TP_BD);
profiles.add(CGMESProfile.SV);
profiles.add(CGMESProfile.TP);
profiles.add(CGMESProfile.TP_BD);
map.put("mRID", new AttrDetails("IdentifiedObject.mRID", true, "http://iec.ch/TC57/2013/CIM-schema-cim16#", profiles, true, false, IdentifiedObject::getMRID, IdentifiedObject::setMRID));
}
{
Set<CGMESProfile> profiles = new LinkedHashSet<>();
profiles.add(CGMESProfile.EQ);
profiles.add(CGMESProfile.DL);
profiles.add(CGMESProfile.DY);
profiles.add(CGMESProfile.EQ_BD);
profiles.add(CGMESProfile.EQ);
profiles.add(CGMESProfile.GL);
profiles.add(CGMESProfile.SV);
profiles.add(CGMESProfile.SSH);
profiles.add(CGMESProfile.TP_BD);
profiles.add(CGMESProfile.SV);
profiles.add(CGMESProfile.TP);
profiles.add(CGMESProfile.TP_BD);
map.put("name", new AttrDetails("IdentifiedObject.name", true, "http://iec.ch/TC57/2013/CIM-schema-cim16#", profiles, true, false, IdentifiedObject::getName, IdentifiedObject::setName));
}
{
Set<CGMESProfile> profiles = new LinkedHashSet<>();
profiles.add(CGMESProfile.EQ_BD);
profiles.add(CGMESProfile.EQ);
profiles.add(CGMESProfile.TP_BD);
profiles.add(CGMESProfile.EQ_BD);
profiles.add(CGMESProfile.TP);
profiles.add(CGMESProfile.TP_BD);
map.put("shortName", new AttrDetails("IdentifiedObject.shortName", true, "http://entsoe.eu/CIM/SchemaExtension/3/1#", profiles, true, false, IdentifiedObject::getShortName, IdentifiedObject::setShortName));
}
CLASS_ATTR_DETAILS_MAP = map;
Expand All @@ -448,15 +448,15 @@ public Set<CGMESProfile> getPossibleProfilesIncludingAttributes() {
private static final Set<CGMESProfile> POSSIBLE_PROFILES;
static {
Set<CGMESProfile> profiles = new LinkedHashSet<>();
profiles.add(CGMESProfile.EQ);
profiles.add(CGMESProfile.DL);
profiles.add(CGMESProfile.DY);
profiles.add(CGMESProfile.EQ_BD);
profiles.add(CGMESProfile.EQ);
profiles.add(CGMESProfile.GL);
profiles.add(CGMESProfile.SV);
profiles.add(CGMESProfile.SSH);
profiles.add(CGMESProfile.TP_BD);
profiles.add(CGMESProfile.SV);
profiles.add(CGMESProfile.TP);
profiles.add(CGMESProfile.TP_BD);
POSSIBLE_PROFILES = Collections.unmodifiableSet(profiles);
}

Expand Down
2 changes: 1 addition & 1 deletion CGMES_2.4.15_27JAN2020/src/main/java/cim4j/Junction.java
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,8 @@ public Set<CGMESProfile> getPossibleProfilesIncludingAttributes() {
private static final Set<CGMESProfile> POSSIBLE_PROFILES;
static {
Set<CGMESProfile> profiles = new LinkedHashSet<>();
profiles.add(CGMESProfile.EQ_BD);
profiles.add(CGMESProfile.EQ);
profiles.add(CGMESProfile.EQ_BD);
POSSIBLE_PROFILES = Collections.unmodifiableSet(profiles);
}

Expand Down
Loading