Class TypedStructureAdapter

java.lang.Object
org.tweetyproject.logics.commons.syntax.TypedStructureAdapter
All Implemented Interfaces:
Comparable<TypedStructureAdapter>, TypedStructure
Direct Known Subclasses:
Functor, Predicate

public abstract class TypedStructureAdapter extends Object implements TypedStructure, Comparable<TypedStructureAdapter>
The abstract parent for predicates and functors implementing the TypedStructure interface. This class implements their common functionalities.
Author:
Matthias Thimm, Tim Janus