![JAR search and dependency download from the Maven repository](/logo.png)
net.sf.tweety.arg.bipolar.syntax.BipolarEntity Maven / Gradle / Ivy
/*
* This file is part of "TweetyProject", a collection of Java libraries for
* logical aspects of artificial intelligence and knowledge representation.
*
* TweetyProject is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License version 3 as
* published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see .
*
* Copyright 2016 The TweetyProject Team
*/
package net.sf.tweety.arg.bipolar.syntax;
import net.sf.tweety.arg.dung.syntax.DungEntity;
import net.sf.tweety.graphs.Node;
/**
* This interface captures common methods of arguments and argument sets of
* bipolar abstract argumentation theories.
*
* @author Lars Bengel
*
*/
public interface BipolarEntity extends DungEntity, Node {
boolean contains(Object o);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy