Codota Logo
RatioTapChanger.getId
Code IndexAdd Codota to your IDE (free)

How to use
getId
method
in
cim1.model.RatioTapChanger

Best Java code snippets using cim1.model.RatioTapChanger.getId (Showing top 9 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
FileOutputStream f =
  • Codota IconFile file;new FileOutputStream(file)
  • Codota IconString name;new FileOutputStream(name)
  • Codota IconFile file;new FileOutputStream(file, true)
  • Smart code suggestions by Codota
}
origin: com.powsybl/powsybl-cim1-model

message.append(this.getId());
message.append("\" is not consistent in this context:\n");
origin: com.powsybl/powsybl-cim1-model

errorMessage.append("RatioTapChanger ");
errorMessage.append("which ID has been initialized to : ");
errorMessage.append(getId());
LOGGER.error(errorMessage.toString());
LOGGER.error(e.toString(), e);
origin: com.powsybl/powsybl-cim1-model

newMap.put(newInstance.getId(), newInstance);
this.subsetsInstances.put(
    Subset.Equipment, newMap);
    .put(newInstance.getId(), newInstance);
origin: com.powsybl/powsybl-cim1-model

xmlsw.writeAttribute(CIMModel.rdfURI, "ID", getId());
errorMessage.append("RatioTapChanger ");
errorMessage.append("which ID has been initialized to : ");
errorMessage.append(getId());
LOGGER.error(errorMessage.toString());
LOGGER.error(e.toString(), e);
errorMessage.append("RatioTapChanger ");
errorMessage.append("which ID has been initialized to : ");
errorMessage.append(getId());
LOGGER.error(errorMessage.toString());
LOGGER.error(e.toString(), e);
try {
  xmlsw.writeStartElement(CIMURI.CIMURI, "RatioTapChanger");
  xmlsw.writeAttribute(CIMModel.rdfURI, "ID", getId());
  errorMessage.append("RatioTapChanger ");
  errorMessage.append("which ID has been initialized to : ");
  errorMessage.append(getId());
  errorMessage.append(" in the subset ");
  errorMessage.append("Equipment");
  errorMessage.append("RatioTapChanger ");
  errorMessage.append("which ID has been initialized to : ");
  errorMessage.append(getId());
  errorMessage.append(" in the subset ");
  errorMessage.append("Equipment");
origin: com.powsybl/powsybl-cim1-model

  errorMessage.append(idTransformerWinding);
  errorMessage.append("\" in \"RatioTapChanger\" of id \"");
  errorMessage.append(this.getId());
  errorMessage.append("\" !");
  throw new LinkageException(errorMessage.toString());
errorMessage.append(idTransformerWinding);
errorMessage.append("\" in \"RatioTapChanger\" of id \"");
errorMessage.append(this.getId());
errorMessage.append("\" !");
throw new LinkageException(errorMessage.toString());
origin: com.powsybl/powsybl-cim1-converter

LOGGER.debug("RTC at side 2 deviation {}", rtc.getId());
      LOGGER.warn("Ratio tap changer '{}' of power transformer '{}'" +
              " has a bad target voltage {}, switch off regulation",
          rtc.getId(), transfo.toString(), targetV);
      regulating = false;
      targetV = Float.NaN;
    LOGGER.warn("Ratio tap changer '{}' of power transformer '{}'" +
            " has an unsupported regulating mode: {}",
        rtc.getId(), transfo.toString(), rc.getMode());
origin: com.powsybl/powsybl-cim1-model

RatioTapChanger value = entry.getValue();
newRatioTapChanger = value;
this.id_RatioTapChanger.put(newRatioTapChanger.getId(),
    newRatioTapChanger);
this.allInstances.put(newRatioTapChanger.getId(),
    newRatioTapChanger);
  newMap.put(newRatioTapChanger.getId(),
      newRatioTapChanger);
  this.subsetsInstances.put(
      .put(newRatioTapChanger.getId(),
           newRatioTapChanger);
origin: com.powsybl/powsybl-cim1-model

newMap.put(newInstance.getId(), newInstance);
subsetsInstances
    .put(Subset.Equipment,
    .put(newInstance.getId(), newInstance);
origin: com.powsybl/powsybl-cim1-model

this.idRatioTapChanger = ratioTapChangerAssociation.getId();
cim1.modelRatioTapChangergetId

Popular methods of RatioTapChanger

  • <init>
    Copy constructor The associations with other objects are not copied
  • clearAssociations
    Utility to clear the associations of this class belonging to a specific subset
  • copyBase
    Utility to copy the "base" of an other instance of the same class This utility does not copy the ass
  • create
    Factory of the class
  • getHighStep
  • getLowStep
  • getMessageForConsistency
    Utility in charge of creating the message when the class is not consistent within a specific context
  • getNeutralStep
  • getRegulatingControl
  • getStepVoltageIncrement
  • getTransformerWinding
    Utility to return the "transformerWinding"
  • regulatingControlIsSet
  • getTransformerWinding,
  • regulatingControlIsSet,
  • removeFromUnresolved,
  • resolveLinks,
  • setFromBoundary,
  • setId,
  • setTransformerWinding,
  • writeClass

Popular in Java

  • Running tasks concurrently on multiple threads
  • addToBackStack (FragmentTransaction)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • getApplicationContext (Context)
  • ObjectMapper (com.fasterxml.jackson.databind)
    This mapper (or, data binder, or codec) provides functionality for converting between Java objects (
  • FileNotFoundException (java.io)
    Thrown when a file specified by a program cannot be found.
  • PriorityQueue (java.util)
    An unbounded priority Queue based on a priority heap. The elements of the priority queue are ordered
  • Executor (java.util.concurrent)
    An object that executes submitted Runnable tasks. This interface provides a way of decoupling task s
  • Pattern (java.util.regex)
    A compiled representation of a regular expression. A regular expression, specified as a string, must
  • XPath (javax.xml.xpath)
    XPath provides access to the XPath evaluation environment and expressions. Evaluation of XPath Expr
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now