23import static org.junit.jupiter.api.Assertions.assertEquals;
24import static org.junit.jupiter.api.Assertions.assertFalse;
25import static org.junit.jupiter.api.Assertions.assertNotEquals;
26import static org.junit.jupiter.api.Assertions.assertNull;
27import static org.junit.jupiter.api.Assertions.assertTrue;
29import org.junit.jupiter.api.Test;
44 Object prop =
new String(
"prop");
54 assertFalse(pA.
equals(
null));
59 assertFalse(pA.
equals(pB));
60 assertFalse(pB.
equals(pA));
65 assertFalse(pA.
equals(pB));
66 assertFalse(pB.
equals(pA));
71 assertFalse(pA.
equals(pB));
72 assertFalse(pB.
equals(pA));
75 "different_IDString");
77 assertFalse(pA.
equals(pB));
78 assertFalse(pB.
equals(pA));
static APClass make(String ruleAndSubclass)
Creates an APClass if it does not exist already, or returns the reference to the existing instance.
An empty vertex has the behaviors of a vertex, but has no molecular structure.
void addAP()
Adds an attachment point with no APClass or other attribute.
AttachmentPoint getAP(int i)
Get attachment point i on this vertex.