Searched refs:getConnector (Results 1 – 4 of 4) sorted by relevance
104 public @Connector int getConnector() { in getConnector() method in CompoundFormula120 switch (getConnector()) { in matches()130 throw new IllegalArgumentException("Unknown connector " + getConnector()); in matches()
99 int connector = compoundFormula.getConnector(); in getIndexingDetailsForCompoundFormula()
222 bitOutputStream.setNext(CONNECTOR_BITS, compoundFormula.getConnector()); in serializeCompoundFormula()
47 assertThat(compoundFormula.getConnector()).isEqualTo(CompoundFormula.AND); in testValidCompoundFormula()