protected static class Triangle.TriangleInequality extends Circuit
Circuit.CircuitInputPin, Circuit.CircuitOutputPin
NestedNode.CopyCrawler, NestedNode.NestedNodeCrawler
Modifier and Type | Field and Description |
---|---|
protected int |
m_x
The first side of the triangle.
|
protected int |
m_y
The second side of the triangle.
|
protected int |
m_z
The third side of the triangle.
|
m_context, m_inputPins, m_name, m_outputPins
m_inputAssociations, m_internalNodes, m_outputAssociations
Constructor and Description |
---|
TriangleInequality(int x,
int y,
int z) |
Modifier and Type | Method and Description |
---|---|
Triangle.TriangleInequality |
duplicate(boolean with_state)
Creates a possibly stateful copy of an object.
|
copyInto, develop, duplicate, evaluate, getContext, getExplanation, getExplanation, getInputPin, getOutputPin, getPin, reset, setContext, toString
addNodes, addNodes, associateInput, associateOutput, copyInto, createFromTree, getAssociatedInput, getAssociatedOutput, getConnector, getNestedInput
addToInput, addToOutput, copyInto, getInputArity, getInputLinks, getOutputArity, getOutputLinks, removeFromInput, removeFromOutput, setToInput, setToOutput
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addToInput, addToOutput, getInputArity, getInputLinks, getOutputArity, getOutputLinks, removeFromInput, removeFromOutput, setToInput, setToOutput
protected int m_x
protected int m_y
protected int m_z
public Triangle.TriangleInequality duplicate(boolean with_state)
Duplicable
duplicate
in interface Duplicable
duplicate
in class Circuit
with_state
- Set to true
for a stateful copy, false
otherwiseCopyright © Sylvain HallĂ©. All Rights Reserved.