2ronwalfpublic class DifferentIndividualsAtomImpl extends AtomImpl implements DifferentIndividualsAtom {
22daenzerorama super(ind);
2ronwalf return getArgument1();
2ronwalf return getArgument2();
2ronwalf throw new IndexOutOfBoundsException("Illegal argument index: "+index+" for a DifferentIndividualsAtom");
2ronwalf throw new IndexOutOfBoundsException("Illegal argument index: "+index+" for a DifferentIndividualsAtom");
2ronwalf throw new IllegalArgumentException("DifferentIndividualsAtom argument should be a SWRLIndividualObject");
2ronwalf return "differentFrom(" + getArgument1().debugString() + ", " + getArgument2().debugString() + ")";