23import static org.junit.jupiter.api.Assertions.assertFalse;
24import static org.junit.jupiter.api.Assertions.assertTrue;
26import org.junit.jupiter.api.Test;
41 Object prop =
new String(
"prop");
51 assertFalse(pA.
equals(
null));
56 assertFalse(pA.
equals(pB));
57 assertFalse(pB.
equals(pA));
62 assertFalse(pA.
equals(pB));
63 assertFalse(pB.
equals(pA));
68 assertFalse(pA.
equals(pB));
69 assertFalse(pB.
equals(pA));
72 "different_IDString");
74 assertFalse(pA.
equals(pB));
75 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.